@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	width: 100%;
	height: 400px;
	padding: 20px 20px 50px 20px;
	color: #08660A;
	text-align: center;
}

h1 {
	font-size: small;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 250px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0px;
}

h4 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 120px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button-G {
	background: #EDFF00;
	border:  5px #009114 solid ;
	padding: 8px 30px;
	border-radius: 30px;
	color: #009114;
	text-decoration: none;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-Orange {
	background-color: #B2B109;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-Green {
	background-color: #3B6F00;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: small;
		margin-bottom: 250px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

#fixed{
	position: fixed;
	z-index:0;
	top:220px;
	right;0px;
	background-color:#3399ff;
	margin: 30px;
	width:700px;
	height:47px;
	text-align:center;
	outline-width:10px;
	outline-color: #0000C0;
	outline-style: dashed;
	
	color:#ffffff;
	font:35px Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
