/* style for the landing page */

.bg_video {
    position:absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background-color: black;
    /* color:white; */
}

#links {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

li {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.menulink {
    font-size: calc(20px + 2vw);
    line-height: 90%;
    color: white;
}

span {
    display: block;
    text-align:center;
}

span:hover{
    color: #eb2671;
}
