@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #F1F0EB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F0EB;
}

.logo {
	display: block;
	width: 842px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

H1.quote {
	display: block;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	color: #514D39;
}




/* Hero Section */
.hero {
	background-color: #ffffff;
	padding-top: 0px;
	padding-left: 0px;
}
.light {
	font-weight: bold;
	color: #3C94D1;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.copyright {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #514D39;
	color: #FFFFFF;
	text-transform: none;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.copyright a:link,
.copyright a:visited {
	color: #fff;
	text-decoration: none;
}


.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	max-width:100%;
    height:auto;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}


}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {


}
