header {
    padding: 2em;
}

footer {
    background-color: #9e9e9e;
    color: white;
}

footer .footer-head {
    background-color: #003366;
    height: 3em;
    line-height: 2.75em;
}

footer a {
    color: white;
}

footer h4 {
    color: #003366;
    font-weight: bold;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

nav.navbar {
    background-color: #003366;
    border-bottom: 0.75em solid gray;
}

#mainNav {
    text-transform: uppercase;
}

#mainLogo {
    max-width: 100%;
    height: auto;
}

.login-form .btn-submit {
    border-radius: 0;
    background-color: #003366;
    border: none;
}

.header-login-form label {
    color: #003366;
    font-size: 0.7rem;
}

.header-login-form input {
    line-height: 1.75em;
}

.header-login-form .btn-submit {
    font-size: 0.8em;
    padding: 0.25em 2.5em;
}

.main-body-wrapper {
    background-color: #eaeaea;
}

.main-body-card {
    min-width: 50vw;
    max-width: 60vw;
}

.unauth-footer-logo {
    max-height: 2em;
    width: auto;
}

#heroWrapper {
    position: relative;
}

#homepageVerbiage {
    position: absolute;
    top: 15%;
    left: 5%;
    font-size: 3rem;
    line-height: 3.25rem;
    color: #036;
}

#homepageVerbiage h2 {
    font-weight: bolder;
    font-size: 3rem;
}

#enrollBtn {
    text-transform: uppercase;
    padding: 1rem 5rem;
    border-radius: 0;
    border: 0;
    background-color: #036;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#contactCard {
    background-color: lightgray;
}

#businessLogo {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}

#businessLogo img {
    width: 400px;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #mainLogo {
        height: 50px;
        width: 150px;
    }

    #homepageVerbiage {
        position: absolute;
        top: 15%;
        left: 5%;
        font-size: 1rem;
        line-height: 1rem;
        color: #036;
    }

    #homepageVerbiage h2 {
        font-weight: bolder;
        font-size: 1.5rem;
    }

    #enrollBtn {
        height: 25px;
        width: 80px;
        font-size: 1rem;
        padding: 0;
    }

    .home-index-page footer {
        margin-top: 0;
    }
}
