/* Background video, cf bottom of index for links */
#hero {
    height: 100vh;
    width: 100%;
    position: relative;
}

#hero video {
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

#video section{
    z-index: 5;
}

@media screen and (max-width: 900px) {
        
    #mainNav {
        background:rgba(100,100,100,0.1);
    }

} 

/* linear-gradient(180deg, rgba(0, 0, 0, 0.955) 0%, rgba(0, 0, 0, 0) 100%) */

#recaptch {
    margin-bottom: 20px;
}


.hidden {
    visibility: hidden;
}

a {
    color: #6BAFD9;
}

a:hover {
    color: #730C02;
    text-decoration-line: overline;
    text-decoration-color: #6BAFD9;
    background-color: white;
}

.name h3 {
    color: white;
}

form {
    color: white;
}

.btn-primary {
    color: white;
    background: #6BAFD9;
    border-color: white;
}

.btn-primary:hover {
    background:  #730C02;
    border-color: rgba(255, 255, 255, 0);
    color: white;
}

.is-invalid {
    color: #730C02;
}

.about p {
    max-width: 55ch;
}

.blockquote { padding: 2em 2em 2em 2em; 
    color: #D0D0D0; 
    border-left: .25em solid #000; 
} 


