body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #7aa92e;
}

#HeaderWrapper {
	width: 100%;
	background: url(../graphics/Dynamic-Family.jpg) no-repeat center center;
	background-size:cover;
}

.greendivider {
	background: #7aa92e;
	margin-top: 5px;
	float: left;
	clear: both;
	height: 2px;
	width: 100%;
}

#Logo {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: -15px;
}

#Logo img {
	width: 450px;
	margin-left: 255px;
}

#Menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width:100%;
	background: url(../graphics/trans-black.png) repeat;
}

#Menu a {
	color: #eeeeee;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	padding: 10px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 34px;
	border-bottom: solid 1px transparent;
}

#Menu a:hover, #Menu a.selected {
	color: #ffffff;
	background: url(../graphics/trans-black.png) repeat;
	border-bottom: solid 1px #eeeeee;
}

#Menu a.selected {
	border-bottom: solid 1px #b5d437;
}

.section {
	clear: both;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.card-graphic {
	width: 100%;
	float: right;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 3em;
	border-bottom: solid 1px;
	padding-bottom: 10px;
}

h1 big {
	font-size: 2.5em;
}

h2 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: light;
	line-height: 1em;
	border-bottom: solid 1px;
	padding-bottom: 10px;
}

h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: light;
	line-height: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.notready {
	color: #eeeeee;
	background: #555555; /* Old browsers */
	text-decoration: none;
	font-size: 36px;
	padding: 12px;
	padding-left: 24px;
	padding-right: 24px;
	text-transform: uppercase;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border-top: solid 1px #d7e387;
	border-bottom: solid 1px #6b6f4f;
	text-shadow: 1px 1px 2px #6b6f4f;
}

.notready:hover {
	color: #ffffff;
	text-shadow: 1px 1px 3px #333333;
}

.button {
	color: #eeeeee;
	background: rgb(188,224,109); /* Old browsers */
background: -moz-linear-gradient(top, rgba(188,224,109,1) 0%, rgba(120,170,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,224,109,1)), color-stop(100%,rgba(120,170,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce06d', endColorstr='#78aa1f',GradientType=0 );
	text-decoration: none;
	font-size: 24px;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-top: solid 1px #d7e387;
	border-bottom: solid 1px #6b6f4f;
	text-shadow: 1px 1px 2px #6b6f4f;
}

.button:hover {
	color: #ffffff;
	text-shadow: 1px 1px 3px #333333;
}

.bigbutton {
	color: #eeeeee;
	background: rgb(188,224,109); /* Old browsers */
background: -moz-linear-gradient(top, rgba(188,224,109,1) 0%, rgba(120,170,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,224,109,1)), color-stop(100%,rgba(120,170,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce06d', endColorstr='#78aa1f',GradientType=0 );
	text-decoration: none;
	font-size: 36px;
	padding: 12px;
	padding-left: 24px;
	padding-right: 24px;
	text-transform: uppercase;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border-top: solid 1px #d7e387;
	border-bottom: solid 1px #6b6f4f;
	text-shadow: 1px 1px 2px #6b6f4f;
}

.bigbutton:hover {
	color: #ffffff;
	text-shadow: 1px 1px 3px #333333;
}

#GraphicWrapper {
	clear: both;
	width: 100%;
	background: url(../graphics/blurb-background.jpg) no-repeat center center;
	background-size:cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

#GraphicWrapper h3 {
	font-weight: 100;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	color: #eeeeee;
}

#GraphicWrapper p {
	color: #ffffff;
}

.full {
	width: 96%;
	margin: 1%;
	padding: 1%;
	float: left;
}

.half {
	width: 46%;
	margin: 1%;
	padding: 1%;
	float: left;
}

.third {
	width: 29%;
	margin: 1%;
	padding: 1%;
	float: left;
}

.twothirds {
	width: 62%;
	margin: 1%;
	padding: 1%;
	float: left;
}

.center {
	text-align: center;
}

#Footer {
	clear: both;
	width: 100%;
	sers */
background: -moz-linear-gradient(top, rgba(188,224,109,1) 0%, rgba(120,170,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,224,109,1)), color-stop(100%,rgba(120,170,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(188,224,109,1) 0%,rgba(120,170,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce06d', endColorstr='#78aa1f',GradientType=0 );
	color: #ffffff;
}

p {
	line-height:1.8em;
	color: #444444;
}

p, ul {
	font-family: 'lato';
	font-weight: 500;
}

p a {
	color: #7aa92e;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
}

ul {
	margin: 15px;
	padding: 0px;
}

ul li {
	line-height: 1.4em;
	padding-bottom: 8px;
	color: #777777;
}

.footer-logo {
	float: left;
	margin-left: 10%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-socials {
	float: right;
	margin-right: 10%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-socials a {
	text-decoration: none;
}
.footer-socials a img {
	text-decoration: none;
	border: none;
}

@media only screen and (max-width: 960px) {
	.section, #Logo {
		width: 100%;
	}
	h1 {
		font-size: 5vw;
	}	
	#Logo img {
		width: 50%;
		margin-left: 25%;
	}
}
@media only screen and (max-width: 620px) {
	.twothirds {
		width: 96%;
		margin: 1%;
		padding: 1%;
	}
	#cardimg {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.half, .third, .twothirds {
		width: 96%;
		margin: 1%;
		padding: 1%;
	}
	.card-graphic {
		width: 50%;
		margin-right: 25%;
	}
	h1 {
		font-size: 10vw;
		text-align: center;
	}
	#Logo img {
		width: 76%;
		margin-left: 12%;
	}
}

@media only screen and (max-width: 400px) {
	#Logo img {
		/* width: 100%; */
	}
}