body {
	font-family: "open sans",Helvetica,Arial,sans-serif;
	font-size: 16px;
	overflow-y: scroll;
	background-color: #222222;
}
a {
	text-decoration: none;
}
#content {
	background-image: url(/images/gallery/hero/hero1.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 90em;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 88em;
	padding-left: 1em;
	padding-right: 1em;
}
#header, #body {
	background-color: #ffffff;
}
#header {
	height: 18em;
}
#header .wrapper {
	overflow: auto;
	position: relative;
	overflow: hidden;
}
#header .logo {
	float: left;
	background-image: url(/images/logo.png);
	width: 55.9658703071673em;
	height: 18em;
	margin-left: 1em;
}
.phone, .nav {
	text-align: right;
	position: absolute;
	right: 2em;
}
.phone {
	top: 2.5em;
	right: 0.625em;
	font-size: 3.2em;
}
.phone a {
	color: #339900;
}
.phone i {
	margin-right: 0.25em;
	transform: rotate(45deg);
}
.nav {
	bottom: 0;
	height: 2.25em;
}
.nav a {
	height: 1.75em;
	display: inline-block;
	position: relative;
	background-color: #339900;
	color: #222222;
	padding-top: 0.5em;
}
.nav a span {
	font-size: 1.25em;
	margin: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
.nav a:hover {
	color: #ffffff;
	background-color: #222222;
}
.contact {
	display: none;
	position: absolute;
	top: 0;
	left: 50vw;
	margin-left: -9em;
	width: 16em;
	margin-top: 1em;
	padding: 1em;
	box-shadow: 0 0 10px 7px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
@media only screen and (min-height: 33em){
	.contact {
		top: 50vh;
		margin-top: -15em;
	}
}
@media only screen and (min-width: 31em){
	.contact {
		margin-left: -12em;
		width: 20em;
		padding: 2em;
	}
}
.contact i {
	color: #339900;
	margin-right: 0.5em;
}
.contact span {
	display: block;
	font-size: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.contact label {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.contact label input {
	margin-right: 0.5em;
}

.contact #contactFormFail, .contact #contactFormWin {
	display: none;
}

.pure-button-primary {
	background-color: #339900 !important;
}
#gallery .wrapper {
	width: 86em;
	background-color:  rgba(0,0,0,0.75);
	padding-top: 1em;
	padding-bottom: 1em;
}
#gallery a {
	margin-left: 1.45em;
	padding-bottom: 1em;
}

#hero {
	height: 40em;
	position: relative;
}
.hero-testimonial {
	margin-left: 2em;
	width: 18em;
	font-size: 2em;
	font-weight: 300;
	line-height: 1.5em;
	text-shadow: 1px 1px #222222;
	color: #ffffff;
	position: absolute;
	bottom: 6em;
}
.hero-testimonial span {	
	font-size: 0.5em;
}
.hero-testimonial div {
	margin-top: 1em;
}
.hero-testimonial a {
	margin-top: 10em;
	line-height: 0.5em;
	height: 1em;
	color: #ffffff;
	padding: 0.5em;
	padding-top: 0;
	padding-bottom: 0.25em;
	border: 1px solid white;
	transition: background-color 200ms, text-shadow 100ms;
}
.hero-testimonial a:hover {
	background-color: rgba(255,255,255,0.75);
	color: #222222;
	text-shadow: none;
}
#body {
	position: relative;
}
#body .heading {
	font-weight: 300;
	width: 33.2em;
	padding: 1em;
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 0.08em;
	color: #cccccc;
	background-color: #222222;
	position: absolute;
	top: -2em;
}
#body .copy {
	padding: 1em;
	padding-top: 3em;
	box-shadow: 0 0 0.5em #222222;
}
.features {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	display: inline-block;
	width: 33%;
}
.features li {
	color: #333333;
	font-weight: 300;
	font-size: 2em;
	line-height: 2em;
	display: block;
	text-align: center;
}
.features li i {
	font-size: 2em;
	color: #339900;
}
#footer .wrapper {	
	box-sizing: border-box;
	font-weight: 300;
	position: relative;
	padding-top: 0.25em;
	padding-left: 2em;
	padding-right: 2em;
}
.footnav li:not(:first-child):before {
	content: "| ";
}
.footnav li {
	display: inline-block;
}
#footer, #footer a {
	color: #cccccc;
}
#footer .left, #footer .middle, #footer .right {
	font-size: 0.75em;
	position: absolute
}
#footer .middle {
	left: 45em;
}
#footer .right {
	right: 2em;
} 