@import "slideshow.css";
/*UPDATED 231108-1619*/
header {
     align-items: center;
     height: 100vh;
    text-align: center;
    color: var(--neutralLight);
}
header h1,
header a {
     position: relative;
     z-index: 1;
    font-size: 3vw;
     display: block;
}
header a {
    font-size: 7vw;
}
video {
    position: absolute;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
header a {
    font-size: 7vw;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding-top: 10rem;
}
nav {
    z-index: 2;
}
