<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.thumbnailhc {
  text-align: center;/* HC Modified*/
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  background-image:url(http://www.hydraulichrome.com/images/cdfb5acd.png);
  color:white;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.rewimg{
	font-size:80px;margin:0 auto; display:block;color:#FFFFFF;
}
.greyimg{
	opacity: 0.7;
    background-color: #000;
}
.relative{
	position: relative;
}
.abstext{
	position: absolute; 
}
.whitelargetext{
	top:45%;
	left:0;
	text-align: center;
	width: 100%;
	color:#FFF;
	overflow: hidden;
	font-size:50px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.greybacktext{
	background: rgb(0, 0, 0); /* fallback color */
   	background: rgba(0, 0, 0, 0.3);
   	padding: 10px;
}
.stretchimg{
	width:100%;
	height:100%;
	max-width:100%;
}
#logo
{
	height:20%;
	width:20%;
	margin-right:10px;
}
.footer{
	width:100%;
	height:90px; /*Change footer height*/
	margin-top:-90px; /*Change footer height - HAS TO BE NEGATIVE!*/
	position:relative;
	background-color:#8ac76d;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px; 
}
.container
{
padding-top:65px;
padding-bottom: 18px;
background-color: #ffffff;
min-height:100%;
}
.containerm
{
padding-top:59px;
padding-bottom: 18px;
background-color: #ffffff;
min-height:100%;
}
.content
{
padding:10px;
padding-bottom:90px; /*Change footer height*/
overflow-x:hidden;
overflow-y:auto;
}
.contentm{
padding-bottom:90px; /*Change footer height*/
overflow:auto;
}
.nestedcontent{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
html, body
{
margin:0;
padding:0;
height:100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
@media(max-width: 400px){
 #logo { 
    display: none;
    }
}
@media screen and (max-width: 400px)
	{ 
		.footer
		{
		height:220px; /*Change footer height*/
		margin-top:-220px; /*Change footer height - HAS TO BE NEGATIVE!*/
   		}
   		.content{
   			padding-bottom:220px; /*Change footer height*/
   		}
   		.contentm{
   			padding-bottom:220px; /*Change footer height*/
   		}
   		.containerm
		{
		padding-top:50px;
		}
		.carousel-caption {
  		/*position: absolute;*/
 		/*right: 15%;
 		bottom: 20px;
  		left: 15%;
 		z-index: 10;
  		padding-top: 20px;
  		padding-bottom: 20px;
  		color: #000;
  		text-align: center;*/
  		display: none;
  		/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
		}
}
@media screen and (min-width: 400px) and (max-width: 650px)
	{ 
		.footer
		{
		height:150px; /*Change footer height*/
		margin-top:-150px; /*Change footer height - HAS TO BE NEGATIVE!*/
   		}
   		.content{
   			padding-bottom:150px; /*Change footer height*/
   		}
   		.contentm{
   			padding-bottom:150px; /*Change footer height*/
   		}
}
@media screen and (min-width: 400px){
	.carousel-caption {
  	position: absolute;
 	right: 15%;
 	bottom: 20px;
  	left: 15%;
 	z-index: 10;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	color: #fff;
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

	}
}
@media screen and (min-width: 850px) and (max-width: 1200px){
	.whitelargetext{
	font-size:36px;
}
}
@media screen and (min-width: 600px) and (max-width: 850px){
	.whitelargetext{
	font-size:25px;
}
}
@media screen and (max-width: 600px){
	.whitelargetext{
	font-size:15px;
}
}
@media (min-width: 768px) and (max-width: 1050px) {
   .collapse {
       display: none !important;
   }
}

#contactbox{
	background-color:#BFE4A7;
	border-radius:10px;
	padding:20px;
	
	}
@media (max-width: 990px){
	#contactbox{
	height:auto;
	width:100%;
	text-align:center;
	display: block;
	float:left;
	}
	#google_maps{
	display:inline-block;
	float:left;
	width:100%;
	height:400px;
	margin-top:20px;
	}
}
@media(min-width:991px){
	#contactbox{
	width:320px;
	height:80vh;
	display:inline-block;
	float:left;
	margin-right:25px;
	}
	#google_maps{
	overflow:hidden;
	height:80vh;
	}
}</pre></body></html>