@charset "utf-8";
/* CSS Document */

@font-face {font-family: 'PT Sans Narrow';
	src: url('/css/fonts/ptn57f_w.eot');
	src: local('PT Sans Narrow'), url('/css/fonts/PTN57F_W.woff') format('woff'),url('/css/fonts/PTN57F_W.ttf') format('truetype'), url('/css/fonts/PTN57F_W.svg#PTSans-Narrow') format('svg');}


	p {
/*	font-family: "PT Sans Narrow", sans-serif;
	font-size: 15px;
*/
	}
 
    body {
		padding-top:50px;
		background-color:#EDE9DF;
				background-image: url('../img/swirls_480.jpg');
				background-position:center;
				background-size: cover;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;

	}

.header {
	font-family: 'Alex Brush', cursive;
	line-height: 120px;
	font-size: 8em;

}

.headertext {
/*	font-family: 'Alex Brush', cursive; */
	font-family: 'MochaMattari';
	src: url("/css/fonts/BebasNeue.otf");
	font-size: 30px;
	padding-top: 5px;
}

.sectionheader {
	/*	font-family: 'Alex Brush', cursive; */
	font-family: 'PT Sans', sans-serif;
	font-size: 40px;
	padding-top: 15px;
	line-height: 50px;

}

.subheader {
	margin-top: -10px;
}

footer {
	background-color: #000000;
	color:#CCC;

}

@media (min-width: 1200px) {

	body {
				background-image: url('../img/swirls_1200.jpg');
				background-position:center;
				background-size: cover;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;

	}


	.header {
	/*	font-size: 100px;*/
	font-size: 8.5em;
	}
}


@media (min-width: 980px) and (max-width: 1200px) {

	body {
				background-image: url('../img/swirls_1200.jpg');
				background-position:center;
				background-size: cover;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;

	}

	.header {
	/*	font-size: 100px;*/
	font-size: 7.5em;
	}
	
	.headertext {
		font-size: 25px;
	}

 .sectionheader {
	 font-size: 30px;
 }

	.subheader {
		margin-top:-20px;
	}
	
}

@media (max-width: 980px) {

	body {
				background-image: url('../img/swirls_980.jpg');
				background-position:center;
				background-size: cover;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;

	}


 .header {
	/*font-size: 75px;*/
	font-size: 6em;
 }
 .headertext {
	 font-size: 25px;
 }
 
 .sectionheader {
	 font-size: 30px;
 }
 
 .subheader {
	 margin-top: -30px;
 }
 
 body {
	 padding-top:60px;
 }
}

@media (max-width: 767px) {
	.header {
/*		font-size: 70px;*/
	font-size: 5em;
	}
	
 .sectionheader {
	 font-size: 30px;
 }

	.subheader {
		display:none;
		margin-top:-30px;
	}
}


@media (max-width: 480px) {
	body {
				background-image: url('../img/swirls_480.jpg');
				background-position:center;
				background-size: cover;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;

	}


	.header {
/*		font-size: 45px;*/
		font-size: 3.5em;
	}

 .sectionheader {
	 font-size: 20px;
 }


	.subheader {
		display:none;
	}
}
