@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #494d49;
}
header {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;	
	background-color: #000;
	opacity: .7;

}
nav {
	width: 40%;
	height: 55px;
	margin: 0 auto;
	color: #fff;	

}
.nav-links {
	width: 24%;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 20px
}
nav a {
	text-decoration: none;
	color: inherit;
}
.banner-wrapper {
	width: 100%;
}
#top-banner {
	height: 450px;
	display: inline-block;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-width: 100%;
	background-size: cover;	
	
}
#banner-text-container {
	width: 100%;
	height: auto;
	margin: 160px auto 0 auto;
}
#banner-text-container h1 {
	width: 470px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	background-color: #82b440;
}
#banner-text-container h2 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #82b440;

}
#banner-text-container h3 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-weight: 300;
	color: #82b440;	
}
.section-wrapper {
	width: 70%;
	height: auto;
	margin:  50px auto;
}
section {
	height: auto;
}
#section-left {
	width: 45%;
	float: left;
}
#section-right {
	width: 45%;
	float: right;
}
section h1 {
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-size: 30px;
	font-weight: 500;
}	
#left-text {
	font-size: 20px;
	font-weight: 300;
}
#right-text {
	font-weight: 300;
}
section button {
	width: 400px;
	line-height: 60px;
	font-size: 20px;
	border: 2px solid #82b440;	
	background-color: #fff;
	color: #82b440;
}	
.clear {
	clear: both;
}
#middle-banner {
	height: 430px;
	margin: 70px 0 50px 0;
	background-color: #82b440;
	}
#middle-banner-text-container {
	color: #fff;
}
#button-container {
	width: 400px;
	margin: 0 auto;
}
#middle-banner-text-container button {
	width: 400px;
	line-height: 60px;
	font-size: 20px;
	border: 2px solid #fff;	
	background-color: #82b440;
	color: #fff; 
}
#middle-banner h1, #middle-banner h2 {
	width: 100%;
	text-align: center;
}
#middle-banner h1 {
	padding-top: 100px;
	font-size: 40px;
}
#middle-banner h2 {
	font-size: 30px;
	font-weight: 300;
}
.cell {
	width: 32%;
	height: 200px;
	float: left;
	box-sizing: border-box;
	padding: 1%;
	
}
.price-panel {
	width: 31%;
	height: 175px;
	margin: 2% 1% 2% 1%;
	float: left;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 5px;	
	color: #fff;
	text-align: center;
	background-color: #82b440;	
}
.section-wrapper p {
	font-weight: 300;
}
.cell h1 {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}
footer {
	width: 100%;
	height: 300px;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #8c918c;
	background-color: #232423;
}
footer h1 {
	margin: 20px 0 -20px 0;
	padding-top: 20px;
	font-weight: bold;
	color: #8c918c;
}
footer h2 {
	font-weight: 300;
	color: #8c918c;
}
#copyright {
	width: 100%; 
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	
}
footer hr {
	width: 50%;
	text-align: center;
	border: 1px solid #343634;
}
ul.icons {
	cursor: default;
	padding-bottom: 2em;
}
ul.icons li {
	display: inline-block;
	line-height: 1em;
	padding: 0.5em 1em;
}
ul.icons li:first-child {
	padding-left: 0;
}
ul.icons li span {
	display: none;
}
ul.icons li a {
	text-decoration: none;
	font-size: 2em;
	color: inherit;
	opacity: 0.2;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
ul.icons li a:hover {
	color: inherit;
	opacity: 1;
}
#about-banner {
	height: 450px;
	display: inline-block;
	background-image: url("../images/about-banner.jpg");
	background-repeat: no-repeat;
	background-width: 100%;
	background-size: cover;	
}
#section-full-width {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 10px;
	box-sizing: border-box;
}
#about-paragraph {
	font-size: 20px;
}
#contact-banner {
	height: 450px;
	display: inline-block;
	background-image: url("../images/contact-banner.jpg");
	background-repeat: no-repeat;
	background-width: 100%;
	background-size: cover;	
}
#contact-banner-text-container, #about-banner-text-container {
	width: 100%;
	height: auto;
	margin: 210px auto 0 auto;	
}
#contact-banner-text-container h1, #about-banner-text-container h1 {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	background-color: #82b440;	
}
#page-wrapper {
	width: 60%;
	margin: 100px auto 650px auto;
}
#form-wrapper {
	float: left;
	width: 45%;

}
form, input, textarea {
	width: 100%;

}
input, textarea {
	font-size: 16px;
	border: 2px solid #82b440;
	border-radius: 5px;
}
input {
	line-height: 25px;
}
textarea {
	height: 150px;
	font-family: 'Open Sans', sans-serif;	
}
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}
#submit-button {
	width: 50%;
	line-height: 40px;
	font-size: 20px;
	border: 2px solid #82b440;	
	background-color: #82b440;
	color: #fff;
}
#contact-wrapper {
	width: 45%;
	margin: -30px 0 50px 5%;
	float: left;
	font-size: 20px;
}
#contact-wrapper h1 {
	font-size: 30px;
	font-weight: 400;
}
.antispam {
	display: none;
}
hr {
	width: 100%;
	margin-bottom: 100px;
	display: none;
}



#message {
	width: 100%;
	margin-bottom: 50px;
	font-size: 30px;
	text-align: center;
	color: red;
}
#contact-button {
	width: 50%;
	line-height: 40px;
	font-size: 20px;
	border: 2px solid #82b440;	
	border-radius: 5px;
	background-color: #82b440;
	color: #fff;	
	
}