/*-----------------------------------------------------------------------------
author:    BlackWaspDigital.com
-----------------------------------------------------------------------------*/

/* =Home Inspection Services Home
-----------------------------------------------------------------------------*/
.featureTitle {	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042542+0,06345e+21,06345e+100 */
	background: #042542; /* Old browsers */
	background: -moz-linear-gradient(top, #042542 0%, #06345e 21%, #06345e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #042542 0%,#06345e 21%,#06345e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #042542 0%,#06345e 21%,#06345e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042542', endColorstr='#06345e',GradientType=0 ); /* IE6-9 */
	text-align:center;
	text-shadow:#011c35 3px 3px;
	border-bottom:#0c629e solid 4px;
	padding:2.5em 0;
	z-index:3000;
	position:relative;
	}
	
.featureTitle h1 {
	font-size:3.1em;
	line-height:90%;
	padding:0;
	margin:0 0 .1em 0;
	font-family:gotham_boldregular, Arial, sans-serif;
	font-weight:normal;
	color:#ffffff;	
	}
	
.featureTitle h1 br {
	display:none;
	}
	
.featureTitle h2 {
	font-size:1.65em;	
	line-height:95%;
	margin:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	}
	
.featureBtns {
	background:url(../img/featureBtnsBg.jpg) no-repeat top center #666666;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom:#0c629e solid 4px;
	padding:2.5em 0 2em 0;
	-webkit-box-shadow: 0 0 40px 0 #C4C4C4;
	box-shadow: 0 0 40px 0 #C4C4C4;
	}
	
/* =featureBtn
-----------------------------------------------------------------------------*/
.featureBtn {
	width:100%;
	background: rgba(0, 0, 0, 0.5);
	padding:0;
	margin:0 0 1.5em 0;
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	text-align:center;
	border:#929292 solid 2px;
	}
	
.featureBtn:hover {
	color:#ffffff;
	background:#0c629e;
	}
	
.featureBtn a {
	font-family:gotham_boldregular, Arial, sans-serif; 
	font-size:1.25em;	
	font-weight:normal;
	color:#ffffff;
	display:block;
	padding:10% 5% 8% 5%;
	width:90%;
	text-decoration:none;
	line-height:90%;
	}
	
.featureBtn a span {
	font-family:thirsty_scriptbold, Arial, sans-serif; 
	display:block;
	font-size:2em;
	line-height:120%;
	}
	
.featureInner {
	width:1200px;
	margin:0 auto;
	}
	
.leftCol .blueBtn, .rightCol .blueBtn {
	width:50%;
	}
	
.rightCol img {
	float:right;
	margin:0 0 1em 1em;
	max-width:193px;
	}

	
@media screen and (max-width: 1250px) {
	
.featureTitle h1 br {
	display:block;
	}
	
.featureInner {
	width:90%;
	margin:0 auto;
	}
	
.featureBtn a span {
	font-size:1.5em;
	}

		
}

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

.featureBtn a {
	font-size:1em;
	}
		
}

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

.featureBtn a {
	font-size:1.25em;
	padding:5% 5% 4% 5%;
	}
	
.featureBtn a span {
	font-size:2em;
	}
	
.leftCol .blueBtn, .rightCol .blueBtn {
	width:100%;
	}
	
}

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

.featureTitle h1 {
	font-size:2em;	
	}
	
.featureTitle h2 {
	font-size:1.25em;	
	line-height:95%;
	margin:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	}
	

		
}



