#masthead {
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
    position: fixed;
}

#masthead .header-nav-logo-link {
    text-decoration: none;
    white-space: nowrap;
}

#masthead::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: $darker-blue;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}

#masthead .container {
    max-width: none;
}

#logo {
    display: inline-block;
    vertical-align: bottom;
    height: 47px;
    width: 122.59px;
    width: auto;
}

.logo-tagline {
    font-family: $RopaSoftPTT-Italic;
    color: $white;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0.03em;
    padding-bottom: 1px;
}
@media screen and (max-width:991px) {
    .logo-container {
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    #masthead {
        padding: 10px 0;
    }
}
