body {
    height: 100vh;
    background-size: cover;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #001136;
    color: #FFF;
    position: relative;
    display: flex;
    width: 100%;
}

.screens {
    display: none
}

#splashscreen-wrap,
#slot,
#failscreen-wrap,
#successscreen-wrap,
#formscreen-wrap,
#finishscreen-wrap {
    width: 90%;
    max-width: 480px;
    text-align: center;
    position: relative;
    height: 100%;
    position: relative;
    margin: 0px auto 0px auto !important;
}


/*--------------------------------------*/

#splashscreen-wrap .logo {
    margin: 3rem auto;
}

@media only screen and (min-width: 600px) {
    #splashscreen-wrap .logo img {
        width: 8rem !important
    }
}

#splashscreen-wrap .play-button {
    margin: 3rem auto;
}

#splashscreen-wrap .play-text {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.play-button img {
    max-width: 50%;
    cursor: pointer;
    opacity: 0.5;
}

.play-button img:hover {
    opacity: 1;
}


/*--------------------------------------*/

#slot .logo {
    margin: 2rem auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (min-width: 600px) {
    #slot .logo img {
        width: 8rem !important
    }
}

#slot .logo-text {
    margin: 3rem auto;
}

.reels-wrap #mask {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgb(0, 17, 54);
    background: linear-gradient( 180deg, rgba(0, 17, 54, 1) 40%, rgba(4, 4, 55, 0) 50%, rgba(0, 17, 54, 1) 100%);
}

.reels-wrap {
    width: 85%;
    margin: 0px auto;
    position: relative;
}

#reels {
    display: flex;
    width: 100%;
    height: 230px;
    max-width: calc((5 / 3) * (90vh - 50px - 40px));
    padding: 0px 20px;
}

@media only screen and (min-width: 600px) {
    .reels-wrap #mask {
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgb(0, 17, 54);
        background: linear-gradient( 180deg, rgba(0, 17, 54, 1) 35%, rgba(4, 4, 55, 0) 50%, rgba(0, 17, 54, 1) 85%);
    }
    #reels {
        height: 320px;
    }
}

.reel {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.reel>.icons>img {
    width: calc(100% - 6px);
    margin: 20px 0px;
    height: auto;
    transform: translate3d(0, 0, 0);
}

#slot.inverted .reel {
    transform: scaleY(-1);
}

#slot.inverted .reel>.icons>img {
    transform: scaleY(-1);
}


/*--------------------------------------*/

#failscreen-wrap .logo-text {
    margin: 2rem auto;
}

@media only screen and (min-width: 600px) {
    #failscreen-wrap .logo img {
        width: 8rem !important
    }
}

#failscreen-wrap .logo-text strong {
    font-size: 3rem;
}

#failscreen-wrap .logo {
    width: 100%;
    margin: 2rem auto;
    position: absolute;
    bottom: 0;
}

.play-again-button img {
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 7rem;
}

.play-again-button img:hover {
    opacity: 1;
}


/* --------------------------------------- */

#successscreen-wrap .logo-text {
    margin: 2rem auto;
}

#successscreen-wrap .logo-text strong {
    font-size: 2rem;
}

#successscreen-wrap .logo {
    width: 100%;
    margin: 2rem auto;
    position: absolute;
    bottom: 0;
}

@media only screen and (min-width: 600px) {
    #successscreen-wrap .logo img {
        width: 8rem !important
    }
}


/* ---------------------------------------- */

#formscreen-wrap .logo-text {
    margin: 2rem auto 1rem;
}

#formscreen-wrap .logo {
    width: 100%;
    margin: 2rem auto;
    position: absolute;
    bottom: 0;
}

@media only screen and (min-width: 600px) {
    #formscreen-wrap .logo img {
        width: 8rem !important
    }
}

#theform {
    margin: 0rem auto;
    width: 90%;
    display: inline-block;
}

.form-fields {
    width: 100%;
    margin: 0.5rem auto;
}

.field strong {
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
}

.form-fields input {
    border: none;
    border-radius: 10px;
    margin: 0.5rem auto 1rem;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 1rem;
}

.submit-button {
    opacity: 0.5;
}

.submit-button:hover {
    opacity: 1;
}


/* ------------------------------------*/

#finishscreen-wrap .logo {
    width: 100%;
    margin: 2rem auto;
    position: absolute;
    bottom: 0;
}

@media only screen and (min-width: 600px) {
    #finishscreen-wrap .logo img {
        width: 8rem !important
    }
}


/* ----------------------------------- */

.logo,
.fail-icon {
    margin: 50px 0px;
}

.logo img,
.fail-icon img {
    max-width: 90%;
}

.logo-text,
.play-text {
    color: #FFF;
    font-size: 1rem;
}
