@charset "utf-8";
/* CSS Document */

.header-text
{
	 
	text-align:center; padding-top:100px;
	color: #fff;
}
.big-text
{
	font-size: 48px;
	/*line-height: 80px;*/
	line-height: 48px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
  #box{  height:250px; background-color:#1660AB;   }
 .side-heading{ font-size:16px !important; font-family:"Arial Black", Gadget, sans-serif; font-weight:300; }
 .paragra{font-size:14px !important}
 } 
  
  
  
@media (min-width: 20px) and (max-width: 480px)
{
	.big-text
{
	font-size: 28px;
	line-height: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
}
  #box{  height:150px; background-color:#1660AB;   }
  
  
	
}
  
  @media (min-width: 1080px) and (max-width: 1200px)
{
	
}
@media (min-width: 768px) and (max-width: 1080px)
{
	
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
{

}
@media (min-width: 640px) and (max-width: 768px)
{
	
	
}
@media only screen and (max-width: 767px){
}