@media screen and (max-width: 900px) {
    .mainHolder{
        flex-direction: column;
        justify-content: center;
    }
    .leftSide h4{
        margin: 20px auto 60px auto;
    }
    .holder img{
        width: 175px;
    }
    .holder h2{
        font-size: 30px;
    }
     .rightSide h1{
        font-size: 45px;
    }
     .displays h3{
        font-size: 22px;
    }
     .displays img {
        width: 100px;
    }
    .rightSide h2{
        font-size: 38px;
    }
}
@media not screen and (max-width: 900px) {
    .leftSide{
        width: 40%;
    }
    .rightSide {
        width: 60%;
    }
    .leftSide h4{
        margin: 20px auto 20px 0;
        text-align: left;
    }
    .holder img{
        width: 275px;
    }
    .holder h2{
        font-size: 35px;
    }
    .rightSide h1{
        font-size: 55px;
    }
    .displays h3{
        font-size: 27px;
    }
    .displays img {
        width: 145px;
    }
    .rightSide h2{
        font-size: 42px;
    }
}


@media screen and (max-width: 1200px) {
    .page h1{
        margin: 55px 5px 5px 5px;
    }
}
@media not screen and (max-width: 1200px) {
    .page h1{
        margin: 5px;
    }
}

@media not screen and (max-height: 700px) {
    #wrapper {
        min-height: 100%;
        height: auto !important;
        margin-bottom: calc((220px + 5.6em) * -1) /* the bottom margin is the negative value of the footer's total height */
    }

    #wrapper:after {
        content: "";
        display: block;
        height: calc(220px) /* the footer's total height */
    }

    #content {
        height: 100%;
    }

    .footer {
        height: 220px; /* the footer's total height */
    }

}


html, body{
   min-height: 100%!important;
    height: 100%!important;
}
body{
    background: url("../imgs/mainBackground.png") no-repeat fixed;
    background-size: cover;
}

.body{
    height: 100%;
}

.container{
    border-radius: 7px;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,.2);
    margin: 25px auto auto auto;
    width: 700px;
    max-width: 95vw;
    padding: 20px 0 20px 0;
}
.container h1{
    text-shadow: 1px 1px rgba(0,0,0,.5);
    margin: 10px 10px 15px 10px;
    font-size: 50px;
}

.container h3{
    margin: 4px;
}

#rbxInput{
    color: #2f2f2f;
    padding-left: 20px;
    text-align: left;
    border-radius: 10px;
    border: none;
    width: 250px;
}

.buyBTN{
    margin: 35px 20px 5px 20px;
}

.buyBTN button{
    border-radius: 10px;
    color: white;
    background-color: #00c600;
    padding: 10px 40px 10px 40px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    border: none;
    cursor: pointer;
    font-size: 20px;
}


.outer{
    background-color: rgba(0,0,0,.2);
    margin: auto auto 20px auto;
    max-width: 95vw;
    border-radius: 7px;
    height: 180px;
    position: relative;
}

.rSales{
    color: rgba(0,0,0,.5);
    margin: 50px auto 5px auto;
    text-align: center;
    font-size: 22px;
    font-family: mont,sans-serif;
}

.recentSales{
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-color: #ffffff #b2b2b2;
    padding-bottom: 25px;
}

.itmBox{
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -.5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px -.5px rgba(0,0,0,0.2);
    margin: 10px;
    height: 150px;
    width: 150px;
    padding-bottom: 10px;
    background-color: white;
}
.itmBox img{
    display: block;
    height: 100px;
    width: 100px;
    margin: auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.itmBox p{
    text-transform: uppercase;
    margin: 3px;
}

.scrollBG{
    position: absolute;
    bottom: -1.6em;
    left:-.175em;
    background-color: #b2b2b2;
    border-radius: 10px;
    width: 96.5vw;
    height: 14px;
    z-index: -1;
}

#embedError{
    margin: 0;
}


.page{
    background-color: white;
    color: #cacaca;
    border-radius: 7px;
    margin: 25px auto auto auto;
    width: 1200px;
    max-width: 95vw;
    padding: 20px 0 20px 0;
    text-align: center;
    position: relative;
}
.bkArrow{
    position: absolute;
    top: 1em;
    left: 1em;
    cursor: pointer;
}

.page h1{
    font-size: 42px;
}

.options{

}
.options img{
    margin: 25px;
    display: inline-block;
    width: 400px;
}

.games{
    width: 95%;
    margin: auto;
}

.game{
    background: rgb(0,169,209);
    background: linear-gradient(0deg, rgba(0,169,209,1) 0%, rgba(0,217,231,1) 100%);
    color: white;
    text-align: center;
    width: 225px;
    margin: 10px;
    border-radius: 10px;
    display: inline-block;
}
.game img{
    width: 125px;
    margin: 10px 10px 0 10px;
    border: 2px solid white;
    border-radius: 5px;
}
.game h3{
    margin: 5px;
}

#rbxUsername{
    color: white;
    border: 2px solid #2f2f2f;
    padding-left: 35px;
    text-align: left;
    font-size: 20px;
    border-radius: 10px;
    width: 200px;
    background: #00D9E7FF url("../imgs/user.svg") no-repeat scroll 5px 3px;
    background-size: 22px 22px;
}

#page4{
     background: rgb(0,174,211);
    background: linear-gradient(0deg, rgba(0,174,211,1) 0%, rgba(0,215,230,1) 100%);
    border-bottom: 4px solid #008aa9;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
}


.mainHolder{
    display: flex;
    margin-top: 30px;
}


.innerLeft{
    width: max-content;
    margin: auto;
}

.leftSide h3{
    background: white;
    color: #34373a;
    padding: 1px 35px 1px 35px;
    margin: 25px auto 10px auto;
    width: max-content;
    border-radius: 15px;
    font-size: 27px;
}
.holder{
    background-color: rgba(0,0,0,.2);
    border-radius: 7px;
    padding: 20px;
    width: max-content;
    margin: auto;
}
.holder img{
    background-color: white;
    border-radius: 15px;
    padding: 10px;
}
.holder h2{
    border-radius: 15px;
    background: white;
    padding: 5px 45px 5px 45px;
    margin: 10px 0 0 0;
}



.leftSide h4{
    color: #34373a;
    background-color: white;
    border-radius: 7px;
    padding: 5px;
    min-width: 200px;
    width: max-content;
    font-size: 18px;
}

.rightSide{
    color: white;
}

.rightSide h1{
    margin: 0 10px 10px 10px;
}

.rightSide h2{
    border-bottom: 3px solid #ffb300;
    width: max-content;
    margin: 15px auto auto auto;
    padding: 0 20px 0 20px;
}

.displays{
    display: flex;
    justify-content: space-around;
}

.displays div{
    color: white;
    display: inline-block;
    margin: 10px;
}
.displays h3{
    margin: 5px;
}

.displays img{
    background-color: rgba(0,0,0,.2);
    border-radius: 12px;
    padding: 10px;
}

.payments{
    margin-top: 15px;
}

.payments p{
    background-color: #ffb300;
    border-radius: 20px;
    width: 245px;
    margin: 15px;
    display: inline-block;
    padding: 7px 0 7px 0;
    font-size: 22px;
}
.payments img{
    height: 22px;
    margin: 0 2px 0 10px;
    position: relative;
}


.continueButton{
    background-color: #ffb300;
    color: white;
    border-radius: 15px;
    padding: 2px 30px 2px 30px;
    font-size: 20px;
    margin: 20px 5px 5px 5px;
    border:none;
}

#setLimImg{
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
}
