/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	line-height: 1;
/* 	background:url(../images/background.png) no-repeat; */
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover {
	text-decoration:none;
}


/********************************************************/
/*========== Fonts ===========*/
/********************************************************/
@font-face {
			font-family: 'Century Schoolbook';
			src: url('fonts/century_schoolbook-webfont.eot');
			src: url('fonts/century_schoolbook-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/century_schoolbook-webfont.woff') format('woff'),
					 url('fonts/century_schoolbook-webfont.ttf') format('truetype'),
					 url('fonts/century_schoolbook-webfont.svg#century_schoolbook-webfont') format('svg');
			font-weight: normal;
			font-style: normal;
}

@font-face {
			font-family: 'Century Schoolbook';
			src: url('fonts/century_schoolbook_bold-webfont.eot');
			src: url('fonts/century_schoolbook_bold-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/century_schoolbook_bold-webfont.woff') format('woff'),
					 url('fonts/century_schoolbook_bold-webfont.ttf') format('truetype'),
					 url('fonts/century_schoolbook_bold-webfont.svg#century_schoolbook_bold-webfont') format('svg');
			font-weight: 700;
			font-style: normal;
}

@font-face {
			font-family: 'AauxPro-Regular';
			src: url('fonts/aauxpro-regular-webfont.eot');
			src: url('fonts/aauxpro-regular-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/aauxpro-regular-webfont.woff') format('woff'),
					 url('fonts/aauxpro-regular-webfont.ttf') format('truetype'),
					 url('fonts/aauxpro-regular-webfont.svg#aauxpro-regular-webfont') format('svg');
			font-weight: normal;
			font-style: normal;
}

@font-face {
			font-family: 'AauxPro-RegularSC';
			src: url('fonts/aauxpro-regularsc-webfont.eot');
			src: url('fonts/aauxpro-regularsc-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/aauxpro-regularsc-webfont.woff') format('woff'),
					 url('fonts/aauxpro-regularsc-webfont.ttf') format('truetype'),
					 url('fonts/aauxpro-regularsc-webfont.svg#aauxpro-regularsc-webfont') format('svg');
			font-weight: normal;
			font-style: normal;
}

@font-face {
			font-family: 'AauxPro-MediumOSF';
			src: url('fonts/aauxpro-mediumosf-webfont.eot');
			src: url('fonts/aauxpro-mediumosf-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/aauxpro-mediumosf-webfont.woff') format('woff'),
					 url('fonts/aauxpro-mediumosf-webfont.ttf') format('truetype'),
					 url('fonts/aauxpro-mediumosf-webfont.svg#aauxpro-mediumosf-webfont') format('svg');
			font-weight: normal;
			font-style: normal;
}

@font-face {
			font-family: 'AauxPro-BoldSC';
			src: url('fonts/aauxpro-boldsc-webfont.eot');
			src: url('fonts/aauxpro-boldsc-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/aauxpro-boldsc-webfont.woff') format('woff'),
					 url('fonts/aauxpro-boldsc-webfont.ttf') format('truetype'),
					 url('fonts/aauxpro-boldsc-webfont.svg#aauxpro-boldsc-webfont') format('svg');
			font-weight: normal;
			font-style: normal;
}

@font-face {
			font-family: 'AauxPro-Black';
			src: url('fonts/aauxpro-black-webfont.eot');
			src: url('fonts/aauxpro-black-webfont?#iefix') format('embedded-opentype'),
					 url('fonts/aauxpro-black-webfont.woff') format('woff'),
					 url('fonts/aauxpro-black-webfont.ttf') format('truetype'),
					 url('fonts/aauxpro-black-webfont.svg#aauxpro-black-webfont') format('svg');
			font-weight: normal;
			font-style: normal;
}



/********************************************************/
/*======= Primary Style =======*/
/********************************************************/





/********************************************************/
/* ==== Header Style ====*/
/********************************************************/



/********************************************************/
/* ==== Footer Style ====*/
/********************************************************/




/********************************************************/
/*====== Homepage Style ======*/
/********************************************************/


body.home {
/*   background: url('./img/secret.png') 5% -175%  no-repeat; background-size: 20%;  */
}

p.teaser {position:absolute;top:25%;width:100%;}
img.tease {width:175px;margin-left:auto;margin-right:auto;display:block;}



/********************************************************/
/*======= Mobile Style ========*/
/********************************************************/
@media screen and (max-width:1025px) {


}


@media screen and (max-width:959px) {
	
}

@media screen and (max-width:850px) {

	p.teaser {top:5%;}
	img.tease {width:200px;}


	
}

@media screen and (max-width:767px) {


}


@media screen and (max-width:600px) {

	img.tease {width:250px;}
	

}

@media screen and (max-width:479px) {
 
}
