body{
	font-family: 'Open Sans', sans-serif;
}

a, a:visited, a:hover, a:active{
	color: #008256;
}

.navbar-fixed-top{
	position: relative;
	background-color: #008256;
	border: none;
	margin-bottom: 40px;
}

.navbar-fixed-top a{

}

.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}

.navbar .navbar-nav {
    display: inline-block;
	float: none;
	 vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

#slider img{
	width: 100%;
}

header{
	position: relative;
	text-align: center;
}

header h1{
	padding: 20px 0;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	bottom: auto;
	right: 20%;
	left: 20%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 85px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
	z-index: 999;
}

.content{
	text-align: center;
	margin-bottom: 20px;
}

h2, h3{
	color: #008256;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

p{
	margin: 0 0 15px 0;
}

.content-space{
	padding: 0px;
	margin-top: 40px;
	color: inherit;
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: rgba(255, 255, 255, .75);
}

.container.icons .row {
    display: flex;
    justify-content: space-between;
}

.icons{
	margin-top: 40px;
	margin-bottom: 40px;
}

footer{
	background-color: #008256;
	padding: 40px;
	color: #fff;
}

footer a, footer a:visited, footer a:hover{
	color: #fff;
}

.tagline{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
}

.footernav ul{
	margin: 0;
	padding: 0;
}

.footernav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footernav ul li a{
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a{
	background-color: #008256;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
	background: #000;
}

.products img{
	width: 100%;
}

.field label{
	margin: 0;
}

.field.text input, .field.textarea textarea{
	border: none;
	background-color: #008256;
	padding: 10px;
	color: #fff;
	margin: 5px 0;
	width: 100%;
}

.Actions input{
	color: #fff;
	background-color: #008256;
	padding: 10px 20px;
	border: none;
	margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	header h1{
		font-size: 45px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.container.icons .row{
		display: inline;
	}
	
	.container.icons .row .item{
		text-align: center;
	}
	
	header h1{
		font-size: 16px;
	}
	
	.content-space{
		display: none;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {

}