*:not(i){

}
h1,h2,h3,h4,h5 {

}
body,
p {
	color:#444;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container {
	width:100%;
	max-width:984px;
}
a,
a:hover {
	text-decoration: none;
}

.container {
	width:100%;
	max-width:1170px;
}

body {
	background:url(img/everything-produce-farmer.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
header {
	background:url(img/everything-produce-wood-background.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	text-align: center;
	padding:30px 0;
}
footer {
	padding-top:90px;
	background:url(img/everything-produce-wood-background.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center;
	text-align: center
}

img {
	max-width: 100%;
	height:auto;
}
.white_bg {
	background:rgba(255,255,255,0.8);
	padding:60px 0px;
	margin:15px auto 30px;
}
.top_row {
	margin-bottom:60px;
}
.top_row p {
	margin-bottom:0;
}
.inner_panel {
	margin-bottom:30px;
	text-align: center
}
.inner_panel img {
	margin-bottom:15px;
	max-height:160px;
}
.inner_panel p {
	font-size:16px;
}
.btm_img  {
	text-align: center;
	margin-bottom: 30px
}
.btm_img img {
	max-width: 600px;
}
.inner_panel strong {
	text-transform:uppercase;
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
	body {
		font-size:16px;
	}
	.white_bg {
		padding:30px 30px;
	}
	.top_row {
		margin-bottom: 30px;
	}
	.btm_img img {
		width: 100%;
	}
	.inner_panel img {
		max-width: 250px;
	}
}