body, html{
    width: 100%;
    height: 100%;
    background-color: #8fa64c;
}
#nav{
    background-color: #8fa64c;
    border: none;
    border-radius: 0px;
    color: white;

}
#nav-link{
    color: white;
}
#header, #header h1, h2{
    font-family: 'Archivo Black', sans-serif;
    position: relative;
    text-align: center;
    font-size: 190%;
    color: white;
}
#head-wrapper{
        margin-top: 3%;
        padding-top: 30%;
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/banner.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 150%;
}

#feature-wrap{
    min-height: 100px;
    padding: 2%;

}
#feature-1{
    color: white;
    width: 100%;
    height: 40vh;
   
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game4.jpg");
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-style: solid;
    border-color: #fdff1b;
    border-width: medium;
}
#feature-2{
    color: white;
    width: 100%;
    height: 40vh;
   
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game2.jpg");
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-style: solid;
    border-color: #fdff1b;
    border-width: medium;
}
#home-about{
    margin-bottom: 1%;
}
#home-about-wrap{
    padding: 2%;

}
#home-about-div{
    background-color: green;
    width: 100%;
    height: 30vh;
}
#home-team-wrap{
    padding: 2%;
}
#home-slides-handler{
    padding: 2%;
    
}
#game-slide-1{
    padding: 5%;
    text-align: center;
    color: white;
    height: 35vh;
    
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game.jpg");
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-style: solid;
    border-color: #0d77c7;
    border-width: medium;    
}
#game-slide-2{
    padding: 5%;
    text-align: center;
    color: white;
    height: 35vh;
    
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game2.jpg");
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-style: solid;
    border-color: #0d77c7;
    border-width: medium;
}
#game-slide-3{
    padding: 5%;
    text-align: center;
    color: white;
    height: 35vh;
    
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game3.jpg");
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-style: solid;
    border-color: #0d77c7;
    border-width: medium;
}
#game-slide-4{
    padding: 5%;
    text-align: center;
    color: white;
    height: 35vh;

    
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game4.jpg");
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-style: solid;
    border-color: #0d77c7;
    border-width: medium;
}
#game-image-wraper{
    padding: 2%;
    display: flex;
}
#game-image-1{
    width: 100%;
    height: 40vh;
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game.jpg");
    align-items: stretch;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#game-image-2{
    width: 100%;
    height: 40vh;
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game2.jpg");
    align-items: stretch;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#game-image-3{
    width: 100%;
    height: 40vh;
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game3.jpg");
    align-items: stretch;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#game-image-4{
    width: 100%;
    height: 40vh;
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game4.jpg");
    align-items: stretch;

    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

#game-description{
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 2%;
    word-break: keep-all;
}
#play{
    float:right;
    border: none;
    border-radius: 30px;
    background-color: yellow;
    color: green;
}
#contact-wrapper{
    padding-bottom: 10vh;
    padding-right: 5vw;
    color: white;
}
#games-subscribe{
    background-color: rgba(0,0,0,0.3);
    padding: 2vh;
}
#subscribe-wrapper{
    padding-top: 4vh;
}
#game{
    padding-top: 5vh;
    padding-bottom: 5vh;
}
#footer{
    text-align: center;
}
#form-logo{
    background-image: url("https://quadruplemechanics.net/theme/quadruple/images/logo_square.png");
    background-size: cover;
    width: 50%;
    height: 50%;
}
@media screen and (max-height: 575px){ 
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;} 
}
@media screen and (min-width: 720px){
    #head-wrapper{
        margin-top: 3%;
        padding-top: 20%;
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/banner.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    #contact-wrapper{
        padding-bottom: 10vh;
        padding-right: 6vw;
        color: white;
    }

    #form-logo{
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/logo_square.png");
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    
    #game-image-1{
        width: 100%;
        height: 40vh;
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game.jpg");
        align-items: stretch;

        background-attachment: fixed;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    #game-image-2{
        width: 100%;
        height: 40vh;
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game2.jpg");
        align-items: stretch;

        background-attachment: fixed;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    #game-image-3{
        width: 100%;
        height: 40vh;
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game3.jpg");
        align-items: stretch;

        background-attachment: fixed;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    #game-image-4{
        width: 100%;
        height: 40vh;
        background-image: url("https://quadruplemechanics.net/theme/quadruple/images/game4.jpg");
        align-items: stretch;

        background-attachment: fixed;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 60%;
    
    }
}   