body, html{padding:0; margin:0;background-color:#1a1a1a}
body{background-color:#1a1a1a; font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif; line-height:1.28;}

a{text-decoration:none;}
a[href^="tel:"]{color:#ffffff; text-decoration:none;}

*{text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}

img{border:0px;}

/* CUSTOM CSS START */
#header{background:#ffffff;}
#header .logo{text-align:center;}
#header .logo img{width:500px; height:82px; vertical-align:middle;}

#sectionone{
  background: #f7941d; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #f7941d 0%, #ec2024 68%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #f7941d 0%,#ec2024 68%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #f7941d 0%,#ec2024 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#ec2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color:#ffffff;
  font-weight:600;
}

#sectionone #icons{padding-top:20px;padding-bottom:10px;}
#sectionone img{width:150px; height:150px; margin-top:0px;}
#sectionone * + [class*="uk-align"] {margin-top:0px;}
#sectionone h1{font-size:70px; font-weight:bold; color:#ffffff;}

#footer h1{font-size:30px; font-weight:600; color:#ffffff;}
/* CUSTOM CSS END */

/* SIZE FIXES START */
@media (max-width: 1000px){	

}

@media (max-width: 767px){

}

@media (max-width: 600px){
	#header .logo img{width:300px; height:49px; vertical-align:middle;}
	#sectionone img{width:90px; height:90px; margin-top:0px;}
	#sectionone h1{font-size:24px;}
	#footer h1{font-size:15px;}
}

@media (max-width: 500px){
	#header .logo img{width:300px; height:49px; vertical-align:middle;}
	#sectionone img{width:80px; height:80px; margin-top:0px;}
	#sectionone h1{font-size:24px;}
	#footer h1{font-size:15px;}
}
/* SIZE FIXES END */
