

h1 {
    font-family: 'Alegreya SC', serif;
}
h2 {
    font-family: 'Alegreya SC', serif;
    font-size: 2em;
}

section h1 {
    margin-top: 60px;
}



video {
    position:relative;
    width:100%;
    height:118vh;
}

/* classes */
.overlay {
}




/* ids */
#splash {
    background-color: #E9AB1C;
    font-family: 'Montserrat', sans-serif;
    padding-left: 4em;
    margin-right: 4em;
}

#navigation {
    font-family: 'Alegreya SC', serif;
    font-size: 2em;
    color:darkslategray;
}

.navbar.navbar-expand-lg.fixed-top.navbar-light li a{
    color: darkslategray;
}



#production {
    margin-bottom: 5%;
    padding-top: 1em;
}

#team {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #519259;
    color: white;
text-indent: 10em;    
}
#team li{
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;

}

#contact {
    text-align: right;
}

#contact h2{
}

#footer {
    padding-top: 2%;
    padding-bottom: 1%;
    background-color: #1B8BC8;
    color: white
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    #team {
        text-indent: 1em; 
        font-size: .7em;   
    }
    #splash {
        background-color: #E9AB1C;
        font-family: 'Montserrat', sans-serif;
        padding-left: 1em;
        margin-right: 4em;
    }

    section h1 {
        margin-top: 20px;
    }

    video {
        height:26vh;
    }

    .navbar-collapse {
        background: gray;
     }

}
