.text {
font-family: Tahoma;
font-size: 1.4em;
letter-spacing: 0px;
word-spacing: 0px;
color: #000000;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

* {
  font-family: "Roboto", sans-serif !important;
  font-weight: 100 !important;
  h2 font-family:Impact !important;
  h1: 6em !important;
  h2: 1.5em !important;
  h3: 1em !important;
  font-color: black !important;
  
    
}

	
	
	
h1, h2, h3, p {
  color: black;
    

}

h1 {
  font-size: 2em; 
}

h2 {
  font-size: 1.8em; /* 30px/16=1.875em */
   line-height: 1em;
   font-weight: normal !important;
  
}

h3 {
  font-size: 1.5em;
   line-height: 1em;
  
}


p {
  font-size: 1.2em; /* 14px/16=0.875em */
   line-height: 1.4em;
}

filter: drop-shadow(21px 14px 10px #000);

.bannerr {
    /* The image used */
    background-image:
    url(https://www.dominickrusso.com/img/sewer-cover2.jpg);
    /* Set background size */
    background-size:cover;
  }