/* font-family: 'M PLUS 1p', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif; */

body {
    font-family: "M PLUS 1p", sans-serif;
    color: white;
}

.b-img {
    height: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    resize: both;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#splash_sec {
    background-image: url("./imgs/Background.png");
}

#gply-1 {
    background-image: url("./imgs/Gameplay-1.jpg");
}

#gply-2 {
    background-image: url("./imgs/Gameplay-2.jpg");
}

#gply-3 {
    background-image: url("./imgs/Gameplay-3.jpg");
}

#logo-img-cont {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#title_logo {
    min-width: 350px;
    display: block;
    height: auto;
    margin-top: 22%;
}

#dl-btn-cont {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dl-btn {
    font-size: 1.7vw;
    margin-top: 41%;
    box-shadow: 0 1px 8px #c466ff;
    padding: 10px 30px;
    background-color: #007bff00;
}

/* #dl-btn:hover {
    box-shadow: 0 1px 12px #c466ff;
    background-color: #007bff12;
} */

/* #dl-btn:active {
    margin-top: 41.1%;
    box-shadow: 0 1px 18px #c466ff;
} */

#email_cont {
    border-top: 30px solid rgb(0, 11, 16);
    padding: 100px 10px;
    background-color: #121319;
}

.cap-cont {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    height: 14%;
    background-color: #000000e8;
}

.gameplay_sec {
    position: relative;
    background-color: #000b10;
}

#mce-EMAIL:focus {
    outline: none !important;
    border: 1px solid grey;
    box-shadow: 0 0 1px #719ece;
}

#mc-embedded-subscribe:focus {
    outline: none !important;
    border: 1px solid grey;
    box-shadow: 0 0 1px #719ece;
}

#mc_embed_signup {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 10px 20px 10px 20px;
}

#mc-embedded-subscribe-form {
    width: 50%;
    max-width: 550px;
}

#mc-embedded-subscribe {
    background-color: #0b0a10;
    border: 1px solid white;
}

#mce-EMAIL {
    background-color: #ffffff00;
    color: white;
    max-width: 700px;
    height: 55px;
}

.sub-h1 {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 30px;
    font-size: 34px;
}

h2 {
    text-align: center;
    font-size: 2vw;
    margin: 0px;
    padding: 20px 10px;
    color: #47a9b7;
}

.lg-head {
    font-size: 30px;
}

.fas {
    padding-left: 5px;
}

.f-cont {
    margin: 10px 0px;
}

.copyright {
    font-size: 12px;
}

footer {
    background-color: black;
    border-top: 1px solid rgba(100, 100, 100, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px 60px 10px;
    font-size: 20px;
    align-items: center;
    text-align: center;
}

.f-row {
    margin-top: 2px;
}

.soc-row a {
    margin-right: 12px;
    font-size: 30px;
    height: 10px;
    color: rgb(210, 210, 210);
}

@media only screen and (min-width: 1200px) {
    #dl-btn {
        font-size: 28px;
    }
    .gameplay_img {
        width: 100%;
        height: 100%;
    }
    #title_logo {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
    #title_logo {
        width: 90%;
    }
    h2 {
        font-size: 32px;
    }
    #dl-btn {
        font-size: 26px;
        margin-top: 61%;
    }
    .gameplay_img {
        width: auto;
        height: 100%;
    }
    .sub-h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 500px) {
    #mc-embedded-subscribe-form {
        width: 80%;
    }
    #title_logo {
        width: 90%;
        margin-top: 40%;
    }
    #dl-btn {
        margin-top: 80%;
        font-size: 16px;
    }
    h2 {
        font-size: 22px;
    }
    .sub-h1 {
        font-size: 28px;
    }
    .gameplay_img {
        width: auto;
        height: 100%;
    }
    #gply-2 {
        background-position: 40% 0%;
    }
    #gply-3 {
        background-position: 10% 0%;
    }
}

@media only screen and (max-width: 500px) {
    #mc-embedded-subscribe-form {
        width: 100%;
    }
    #title_logo {
        width: 98%;
        margin-top: 95vw;
    }
    #dl-btn {
        margin-top: 132vw;
        font-size: 12px;
    }
    h2 {
        font-size: 18px;
    }
    .sub-h1 {
        font-size: 23px;
    }
    #gply-2 {
        background-position: 47% 0%;
    }
    #gply-3 {
        background-position: 20% 0%;
    }
    .b-img {
        background-attachment: scroll;
        width: 100%;
        height: 100vh;
    }
}