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

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

.branding-top .branding-inner {
    background: #FFF url(../images/header_Avalanche_accesso.png) center/cover no-repeat;
    aspect-ratio: 25/5;
    color: var(--client-primary);
    padding: 0;
    display: table;
    width: 100%;
}

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

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

#header-logo {
    margin-top: 32px;
    height: auto;
    width: 450px;
}

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

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

.branding-bottom > .branding-inner {
    background-image: url(../images/Bottom_Avalanche_accesso_photo.png);
    background-size: cover;
    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;
    font-family: "Helvetica Neue", sans-serif;
    color: white;
}

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


.bottom-contact-info {
    color: white;
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    min-width: 200px;
    padding-top: 20px;
    justify-content: center;
    font-weight: bold;
}

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

.bottom-contact-info > h4 {
    font-weight: bold;
    font-size: larger;
}

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

.bottom-slogan {
    display: flex;
    font-size: xx-large;
    max-width: 370px;
    margin-left: auto;
    padding-top: 20px;
    margin-top: 5%;
    -webkit-text-stroke: 1px #0000008a;
}

.bottom-links {
    color: white;
}

#socials {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    margin: 0 32px 32px 0;
}

#socials > a {
    margin-right: 8px;
}

#socials > a > img {
    width: 50px;
    height: auto;
}

/* 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;
        align-items: center;
        flex-direction: column;
    }

    .bottom-contact-info {
        text-align: center;
        padding-top: 10px;
    }

    .bottom-slogan {
        display: none;
    }
    #socials {
        margin: 0;
    }

    #socials > a > img {
        width: 32px;
        height: auto;
    }

    #header-logo {
        width: 175px;
        margin-bottom: 32px;
    }

    .branding-bottom > .branding-inner > #footer-logo {
        display: none;
    }

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