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

body {
    background-image: url(../images/Background_MRS.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.branding-top {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

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

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

.branding-bottom > .branding-inner {
    height: 225px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Helvetica Neue", sans-serif;
    color: white;
}

#footer-logo {
    width: 280px;
    height: auto;
    margin: 8px 64px 0 24px;
}

.bottom-contact-info {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: large;
    font-weight: bold;
    margin-right: 8%;
    min-width: 200px;
    padding-top: 20px;
}

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

.bottom-contact-info > h4 {
    font-weight: bolder;
    font-size: x-large;
}

.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;
}

.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 {
        height: 250px;
        justify-content: space-around;
        background-image: url(../images/Footer.jpg);
    }

    #footer-logo {
        display: none;
    }
    #header-logo {
        width: 200px;
    }

    .branding-bottom > .branding-inner > .bottom-slogan,
    .branding-bottom > .branding-inner > .bottom-contact-info  {
        margin: 12px;
    }
}
