@charset "utf-8";

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

}

header {
	background-color: #71c066;
}

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

#mainNav a {
	color: #192a55;
}

#mainNav a:hover {
	color: #27f30a;
}

#content {

	background: url(/images/blog/disguise/content-bg.png) no-repeat center 14%;
	background-size: 100% auto;
	margin: 0;
	font-family: 'SpecialEliteRegular', Georgia, serif;
	color: #404c3f;
	width: 100%;
}

article {
	padding: 0 20px;
}

article p {
	font-size: 1em;
}

article a {
	color: #c7a17c;
}

article a:hover {
	color: #e49c59;
}

h2 {
	color: #404c3f;
	font-family: 'SpecialEliteRegular', Georgia, serif;
	font-size: 2.7em;
	padding: 30px 0 20px 0;
}

h3 {
	font: 2.25em 'SpecialEliteRegular', Georgia, serif;letter-spacing: 0;
	padding: 1.2em 0 .5em 0;
	color: #404c3f;
}

#part1 {
	padding-bottom: 140px;
}


#toTop, #mainNav a#pull {
	background-color: #0b4802;
}

footer {
	background-color: #71c066;
}

footer p, footer h4 {
	color: #192a55;
}

#pkIcon {
	background: url(/images/blog/disguise/pk-icon.png) no-repeat center top;
	width: 130px;
}



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

#content {
	background-position: center 15%;
}

#part1 {
	padding-bottom: 220px;
}
}

@media screen and (min-width: 56.25em) {
#part1 {
	padding-bottom: 280px;
}
}


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

#part1 {
	padding: 0 200px 280px 0;
}

#part2{
	padding: 0 200px 0 0;
}	

}

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

#part1 {
	padding: 0 400px 460px 0;
}

#part2{
	padding: 0 400px 0 0;
}

#content {
	background-position: center 370px;
}
}


@media screen and (max-width: 47.5em) { /* mobile nav */
#mainNav li {
	background-color: #71c066;
}
}