.header--transparent .site-header {
    background-color: #fff !important;
}
.nav--main a, .headroom--top .nav--main a, .nav.nav--items-social a:before, .headroom--top .nav.nav--items-social a:before {
    color: #262526; 
}
a, a:hover, .nav--main a:hover, .headroom--top .nav--main a:hover {
    color: #c59d5f;
}
.site-header, .site-header.headroom--top, .sub-menu, .headroom--top .sub-menu {
    background-color: #ffffff;
}
.header--transparent .site-logo-img--light {
    display: none;
}
.header--transparent .site-logo-img--dark {
    display: block;
}
.header--transparent .nav-icon, .header--transparent .nav-icon:before, .header--transparent .nav-icon:after {
    background-color: black;
}

@media only screen and (max-width: 414px) {
    .headline__primary {
        font-size: 8vw !important;
    }
    .headline__secondary {
        font-size: 20vw !important;
    }
    .headline__secondary.headline__secondary {
        margin-bottom: -14px;
    }
    .headline__primary, .headline__secondary {
        word-wrap: normal;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}