@font-face {
    font-family: 'source-sans-pro';
    src: url("../fonts/SOURCE_SANS_PRO/SourceSansPro-Regular.ttf");
}


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

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

.branding-top {
    margin-top: 30px;
    background-image: url(../images/KPN_img_slide_02.jpg);
    background-size: cover;
    height: 250px;

}

#header-logo {
    margin: 32px 0 0 32px;
    height: auto;
    width: 400px;
}

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

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

.branding-bottom > .branding-inner {
    background-color: #005588;

    height: 160px;
    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;
}

.bottom-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bottom-contact-info {
    font-family: source-sans-pro, sans-serif;
    color: white;
    display: flex;
    align-items: end;
    flex-direction: row;
    margin-bottom: 32px;
    padding-top: 8px;
}

.info {
    font-family: source-sans-pro, sans-serif;
    width: 25%;
    font-size: 12px;
}

.info > p {
    margin: 0;
}

.info-right {
    width: 73%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
}

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

.info > a:link {
    color: white;
    text-decoration: none;
}

.link {
    color: white;
    text-decoration: none;
}

.contact-us {
    display: flex;
    height: inherit;
}

.contact-us > div {
    margin-top: 8px;
    font-weight: bold;
}

.bottom-slogan {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50%;
    font-size: x-large;
    align-items: self-end;
}

#slogan {
    width: 300px;
    height: auto;
    margin-right: 16px;
}

#tree-cluster {
    transform: scale(3);
    margin: 0 32px 8px 16px;
}

#footer-logo {
    width: 50%;
    max-width: 200px;
    min-width: 100px;
    height: auto;
    margin-left: 24px;
    margin-right: 64px;
}

#separator {
    border: 2px solid white;
    width: 98%;
    margin: 0;
}

/* 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) {
    #footer-logo {
        display: none;
    }

    #slogan {
        width: 150px;
    }

    .info {
        width: 45%;
        margin-right: 16px;
    }

    .contact-us {
        font-size: smaller;
    }

    .contact-us > div {
        margin-top: 16px;
        margin-right: 8px;
        font-weight: bold;
        font-size: 15px;
    }

    #bottom-slogan {
        width: 46%;
    }

    #header-logo {
        width: 300px;
        margin: 0 0 32px 64px;
    }

    .branding-top {
        margin-top: 0;
        height: auto;
        aspect-ratio: 25/6;
    }

    .branding-bottom {
        margin-bottom: 0;
    }

    .bottom-wrapper {
        margin-bottom: 16px;
    }

}

