
@font-face {
    font-family: 'NeuzeitGro';
    src: url('assets/css/fonts/NeuzeitGro.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    background-color: black;
}

#orientation-warning {
    display: none;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    flex-direction: column;
    justify-content: center;
    color: white;
    background-color: black;
    position: fixed;
    flex-direction: column;
    font-size: 1.75em;
    font-family: 'NeuzeitGro', sans-serif;
}

img.rotate-icon {
    width: 50%;
    padding: 50px 0;
}

.warning-text {
    padding: 30px;
    text-align: center;
    font-family: 'NeuzeitGro', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.splash-wrapper {
    background-color: black;
    color: white;
    height: 100vh;
    font-family: 'NeuzeitGro', sans-serif;
    display: flex;
    flex-wrap: wrap;
}

.splash-title {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'NeuzeitGro', sans-serif;
    text-align: center;
    height: 50px;
    font-weight: bold;
    /* line-height: 50px; */
    color: #fff;
    width: 100%;
}

.instructions {
    display: flex;
    flex-wrap: nowrap;
    width: 300vw;
    transition: margin-left 0.5s ease-in-out;
    font-family: 'NeuzeitGro', sans-serif;
}

.state-1 {
    margin-left: -100vw;
}

.state-2 {
    margin-left: -200vw;
}
.state-3 {
    margin-left: -300vw;
}

#main-info {
    font-size: 1.5em;
    width: 100vw;
    text-align: center;
    font-family: 'NeuzeitGro', sans-serif;
}

.continue-button {
    width: 100%;
    height: 50px;
    background: white;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    text-decoration: none;
    font-family: 'NeuzeitGro', sans-serif;
}

.link {
    color: initial;
    text-decoration: none;
    font-family: 'NeuzeitGro', sans-serif;
    font-weight: bold;

}