﻿body {
    background-color: #3b414d;
}

    body p {
        font-family: "Oli Grotesk", Sans-serif;
        font-size: 16px;
    }

.title {
    margin: 35px auto;
    width: 60%;
    text-align: center;
    color: #f5f6fa;
    font-family: 'Courier New';
    font-size: x-large;
}

    .title h1 {
        font-size: 50px;
    }

.selectedLetter {
    color: red;
}

.navContainer {
    background-color: #3b414d;
    top: 100px;
    margin: 35px auto;
    width: 60%;
    padding: 20px 0px;
    box-sizing: border-box;
    font-family: Courier New, Courier, monospace;
    font-size: 21px;
    text-align: center;
}

.hidden {
    display: none;
}

.navbar-fixed {
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    margin: 0px;
    background-color: #242633;
}

.container {
    background-color: #f5f6fa;
    top: 100px;
    margin: 35px auto;
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 7px;
    scroll-margin-top: 80px;
}

    .container h1 {
        font-size: 22px;
    }

    .container .just {
        text-align: justify;
    }

    .container .instructions {
        text-align: left;
    }

.code {
    text-align: left;
    font-family: 'Courier New';
    font-size: 12px;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    background-color: #eeeeee;
}

.row {
    display: flex;
}

.col {
    flex: 50%;
    padding: 15px;
}

.foot {
    background-color: #242633;
    color: #f5f6fa;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.mobileWarning {
    display: none;
}

.menu {
    color: white;
    text-align: center;
    font-size: 16px;
    margin: 10px;
    margin-top: -30px;
}

.video {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
}








#body_div {
    top: 0;
}

#banner {
    width: 100%;
    height: 100px;
    overflow: hidden;
}



.nav_links {
    margin: 0;
    padding: 0px;
}

    .nav_links li {
        display: inline-block;
        margin-top: 4px;
        color: white;
    }

        .nav_links li a {
            color: white;
            text-decoration: underline;
        }
