#splash {
    background-color:#404040;
    position:relative;
    height:600px;
    max-height:600px;
    max-width:100%;
}

#splash-bg {        
    background: url('/assets/img/splash_24_1.jpg');
    background-position:center;
    background-size:cover;
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

#splash-content {    
    color:#fff;         
    width:100%;
    height:100%;
}

#contact { font-family:'IBM Plex Sans'; font-size:1rem;  position:relative; z-index:1; }

#actions { font-family:'IBM Plex Sans'; font-size:1.5rem; font-weight:700; position:relative; }

#actions a:link, #actions a:visited { color:#000; }