.parallax:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../../images/allscan/backgrounds/cliff.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
} 

.parallax {
    background: url(../../images/allscan/backgrounds/cliff.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
} 



@media screen and (min-width: 1200px ){
    
 
}
@media screen and (max-width: 1199.99px ){
 
  

 h1 { font-size: 2rem;}
    h2 { font-size: 1.5rem;}
    h3 { font-size: 1.25rem;}
    h4 { font-size: 1.1rem;}
    h5 { font-size: 1rem;}
}


