.masthead {
    margin-bottom: 10rem;
}

#main-footer {
    background-color: #000000;
    clear: both;
    bottom: -100px;
    position: relative;
    margin-top:-85px;
    height: 95px;
}

.masthead-brand {
    margin-bottom: 0;
    display: block;
}

.masthead-brand {
    float: left;
}

.nav-masthead {
    float: right;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 500;
    color: white;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #FFD143; opacity:0.4;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    display: block;
    color: #FFD143;
    border-bottom-color: #FFD143;
}


@media (max-width: 75em) {
    .carousel-menu {
        display: none;
    }
    #main-footer {
        background-color: #000000;
        clear: both;
        bottom: -100px;
        position: relative;
        margin-top:-85px;
        height: 95px;
    }
    #footer-menu {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #footer-brand {
        display: none;
    }
    #footer-socmed {
        display: none;
    }
    #footer-socmed-mobile {
        display: block;
    }
    #footer-18-plus-logo {
        margin-top: 5%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 75em) {
    #hamburger-menu {
        display: none;
    }
    #footer-socmed-mobile {
        display: none;
    }
    #main-footer {
        height: 85px;
    }
    #footer-18-plus-logo {
        margin-top: 1.7%;
    }
}

