body:not([class*='open']) #nav.static { color: #FFF !important; }

/*----------------------------------------------------------------------------------------*/

#container > .background {
    position: absolute; top: 0; right: 0; left: 0; z-index: -1;
    height: 600px;
    
    isolation: isolate;
}
#container > .background > img {
    position: relative; z-index: 1;
    display: block; height: 100%; width: 100%;
    
    object-fit: cover;
    object-position: center;
}
#container > .background:after {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
    
    background-color: #000;
    opacity: .5;
}

/*----------------------------------------------------------------------------------------*/

#header {
    margin-bottom: 200px;
    color: #FFF;
}