@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

.section.rev h1,
.section.rev h2,
.section.rev p,
.section.rev .bullet-list {
	color:#FFF;
	text-shadow:0 0 20px #000;
}
.section-quote {
	background-image:url(images/section/quote.jpg);
	background-size:cover;
	border-bottom:10px solid #008478;
}
.section-head {
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.section-head .text-box {
	position:absolute;
	bottom:20px;
	left:20px;
	text-shadow:10px 10px 13px #000;
}
.section-head .text-box h1 {
	font-size:120px;
	line-height:100px;
}
.section-head .text-box h2 {
	font-size:40px;
	line-height:50px;
}
.section-tested,
.section-benefits {
	background-color:#F8F8F8;	
}
.section-green {
	background-color:#aac352;	
}
.section-green-dark {
	background-color:#006838;	
}
.section-green-dark p,
.section-green-dark h2,
.section-green-dark h3,
.section-green-dark ul {
	color:#FFF;
}
.section-green .button {
	color:#aac352;
	background-color:#FFF;
}
.section-green .button,
.section-green-dark .button {
	border-left:none;
}
.offset {
	margin-top:-95px;
}

/*Specific pages*/
body.page-index #wrapper {
	background-color:#fff;
	border:none;
}
body.page-index #wrapper .wrapper-content {
	padding:75px 0;
}

@media screen and (max-width: 700px) {
	.section-head .text-box {
		position:static;
	}
	.offset {
		margin-top:-55px;
	}
	body.page-index #wrapper .wrapper-content {
		padding:50px 0;
	}
}