@charset "utf-8";

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

}

header {
	background-color: #e38704;
}

#logo a {background-image:url(/images/blog/environment/logo.png);}

#mainNav a {
	color: #FFF;
}

#mainNav a:hover {
	color: #f84e0c;
}

#content {
	background: #060606;
	margin: 0;
	font-family: 'GoudyBookletter1911Regular', Georgia, serif;
	color: #FFF;
}

#content .wrapper {
	max-width: 1080px;
}

#content p {
	font-size: 1.2em;
}



#blogContent, #fileUnder {
	width: 94%;
	margin: 0 auto;
	
}



h2 {
	font-size: 3em;
	padding: 20px 0 10px 0;
	font-family: 'GoudyBookletter1911Regular', Georgia, serif;
}

h3 {
	font-size: 2em;
	padding: 18px 0 10px 0;
	font-family: 'GoudyBookletter1911Regular', Georgia, serif;
}

#toTop, #mainNav a#pull {
	background-color: #692e06;
}

footer {
	background-color: #f99404;
}

footer p, footer h4 {
	color: #FFF;
}

@media screen and (min-width: 48em) { /* 768 and up */
h2 {
	font-size: 3.5em;
}
}


@media screen and (min-width: 60em) { /* 1024 and up */
h2 {
	font-size: 4.5em;
}

#intro {
	padding-bottom: 300px;
}

#content {
background: #060606 url(/images/blog/environment/article-bg.jpg) no-repeat center 50px;
	background-size: 100% auto;
}

#content img {
	display: none;
}


	

}

@media screen and (min-width: 75em) { /* 1200 and up */
h2 {
	font-size: 5.5em;
}

#intro {
	padding-bottom: 500px;
}
}

@media screen and (min-width: 100em) { /* 1600 and up */


#intro {
	padding-bottom: 800px;
}
}