/* CSS Document */
/*@media(min-width:1200px){}
@media(min-width:992px){

	}
@media(min-width:768px){h1{font-size:40px;}}
@media(max-width:767px){	}
*/

@media only screen and (max-width: 992px){
	body {
 	   font-size: 18px; 
 	   line-height: 42px;
	   }
	h1{font-size:40px; line-height:45px;}
	h2{font-size:25px; line-height:30px;}

}

@media only screen and (max-width: 767px){
	body {
   	 font-size: 14px; 
   	 line-height: 32px;
	}
	h1{font-size:32px; line-height:40px;}
	h2{font-size:30px; line-height:44px;}
	#header{width:100%; padding-top:65px}
	.content{width:100%;}
	#contact{width:100%;margin:50px auto 75px auto;}
	.divider{margin:35px auto 30px auto;}
	#logo{margin:30px auto;}
	.arw_down{display:none;}
	#industry{padding:35px 0;}
	#logos_industry_mobile{display:inline-block;}
	#logos_industry{display:none;}
	#main{padding:50px 0 100px 0; min-height:0; background-image:none; }
	#footer{min-height:0;}
	#footer .top {margin:0 0 50px 0;}
	#footer .top p{font-size:18px;}
	.btn{font-size:20px;}
}