.header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header-navbar {
    justify-content: center;
}

.header-navbar .navbar-brand {
    position: absolute;
    margin: 0;
    padding: 0;

    top: 20px;
    left: 20px;
    max-width: 192px;
}

.header-navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.header-navbar .navbar-brand .brand-image {
    max-width: 100%;
}

.header-navbar .navbar-brand .brand-text {
    display: none;
}

.section {
    padding: 80px 50px;
    position: relative;
}

.section .section-anchor {
    position: absolute;
    top: 0;
}

.section .section-wrapper {
    display: block;
}

.section .section-head {
    width: 100%;
    margin-bottom: 15px;
}

.section .section-head .section-headline {
}

.section .section-content {
    width: 100%;
    max-width: 750px;
}

.section .section-content :last-child {
    margin-bottom: 0;
}

.brand {
    display: block;
    position: relative;
}

.brand .brand-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    /*width: calc(100% - 4px);*/
    /*height: calc(100% - 4px);*/
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.brand:hover .brand-overlay {
    opacity: 0;
}

.brand .brand-overlay .brand-logo {
    max-width: 55%;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.section-brands .section-content .row > div {
    padding: 2px;
}

.footer-nav .nav-link {
    padding: 0;
    font-weight: bold;
}