/* Enter Your Custom CSS Here */
header {
    height: 280px;
}
.home header, #hero-header {
    height: 530px;
}

.hero-content span h1 {
		padding-top: 110px;
		text-shadow: 1px 1px 2px black;
}

.site-logo {
    margin-top: 9px;
}


div.home-services div.service {
    padding: 0 15%;
}

footer.site-footer {
		text-align: center;
		padding: 0px 20px 20px 20px;
/*     display: none;  */
}


@media handheld, only screen and (max-width: 769px) {
	#hero-header {
  	height: 260px;
	}
  
  .site-branding {
    max-width: 85px;
	}
}