@charset "utf-8";

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

}

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

}

header {
	background-color: #877f8a;
}

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

#mainNav a {
	color: #FFF;
}

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

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

#content p {
	padding-bottom: 1.3em;
	font-size: 1.3em;
}

#intro {
	color: #ffecd0;
}

#intro .firstPara {
	color: #ffecd0;
	font-size: 1.9em;
}


h1 {
	color: #FFF;
}


h2 {
	color: #b7cad7;
	font-family: 'griffosscapsfontregular', Georgia, serif;
	font-size: 2.5em;
	padding: 30px 0 10px 0;
}

h3 {
	font: 2em 'griffosscapsfontregular', Georgia, serif;letter-spacing: 0;
	padding: 1.2em 0 .3em 0;
	color: #FFF;
}

article {
	padding: 0 14px;
}

article p, article a {
	z-index: 500;
}

.center {
	text-align: center;
}	


.smImg {
	width: 70%;
	margin: 0 auto;
}

.fullImg {
	display: none;
}

article a {
	color: #c5aece;
}

article a:hover {
	color: #605166;
}

blockquote {
	padding-left: 40px;
}

blockquote p {
	font-size: 1.5em;
	font-style: italic;
}


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

#toTop:hover {
	background-color: #605166;
}

footer {
	background-color: #877f8a;
}

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

footer a {
	color: #dfcee5;
}

@media screen and (min-width: 48em) { /* 768 and up */

header {
	background: #877f8a url(/images/blog/history/owl.png) no-repeat right top;
}

h2 {
	font-size: 3.6em;
	padding: 90px 0 10px 39%;
}

h3 {
	font-size: 2.1em;
	padding: 1.2em 0 .3em 39%;
}

article p {
	padding-left: 39%;
}

.fullImg {
	position: absolute;
	top: 90px;
	left: -18%;
	width: 80%;
	max-width: 1164px;
	display: block;
}

.smImg {
	display: none;
}

}


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

}

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

@media screen and (min-width: 93em) { 
.fullImg {
	left: -15%;
}
}

@media screen and (min-width: 98em) { 
.fullImg {
	left: -12%;
}
}

@media screen and (min-width: 104em) { 
.fullImg {
	left: -10%;
}
}

@media screen and (min-width: 109em) { 
.fullImg {
	left: -5%;
}
}

@media screen and (min-width: 116em) { 
.fullImg {
	left: -6px;
}
}


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

#mainNav li:hover {
	background-color: #605166;
}
}