body{
font-family: 'Urbanist', sans-serif;

}


.parallax{
/* Create the parallax scrolling effect */
  background-attachment: local;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  scroll-behavior: smooth;
}
.opbg{
    background-image: url(img/footer.jpg);
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    
}
nav  {
   z-index: 2;
}
  bottom {
                position:absolute;                 
                bottom:1;                         
                left:0;                         
            }
drop-caps:first-child:first-letter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}