/** Our Commodities CSS **/

/** Main Banner **/
#main-home {
	margin-top: 113px;
	padding-top: 0px;
	padding-bottom: 40px;
	color: #fff;
	background-size: cover;
	background: #549d61 url(../images/broccoli.png) no-repeat right center;
	border-bottom: 3px solid #549d61;
}

#main-home h1 {
	font-size: 45px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

#main-home .headline-section {
	padding: 20px;
	height: 100%;
}

.bringing {
	font-size: 45px;
	font-weight: 500;
	animation-delay: .0s
}

.freshest {
	font-size: 60px;
	font-weight: 500;
	animation-delay: .1s
}

.highest {
	font-size: 60px;
	font-weight: 500;
	animation-delay: .2s
}

.quality{
	font-size: 60px;
	font-weight: 500;
	animation-delay: .3s
}

/** End Main Banner **/

#food-safety {
	padding-top: 40px;
	padding-bottom: 40px;
}

#food-safety h1 {
	font-size: 36px;
  margin-bottom: 20px;
  color: #460B00;
}

#food-safety h3 {
	font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #460B00;
}

#food-safety h4 {
	font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  color: #2c2c2c;
}

#food-safety ul {
	margin-bottom: 20px;
}

#food-safety ul .ul-margin {
	margin-bottom: 0px;
}

#food-safety h3 .icon-globe-2-2 {
	font-size: 36px;
	position: relative;
	top: 8px;
	margin-right: 10px;
	color: #549E61;
}

#food-safety h3 .icon-eco-house {
	font-size: 36px;
	position: relative;
	top: 8px;
	margin-right: 10px;
	color: #549E61;
}

.middle {
	padding: 40px 0px;
	margin: 40px 0px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

/** Animations **/
.fadeInLeftBig {
  animation-duration: .7s;
  animation-delay: .1s;
  animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .1s;
  -moz-animation-iteration-count: 1;
  -o-animation-duration: .7s;
  -o-animation-delay: .1s;
  -o-animation-iteration-count: 1;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
	#main-home .headline-section {
		background-color: rgb(84, 158, 97, 0.6);
	}
}

@media (max-width: 640px) {

}


@media (max-width: 440px) {
	#main-home h1 {
		font-size: 36px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bringing {
		font-size: 36px;
		font-weight: 500;
		animation-delay: .0s
	}

	.freshest {
		font-size: 48px;
		font-weight: 500;
		animation-delay: .1s
	}

	.highest {
		font-size: 48px;
		font-weight: 500;
		animation-delay: .2s
	}

	.quality{
		font-size: 48px;
		font-weight: 500;
		animation-delay: .3s
	}
}
