/***  About Us Section  ***/
#about-us .section div{
	height:350px;
	background:url("../img/introduction.jpg");
	background-position:center 8%;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#about-us h1{
	font-size:72px;
	color:#666;
}
#about-us .btn{
	margin-top:210px;
	background-color:#666;
	width:180px;
}
#about-us .btn:hover,
#about-us .btn:focus{
	border: 1px solid #666;
	background-color:#fff;
	color: #000;
}

@media (max-width: 867px){

	#about-us h1{
		font-size:48px;
		color:#666;
	}
	
	#about-us .section div{
    	height:220px;
    }
    #about-us .btn{
    	margin-top:125px;
    }

}	
@media (max-width: 368px){
	
	#about-us h1{
		font-size:48px;
		color:#666;
	}

}	

/*-----------------------------------------------------------------------------------------*/

/***  New ovens section  ***/
#new-ovens .section div{
	height:200px;
	background:url("../img/gray-new-oven.jpg");
	background-position:center 8%;
	background-repeat:no-repeat;
	background-size:cover;
	/*
    -webkit-filter: grayscale(85%);
	filter: grayscale(85%);
    */
}

#new-ovens .btn{
    margin-top:45px;
    width:180px;
	background-color:#b30000;
}
#new-ovens .btn:hover,
#new-ovens .btn:focus{
	border: 1px solid #b30000;
	background-color:#fff;
	color: #000;
}


/*-----------------------------------------------------------------------------------------*/


/***  Our Projects  ***/
#our-projects a:hover,
#our-projects a:focus{
	text-decoration:none;
}
#our-projects .section div{
	height:200px;
}
#our-projects .section h2{
	padding-top:45px;
}
/* Bushings */
#our-projects a:nth-child(3) .section h2{
	padding-top:53px;
}


/***  Our Projects - Fireplaces, Ovens And Bushings ***/

#our-projects .glyphicon-fire{
	top:30px;
	font-size:72px;
}
#our-projects .glyphicon-oil{
	top:25px;
	font-size:72px;
}
#our-projects .fa-thermometer-three-quarters{
    position:relative;
	top:20px;
	font-size:72px;
}
#our-projects a:nth-child(1) .section div{
	background:#b30000;
}
/***  Our Projects - Chimneys  ***/
#our-projects a:nth-child(2) .section div{
	background:#666;
}
/***  Our Projects - Bushings  ***/
#our-projects a:nth-child(3) .section div{
	background:#b30000;
}
#our-projects .section div:hover{
	box-shadow: 3px 3px 5px 0px #999;
}


/*-----------------------------------------------------------------------------------------*/

/***  Gallery  ***/
#gallery .section div{
	height:265px;
	-webkit-filter: grayscale(65%);
	filter: grayscale(65%);
}
#gallery .section a{
	color:#fff;
	text-decoration:none;
}
#gallery .section div:hover{
	box-shadow: 3px 3px 5px 0px #999;
}
#gallery .section a:hover h3{
	visibility:visible;
}
#gallery .section h3{
	visibility:hidden;
	height:100%;
	padding-top:125px;
	background:#555;
	opacity: 0.7;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
/***  Fireplaces  ***/
#gallery .section:nth-child(1) div{
	background:url("../img/gray-fireplace-2.jpg");
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
}
/***  Ovens  ***/
#gallery .section:nth-child(2) div{
	background:url("../img/gray-oven-1.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
/***  Chimneys  ***/
#gallery .section:nth-child(3) div{
	background:url("../img/gray-chimney-1.jpg");
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
}
/***  Bushings  ***/
#gallery .section:nth-child(4) div{
	background:url("../img/gray-bushing-1.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center; 
}

