@charset "UTF-8";
.mars main, .mars footer {
    background: #E4B395;
}
.titan main, .titan footer {
    background: #F9E6B0;
}
.europa main, .europa footer {
    background: #B9C3F1;
}
.ceres main, .ceres footer {
    background: #B2D4E0;
}
.wanderer {
    background: #000;
}
.wanderer .vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
 }
 .wanderer .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 230vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
 }
.wanderer .container, .wanderer footer {
    background: none;
    box-shadow: none;
    color: #FFF;
}
.wanderer header h1, .wanderer header a {
    color: #FFF;
}
.wanderer header li a:hover {
    border-bottom: 3px solid #5D0B0D;
}
.wanderer header li a.active {
    border-bottom: 3px solid #FFF;
}
.wanderer main {
    display: grid;
    align-items: center;
}