/* CSS Document */
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}table { border-collapse:collapse; border-spacing:0; }fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}abbr,acronym {border:0;}
/* END reset css */
/* BEGIN includes */
.clearfix:after { clear:both; content:"."; display:block; height:0pt; visibility:hidden; }
/* END includes */
/* BEGIN standard elements */
@import 'https://fonts.googleapis.com/css?family=EB+Garamond|Montserrat:400,700';
html, body {
	font-family: 'Adobe Garamond Pro', 'EB Garamond', 'Garamond', Georgia, serif;
	min-height: 100%;
	color: #232323;
}
body {}form {}form label {}form input {}form textarea {}
/* END standard elements */

/* BEGIN layout */
body {
	background-color: #FEEDEA;
}
#pageWrapper {
	padding: 50px 20px;
	padding-top: 100px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#pageWrapper h1 {
	text-align: center;
	margin-bottom: 100px;
}
#pageWrapper h1 img{
	max-width: 100%;
	height: auto;
}
#pageWrapper h2 {
	color: #3F3F40;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}
#pageWrapper p {
	color: #3F3F40;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#pageWrapper p a,#pageWrapper p a:visited {
	color: #3F3F40;
}
@media screen and (min-width: 450px) {
}
@media screen and (min-width: 650px) {
}
@media screen and (min-width: 750px) {
}
@media screen and (min-width: 550px) {
}
/* END layout */