/*
 Theme Name:   Twenty Thirteen - Cahaya
 Description:  Twenty Thirteen Child Theme
 Author:       Duncan Bruns
 Author URI:   http://duncanbruns.nl
 Template:     twentythirteen
 Text Domain:  twenty-thirteen-cahaya
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Font Embedding */
@font-face {
	font-family: 'alexbrush-regular-webfont'; 
		src: url('/fonts/alexbrush-regular-webfont.eot'); 
		src: url('/fonts/alexbrush-regular-webfont.eot?iefix') format('eot'),
			 url('/fonts/alexbrush-regular-webfont.woff') format('woff'),
			 url('/fonts/alexbrush-regular-webfont.ttf') format('truetype'),
			 url('/fonts/alexbrush-regular-webfont.svg');
}

/* Formatting Tags */
h1, h1.site-title, h1.entry-title {
	color:#00a79d;
	font-family: 'alexbrush-regular-webfont';
}

h2, h2.site-description {
	font-family: 'alexbrush-regular-webfont';
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #00a79d;
	color: #fff;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #00a79d;
	font-style: italic;
}

/* Custom header for mobile devices */
.site-header > img {
	max-width: 100%;
	height: auto;
}
.site-header .home-link {
/*	margin: -300px auto 0; */
	margin: -50px auto 0;
	min-height: 300px;
}
.site-title {
	padding: 150px 0 10px;
}
 
 
@media (max-width: 801px) {
	.site-header .home-link {
/*		margin: -90px auto 0; */
		margin: -15px auto 0;
		min-height: 90px;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.site-description {
		font-size: 22px;
	}	
}
 
@media (max-width: 361px) {
	.site-title {
		font-weight: normal;
	}
.site-description {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
	}
.site-header .home-link {
/*		margin: -60px auto 0; */
		margin: -10px auto 0;
		min-height: 60px;
	}
}