* {
    margin: 0;
    font-family: "Roboto", sans-serif;
    user-select: none;
}
body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    background-color: black;
    background-image: url("img/shirt-texture.png");
}

.d-none {
    display: none;
}
.show {
    opacity: 1 !important;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}


/* Video */
.container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    background-color: black;
    pointer-events: none;
    text-align: center;
}
.video {
    width: 100%;
    height: 100%;
    opacity: 0;
}


/* Images */
#ethan-og {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: calc(100vw - 2vmin);
    height: calc(100vh - 2vmin);
    margin: 1vmin;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
}
#ethan-og.scaled {
    top: 13.0vmin;
    left: calc(50vw - 50.05vmin);
    width: 98vmin;
    height: 84.9vmin;
    padding: 3.7vmin 4.45vmin;
    transition: 2s;
}
#ethan-og-img {
    position: relative;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%) scale(5);
    max-width: 20%;
    max-height: 20%;
    margin: auto;
    border: .2vmin solid white;
    transition: 2s;
}
#ethan-og.scaled #ethan-og-img {
    border: .1vmin solid white;
}

#ethan-page {
    box-sizing: border-box;
    width: 98vmin;
    height: 98vmin;
    margin: 1vmin;
    box-shadow: 0.5vw 0.5vh 2vmax black;
}


/* Share */
.button {
    position: fixed;
    width: 7vmin;
    height: 7vmin;
    margin: 1vmin;
    padding: 0;
    border: none;
    outline: none;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
}
#share {
    top: 0;
    right: 0;
    opacity: .7;
    filter: drop-shadow(.2vmin .2vmin .1vmin #222);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M680-80q-50 0-85-35t-35-85q0-6 3-28L282-392q-16 15-37 23.5t-45 8.5q-50 0-85-35t-35-85q0-50 35-85t85-35q24 0 45 8.5t37 23.5l281-164q-2-7-2.5-13.5T560-760q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-24 0-45-8.5T598-672L317-508q2 7 2.5 13.5t.5 14.5q0 8-.5 14.5T317-452l281 164q16-15 37-23.5t45-8.5q50 0 85 35t35 85q0 50-35 85t-85 35Zm0-80q17 0 28.5-11.5T720-200q0-17-11.5-28.5T680-240q-17 0-28.5 11.5T640-200q0 17 11.5 28.5T680-160ZM200-440q17 0 28.5-11.5T240-480q0-17-11.5-28.5T200-520q-17 0-28.5 11.5T160-480q0 17 11.5 28.5T200-440Zm480-280q17 0 28.5-11.5T720-760q0-17-11.5-28.5T680-800q-17 0-28.5 11.5T640-760q0 17 11.5 28.5T680-720Zm0 520ZM200-480Zm480-280Z"/></svg>');
}
#share:active {
    filter: drop-shadow(.1vmin .1vmin .1vmin #222);
}
@media (max-width: 430px) { /* Mobile */
    #share {
        top: unset;
        bottom: 0;
        right: unset;
        left: 42vw;
        width: 14vmin;
        height: 14vmin;
        margin: 2vmin;
        padding: 0;
    }
}

#modal-container {
    background-color: #FFFFFFAA;
    pointer-events: auto;
}
#modal {
    width: 90vmin;
    height: 58vmin;
    margin: calc(50vh - 30vmin) auto;
    padding: 2vmin 1vmin 1vmin;
    background-color: white;
    box-shadow: 0.25vmin 0.25vmin 1vmin black;
}
#modal h1 {
    font-size: 7vmin;
    font-weight: 300;
}

.share-button {
    width: 42vmin;
    height: 47vmin;
    margin: 1vmin;
    padding: 1vmin;
    font-size: 3vmin;
    font-weight: 300;
    box-shadow: 0.25vmin 0.25vmin 0.5vmin #00000077;
}
.share-button:active {
    box-shadow: 0.1vmin 0.1vmin 0.2vmin #00000077;
}
.share-button p {
    margin-bottom: 1vmin;
}
.share-button img {
    box-sizing: border-box;
    width: 40vmin;
    height: 40vmin;
    object-fit: contain;
    /*border: 1px solid white;*/
}
#og-share-button img {
    padding: 7.3vmin 1.9vmin 1.9vmin;
    background-color: #FFFFFF55;
}
@media (max-width: 430px) { /* Mobile */
    #modal {
        width: 64vmin;
        height: 150vmin;
        margin: calc(50vh - 76vmin) auto;
    }
    #modal h1 {
        margin-bottom: 1vmin;
    }
    .share-button {
        width: 62vmin;
        height: 68vmin;
        font-size: 5vmin;
    }
    .share-button img {
        width: 58vmin;
        height: 58vmin;
    }
    #og-share-button img {
        padding: 0;
    }
}

/* Not Yet */
#not-yet {
    pointer-events: auto;
}

#not-yet-logo {
    height: 10vmin;
    width: 90vmin;
    margin: 5vmin auto 0;
    background-image: url("/img/logo-one-line.png");
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}

#not-yet-text {
    margin-top: 8vmin;
    color: white;
    font-family: "Indie Flower", cursive;
    font-size: 6vmin;
}

#not-yet-rr {
    box-sizing: border-box;
    cursor: pointer;
    height: 40vmin;
    width: calc(40vmin * 1.285);
    margin-top: 9vmin;
    border: 1px solid white;
}

#not-yet-play {
    position: relative;
    pointer-events: none;
    top: -25vmin;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-play-fill" viewBox="0 0 16 16"><path d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393"/></svg>');
}

@media (max-width: 430px) { /* Mobile */
    #not-yet {
        overflow: scroll;
    }

    #not-yet-logo {
        height: 40vmin;
        width: 90vmin;
        background-image: url("/img/logo.png");
    }

    #not-yet-text {
        font-size: 10vmin;
    }

    #not-yet-rr {
        height: calc(90vmin / 1.285);
        width: 90vmin;
    }

    #not-yet-play {
        top: calc(-90vmin / 1.285 / 2 - 8vmin);
        width: 12vmin;
        height: 12vmin;
    }
}