.hero {

  background: url(https://docs-eu.livesiteadmin.com/7850964e-57fe-4304-baec-214e79f3da8a/58e53fb1c8c80cd4d1dfee349e64febf.jpg) no-repeat center;

background-size:contain;}

#nav {

position:relative;

}

.hero .tagline {

opacity:0.5;

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
.giga {font-size:1rem;;}
.lead {font-size:0.5rem;;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
.giga {font-size:2.5rem;;}
.lead {font-size:1.5rem;;}
}

form {
width:70%;
}
form[name="contactus"] td input, form[name="contactus"] textarea, input[type="email"], input[type="search"], input[type="text"], input[type="url"] {
font-size:0.9rem;
padding:0.55rem;
}