@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit-Regular.ttf");
}


:root {
    --client-primary: #0b3581;
}

body {
    background-size: cover;
    background-color: whitesmoke;
}

.branding-top {
    margin-top: -45px;
    background-image: url(../images/img_slide_01.jpg);
    background-size: cover;
    height: 277px;
}

.branding-top-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-top: 32px;
}

#header-logo {
    width: auto;
    min-width: 250px;
}

.container-fluid > .page_inner {
    border-radius: 0;
}

.branding-bottom {
    margin-bottom: 15px;
}

.branding-bottom > .branding-inner {
    background-color: #00264b;
    padding: 0 16px 16px 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: Outfit, sans-serif;
    color: white;
}

#footer-logo {
    transform: scale(0.7);
    height: auto;
    margin-left: 16px;
    margin-right: 64px;
}

.bottom-contact-info {
    font-family: Outfit, sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    margin-right: 200px;
    padding-top: 20px;
    align-items: center;
}

.bottom-contact-info > p {
    margin: 0;
}

.bottom-contact-info > h4 {
    font-weight: bold;
    font-size: x-large;
    line-height: 0.5;
}

.links {
    color: white;
}

.bottom-contact-info > a:link, .bottom-contact-info > a:visited, .bottom-contact-info > a:hover {
    margin-top: 16px;
    color: white;
    text-decoration: none;
}

/* navbar styles */
.navbar-inverse {
    background-color: #0b3581;
    border-color: #0b3581;
}

#separator {
    display: none;
    border: 2px solid white;
    width: 70%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #0b3581;
}

.container_icon_search {
    display: none;
}

/* mobile view */
@media (max-width: 767px) {
    .branding-bottom > .branding-inner {
        flex-direction: column-reverse;
        height: fit-content;
        padding: 16px 0 16px 0;
        justify-content: center;
    }

    #footer-logo {
        order: 0;
        margin-top: 16px;
    }

    #middlebury-info {
        order: 1;
    }

    #separator {
        display: block;
        order: 2;
    }

    #rikert-info {
        order: 3;
    }

    .bottom-contact-info > h4 {
        font-weight: bold;
        font-size: x-large;
        line-height: 0;
    }

    .bottom-contact-info {
        margin-right: 0;
    }

    #footer-logo {
        margin: 0;
    }

    #header-logo {
        height: auto;
        width: 350px;
    }

    .branding-top {
        aspect-ratio: 12 / 3;
        margin-top: -30px;
        width: 100%;
        height: auto;
    }
}
