/*
.blue {
    color: rgba(255,255,0,0.5)
    color: #000000;
    color: hsla (0,100%, 50%, 0)
}

h1 {
        color:green;
}


body {
    color: red;
    font-size: 40px;
}
*/
#background-video {
  height: 99vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 4em;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 300px;) {
    #background-video { display: none; }
    body {
      background: url("footage.mp4") no-repeat;
      background-size: cover;
    }
    
   
}


.navtext {font-size: 20px;}

#navbarText .navcolor { color: navy;}

.navcolor { color: navy;
            text-decoration:none;
}

#navbarText a:hover {text-decoration: underline;}




.hero-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 34%;
  z-index: -1;
  transform: translate(-50%, -30%);
  
}
      
