body {
	margin: 0;
	padding: 0;
	background-color: #344050;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	color: #FFF;
}
header {
	margin: 5% auto;
}
nav {
	margin-top: 5%;
}
nav a{
	font-size: 75%;
	padding: 5px;
	text-transform: uppercase;
}

nav a:hover{
	color: rgba(215,113,32,1.00);
}
footer {
	margin: 5% auto;
}

footer .nav a {
	display: block;
	font-size: 80%;
	padding: 10px;
}

footer .nav a:hover{
	color: rgba(215,113,32,1.00);
}
a {
	text-decoration:  none;
	font-weight: 700;
	color: rgba(255,255,255,1);
	transition: all 0.3s ease;
}
button {
	text-transform: uppercase;
	padding: 15px 20px;
	margin: 40px 0;
	font-weight: normal;
	font-size: 80%;
	color: rgba(255,255,255,1);
	background-color: rgba(52,64,80,1);
	border: 0;
	transition: all 0.3s ease;
}

button:hover {
	background-color: rgba(27,39,53,1);
}
h1 {
	font-family: 'Sorts Mill Goudy', serif;
	text-transform: uppercase;
	font-size: 220%;
	font-weight: normal;
	color: #344050;
}
h4 {
	font-family: 'Sorts Mill Goudy', serif;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: normal;
	padding: 40px 0;
}
h5 {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;
}
h6 {
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
p {
	font-size: 90%;
}
.column {
	margin-top: 0;
	margin-bottom: 0;
}
img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.logo {
	width: 300px;
	float:  left;
}
.logo_sm {
	width: 200px;
}
.hero {
	min-height: 500px;
	background-image: url(../img/earth_mover2.jpg);
	background-repeat: no-repeat;
    background-size:cover;
}
.hero h1 {
	margin: 20% auto 0;
}

.committed {
	background-image: url(../img/improve.jpg);
	min-height: 500px;
	background-repeat: no-repeat;
    background-size:cover;
}

.white {
	color: rgba(255,255,255,1);
}
.white_bg {
	background-color: rgba(255,255,255,1);
}
.orange {
	color: rgba(215,113,32,1.00);}

.orange_bg {
	background-color: rgba(215,113,32,1.00);}

.black {
	color: rgba(0,0,0,1.00);}

.newsletter button {
	color: rgba(255,255,255,1);
	background-color: rgba(215,113,32,1.00);
	padding: 20px 40px;
}
.newsletter button:hover {
	background-color: rgba(188,91,25,1.00);
}
.note {
	font-size: 55%;
}
.center {
	text-align: center;
}
.update {
	padding: 5% 0;
}
.update hr {
	width: 200px;
	color: #344050;
}
.update p {
	width: 60%;
	margin: 0 auto;
}
.legal {
	margin-top: 20%;
}
.blockspacing {
	padding: 5% 0;
}
.topspacing {
	margin-top: 35px;
}
.three-column {
	color: #000;
}
.big_stats {
	font-size: 320%;
	font-weight: 700;
	color: #344050;
	display: block;
	margin: 50px auto 0;
}
.stats {
	font-weight: lighter;
	letter-spacing: normal;
	font-size: 85%;
}

/* start of overlay css */
.overlay {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.75);
	z-index: 999999;
}
.overlay.open {
	display: table;
	top: 0;
	left: 0;
}
.overlay-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 50px;
}
.modal {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 30px;
	background: #fff;
	border: 2px solid #000;
	padding: 120px 20px;
	width: 40%;
	margin: 0 auto;
	color: #000000;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
#close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 35px;
}

/* added css for memo page */
header h2 {
	color: rgba(215,113,32,1.00);
}
.paper_bg {
	background-image: url(../img/paper_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	color: rgba(0,0,0,.8);
	padding: 100px 50px;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "serif";
}
.mice {
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "serif";
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 1px;
}
.hide_section {
	display: none;
}
.hide_image {
	display: inherit;
	max-width: 1024px;
}
.memo_boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

@media (max-width: 800px) {
	header h2 {
		font-size: 100%;
	}
.column .three-column .column {
 float: none;
 display: block;
 clear: both;
 padding: 0;
 margin: 0;
 }
.logo {
	width: 250px;
	float:  left;
}
.logo_sm {
	width: 150px;
}
.big_stats {
	margin: 10px auto 0;
	clear: both;
	text-shadow: none;
}
/* added for memo page */
.hide_section {
	display: inherit;
}
.hide_image {
	display: none;
}

.modal {
	font-size: 20px;
	padding: 80px 20px;
	width: 80%;
}
}

@media (max-width: 520px) {
.big_stats:first-child {
	margin-top: 0px;
}
	.white {
		text-shadow: 1px 1px 1px #000;
	}
	h4 {
		padding: 10px 0 0;
	}
}
