@charset "UTF-8";
/* CSS Document */

html {font-size:16px;}

body {
	font: 1em Century Gothic,Helvetica,Verdana,Arial,sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

.type100 { font-size:1em; }
.type125 { font-size:1.25em; }
.type150 { font-size:1.5em; }
.type200 { font-size:2em; }
.type300 { font-size:3em; }
.type400 { font-size:4em; }
.type500 { font-size:5em; }
.type600 { font-size:6em; }
.type700 { font-size:7em; }
.type1500 { font-size:15em; }



.bold {
font-weight:bold;
}
.grey {color:#999;}

.book {
	font-family:Book Antiqua,Times,Arial,sans-serif;
	font-weight:bold;
	}


/* font-family: 'Architects Daughter', cursive; */

#container {
	width:90%;
	max-width:1600px;
	margin: 5% auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left		; /* this overrides the text-align: center on the body element. */
}
#logo img {
	width:49%;
	max-width:1260px;
	display:inline-block;
	float:left;
	}
#mainContentHead, #mainContentFoot, #callout {
	width:49%;
	margin:0 0 0 0;
	display:inline-block;
	float:right;
}
#mainContentHead h1.book {
	margin-left: -2.5em;
	font-size:2em;
	}
#mainContentHead h2.book {
	font-size:1.5em;
	}
.callout {
/*border-top:3px solid #8e6d8c;*/
border-bottom:6px solid #8e6d8c;
margin:0 2em 3em 0;
padding:0 0 0.25em 0;
font-size:2em;
}

h1.g-font {font-family: 'Shadows Into Light', cursive;font-size:3.75em;color:#8E6D8C }

span.starter {font-family: 'Shadows Into Light', cursive;font-size:3em;}

#mainContentFoot {
margin:2em 0 0 0;
}
#mainContentFoot .statement {
margin:0 0 0 0;
}
.info {
padding:10px 0 5px 0;/* border-bottom:5px solid #8e6d8c; */
}
.statement.info p {
line-height:2em;
}

.italic {
	font-style:italic;
	}
.floatRight {
	float:right;
	}
#social-links {height:60px;border-bottom:5px solid #8e6d8c;}

.socials {margin: 10px 10px;float:right;}
.socials:hover {opacity:0.5;}

#footer {
	width:100%;
	clear:both;
	float:none;
	font-size:1em;
}

 #footer a { color:#8e6d8c;text-decoration:none !important;}
 #footer a:hover { text-decoration:underline !important; }


/* MEDIA queries *************************/

@media only screen and (max-width: 1315px) {
#mainContentFoot {width:100%;margin-bottom:2em;}

}

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

h1.g-font {font-size:3em; }
.callout {
	margin:2em 2em 0 0;
	font-size:1.15em;
	}
#mainContentFoot {
	width:100%;
	clear:both;
	float:none;
}

#mainContentFoot {
	margin:0 2em 0 2em;
	}

#mainContentFoot .statement {
	margin:0 2em 0 2em;
	}

#footer .info {
	margin:1.5em 0 0 0;
	font-size:0.95em;
	}
}
@media only screen and (max-width: 980px) {


#mainContentHead h1.book {
	margin-left:0;
	font-size:1.75em;
	}
.callout {
	font-size:1.05em;
	}
.type150.text {font-size:1.15em;}
}

@media only screen and (max-width: 855px) {
h1.g-font {font-size:2em; }

#mainContentFoot, #footer {
margin-top:1em;
}
.block {
display:block;
}
}
/*
@media (max-width: 800px) {

}
*/
@media only screen and (max-width: 770px) {

h1.g-font {font-size:2em; }

#mainContentHead h1.book {
	font-size:1.5em;
	}
#mainContentHead h2.book {
	font-size:1.25em;
	}
.callout {
	margin:1.5em 0 0 0;
	}
.type150.text {font-size:1.0em;}
#footer {
	font-size:0.85em;
	}
	#mainContentFoot .statement {
	margin: 0 2em 0 1em;
	}
}

@media only screen and (max-width: 680px) {
#mainContentHead h1.book {
	font-size:1.35em;
	}
#mainContentHead h2.book {
	font-size:1.05em;
	}
#mainContentFoot, #mainContentFoot .statement {
	margin:1em 0 0 0;
}
}

@media only screen and (max-width: 600px) {
#callout {
	clear:both;
	width:100%;
	margin:0 0 0 0;
}
.block {
display:inline;
}
#mainContentFoot, #mainContentFoot .statement {
margin:1em 0 0 0;
}
#footer .info {
padding:0 0 2em 0;
}
span.floatRight {
display:inline-block;float:left;
clear:both;
}
}

@media (max-width: 570px) {


}

@media (max-width: 535px) {


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

#logo img , #mainContentHead {
clear:both;
display:block;
width:100%;
}
#mainContentHead {
margin:0.5em 0 0 0;
}
.callout {
margin:2em 0 0 0;
}

}


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

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

}
