@charset "utf-8";

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

body {
	background-color: #e3e4f0;
}


header {
	background-color: #607070;
}


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

#mainNav a, h1 {
	color: #dcdfdf;
}

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


#content {
	color: #393e3e;
	background:url(/images/blog/winter/trees.jpg) no-repeat center top;
	background-size: 100% auto;
	margin: 0;
}	


h2 {
	font-family: 'AmaticSCRegular', Georgia, Times, serif;
	color: #393e3e;
	font-size: 6em;
	padding: 10px 12px 10px 12px;
	margin 0 auto 30px auto;
	text-align: center;
}

h3 {
	font-size: 2em;	
	color: #393e3e;
	font-family: 'AmaticSCRegular', Georgia, Times, serif;
	padding: 45px 0 10px 0;
	text-align: center;
}

article {
	padding: 0 30px;
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	background:url(/images/blog/winter/article-bg.png) repeat;
}


article a {
	color: #405975;
}

article a:hover {
	color: #12549e;
}

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

footer {
	background-color: #607070;
}

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

#pkIcon {
	background: url(/images/blog/winter/pk-icon.png) no-repeat center top;
	height: 148px;
}


@media screen and (min-width: 48em) { /* 768 and up */
h2 {
	font-size: 7em;
	padding: 10px 0 10px 0;
}

h3 {
	font-size: 3em;
}

article p {
	padding-left: 70px;
	padding-right: 70px;
}

}

@media screen and (min-width: 82.5em) { /* 1320 and up */
h2 {
	font-size: 10em;
}


}


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

#mainNav li:hover {
	background-color: #166c98;
}

h2 {
	font-size: 5em;
}
}