* {
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    color: black;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    text-align: left;
    line-height: 1.4;
    overflow: hidden;
}

@font-face {
    font-family: 'Arial Bold';
    src: url(assets/ArialBold.woff), url(assets/ArialBold.woff2);
}

div.container {
    background-color: black;
    width: 100vw;
    height: 100vh;
}

div.left {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 70vw;
    height: 98vh;
    left: 0;
    top: 0;
}

div.clip {
    width: 75%;
    height: 50%;
    border-radius: 15px;
    overflow: hidden;
}

div.right {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    background-color: white;
    width: 30vw;
    height: 100vh;
    left: 70vw;
    top: 0;
    overflow-y:auto;
    overflow: hidden;
}

div.text-right {
    margin-top: 5%;
    width: 90%;
    padding-left: 10%;
}

div.text-left {
    margin-top: 5%;
    width: 90%;
}

div.text-video{
    position: fixed;
    bottom: 2vh;
    left: 1.5vw;
    color: white;
    width: 100%;
}

div.link {
    margin-top: 5%;
    color: blue;
    width: 90%;
    cursor: pointer;
}

.underline, .underline-2 {
    border-bottom: white 2px solid;
    cursor: pointer;
}

.underline-red {
    border-bottom: red 2px solid;
    cursor: pointer;
}

div.fadetop {
    position: fixed;
    width: 30vw;
    height: 8vh;
    left: 70vw;
    top: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    opacity: .8;
}

div.fadebottom {
    position: fixed;
    width: 30vw;
    height: 8vh;
    left: 70vw;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: .8;
}

video {
    width: 230%;
    height: auto;
    position: relative;
    right: 80%;
    bottom: 60%;
}

img {
    width: 90%;
    height: auto;
    margin-top: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.entry {
    height: 100%;
    width: 70vw;
    /* background-color: red; */
    position: fixed;
    justify-content: left;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 4;
    color: white;
    display: block;
}

.start {
    height: 100%;
    width: 100vw;
    background-color: black;
    position: fixed;
    justify-content: left;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 10;
    color: white;
    display: block;
}

.three {
    width: 30vw;
    height: 1vw;
    background-color: white;
    position: fixed;
    justify-content: left;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 10;
    display: block;
}

.seven {
    width: 66vw;
}

.black {
    color: black;
    -webkit-text-stroke: 1px;
}

.white, .jenny1, .jenny2 {
    color:white;
    -webkit-text-stroke: .8px;
}

.chunky {
    color: black;
    -webkit-text-stroke: 1px;
    padding-left: 32px;
}

div.pop-1-a, div.pop-1-b  {
    height: auto;
    width: 70vw;
    background-color: transparent;
    position: fixed;
    justify-content: left;
    left: 0;
    top: 0;
    padding: 20px 20px 4px 20px;
    z-index: 4;
    color: red;
    display: none;
}

.narrator-0, .narrator-1, .narrator-2, .narrator-3, .narrator-4, .narrator-5, .narrator-6 {
    height: auto;
    width: 100vw;
    background-color: transparent;
    position: fixed;
    justify-content: left;
    left: 0;
    bottom: 0;
    padding: 20px 20px 2vh 20px;
    z-index: 4;
    color: #FFE600;
    display: none;
    font-family: 'Arial Bold', helvetica, arial, sans-serif;
    font-size: 36px;
    text-align: left;
    /* text-justify: inter-word; */
    letter-spacing: 1.5px;
    -webkit-text-stroke: 1px black;
    -moz-text-stroke: 1px black;
    line-height: 1.1;
}

img.static {
    height: 100%;
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;

    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;

    mix-blend-mode: multiply;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    z-index: 3;
    background-color: red;
    display: block;
}

.entry-bg {
    height: 100%;
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;

    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;

    z-index: 2;
    opacity: .9;
    background-color: red;
}

.blue {
    color: blue;
    filter: blur(.5px);
    -webkit-filter: blur(.5px);
    -webkit-text-stroke: .5px;
}

.yellow {
    filter: blur(.5px);
    -webkit-filter: blur(.5px);
    -webkit-text-stroke: .5px;
    display: none;
}

#progressBar { 
    background-color: transparent;
    width: 70%; 
    height: 44px;
    display: flex;
    justify-content: flex-start;
    border: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#progress {
    background-color:red;
    height: 44px;
    display:inline-block;
    border: none;
    z-index: 1;
    opacity: .9;
}

.mobile {
    height: 100%;
    width: 100%;
    padding: 20px;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    left: 0;
    top: 0;
    display: none;
    z-index: 6;
}

.feedback, .feedback-2 {
    color: white;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 5;
}

.number {
    cursor: pointer;
}

.number:hover {
    color: black;
    -webkit-text-stroke: 1px;
}

.thanks {
    color: white;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 5;
}

@media only screen and (max-width: 850px) {
    .mobile {
        display: block;
    }
    .container {
        display: none;
    }
    .entry {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    div.clip {
        border-radius: 15px;
    }
    video {
        width: 230%;
        height: auto;
        position: relative;
        right: 80%;
        bottom: 60%;
    }
}

@media only screen and (min-height: 1240px) {
    div.clip {
        width: 75%;
        height: 50%;
        border-radius: 0;
        overflow: hidden;
    }
    video {
        width: 230%;
        height: auto;
        position: relative;
        right: 80%;
        bottom: 40%;
    }
}