body {
    margin: 0;
    padding: 0;
    /*font-weight: 700;*/
    font-family: 'Asap', sans-serif;
    font-size: 0.8rem;
    color: #fff;
    background-color: #161419;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    min-height: 400px;
}

a {
    color: #00FFC2;
    text-decoration: none;
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover {
    color: #04baa7;
}

canvas {
    background-color: #161419;
    position: absolute;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    left:0px;
}

.canvas__front {
    z-index: 100;
}
.canvas__back {
    z-index: -100;
}

.nav__wrapper {
    position: fixed;
    width: 100%;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    z-index: 120;
    background-color: #161419;
    padding: 10px 0 10px 0;
}
.nav__wrapper span {
}
.nav__wrapper a {
    color: white;
}
.nav__wrapper a:hover {
    color: #FF4B4B;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}

.wrapper--trailer {
    background-color: #0A113A;
}

.overlay__center {
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    opacity: 0.8;
    min-width: 100%;
    pointer-events: none;
    left: 0px;
    z-index: 200;
}

.logo__hold {
    position: absolute;
    display:flex;
    align-items:center;
    width: 90%;
    height: 80vh;
    z-index: 110;
    margin: 0 5% 0 5%;
}
.logo {
    max-height: 70px;
    width: 100%;
    /*opacity: 0.8;*/
}
.release_date {
    position: absolute;
    display:flex;
    align-items:center;
    width: 90%;
    height: 80vh;
    z-index: 110;
    margin: 60px 5% 0 5%;
    justify-content:center;
}


.copy__hold {
    bottom: 0;
    height: 70vh;
    position: absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.copy {
    font-weight: 400;
    width: 80%;
    padding: 10%;
    max-width: 500px;
    text-align: center;
    z-index: 115;
}


.wrapper--detail {
    width: 100%;
    position: relative;
    background-color:#1b2131;
}

.copy__hold--extended {
    padding: 5% 5% 5% 5%;
    max-width: 500px;
}
.copy--extended {
    font-size: 1rem;
    font-weight: 200;
    font-family: 'Asap', sans-serif;
    z-index: 100;
    position: relative;
}

.screenie__center {
    display:flex;
    justify-content:center;
    align-items:center;
    width: 90%;
    margin: 0 5% 0 5%;
    border-left: 2px solid white;
    border-right: 2px solid white;
    background-color: #141823;
    z-index: 100;
    position: relative;
}
.screenie__hold {
    width: 90%;
    max-width: 500px;
    margin: 0% 5% 0% 5%;
}

.thumb-wrap {
    display: inline-block;
    width: 45%;
    border-left: 2px solid white;
    border-right: 2px solid white;
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    background-color: white;
}
.thumb-wrap:nth-child(even) {
    margin-left: 4%;
}
.thumb-wrap:nth-child(1) {
    margin-bottom: 4%;
}
.thumb-wrap:nth-child(2) {
    margin-bottom: 4%;
}
.thumb-wrap:nth-child(3) {
    margin-bottom: 4%;
}
.thumb-wrap:nth-child(4) {
    margin-bottom: 4%;
}
.thumb-wrap:hover {
    border-left: 2px solid #00FFC2;
    border-right: 2px solid #00FFC2;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.thumb-wrap img {
    width: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.thumb-wrap img:hover {
    opacity: 0.9;
}

.wrapper--footer {
    width: 100%;
    position: relative;
    background-color:#1b2131;
    padding-top: 5%;
    z-index: 100;
}
.wrapper--footer img {
    width: 100%;
}
.credits__hold {
    padding: 5%;
    width: 90%;
    position: absolute;
}
.credits__hold span {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Lato', sans-serif;
}


iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0%;
    top:0%;
    z-index: 100;
}
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.screenie__modal {
    position: fixed;
    top:0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    display:flex;

    align-items:center;
    pointer-events:none;
    opacity:0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.screenie__modal img {
    width: 80%;
}




/*.background-planet__hold {
    justify-content: center;
    display:flex;
    align-items:center;
    position: fixed;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}
.background-planet {
    width:90px;
    height:90px;
    background: #FF4B4B;
    border-radius: 50%;
}*/
