body {
	background: #F2F2F2;
	color: #374437;
}

.navbar {
	background: #41643C;
	opacity: 0.9;
}

#home-img {
	background: url(../img/panel1a.jpg);
/* 	background: url(../img/P2071103.jpeg); */
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position-y: 56px;
/* 	padding-top: 60px; */
	min-height: 416px;
}

#home-section {
	margin: 10px;
	border-bottom: #41643c 3px solid;
}

#about-head-section {
	margin: 0 10px 10px 10px;
}

#about-section {
	margin: 10px;
	border-bottom: #41643c 3px solid;
}

.section-link {
	min-height: 56px;
}

.product-section {
	border-bottom: #41643c 3px solid;
}

.product-section img {
	margin-bottom: 10px;
}

.banner-section img {
	margin: 8px;
}

footer {
	padding: 10px;
	background: #41643C;
	color: #F2F2F2;
}