/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 850px) {
    /* .header{
        position: fixed;
    }
    .header-bg-color{
        background: unset !important;
    }
    #top-bar {
        background-color: unset !important;
    }
    .header-main {
        background: rgb(0, 0, 0, 0.2);
    }
    .stuck .header-main {
        background: #489ad2;
    } */
    /* .header-top .button{
        background: unset;
        box-shadow: unset;
        border: unset;
    }
    .header-top .button span{
        color: #fff;
    } */
    
    .header .menu-item a{
        padding: 25px 10px;
    }
    /* .header .menu-item.active,
    .header .menu-item:hover{
        background-color: #fff;
    } */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
    /* .header-bottom{
        background-color: unset !important;
    } */
    .a-banner p:first-child {
        font-size: 30px;
    }
    /* .a-banner p:nth-child(2){
        font-size: 24px;
    } */

    .a-banner-2 p{
        font-size: 20px;
    }
    
    .a-banner-2 p:first-child{
        font-size: 10px;
    }
    .a-banner-2 p:nth-child(3) {
        font-size: 40px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-banner p:first-child {
        font-size: 24px;
    }
    /* .a-banner p:nth-child(2){
        font-size: 20px;
    } */

    .a-banner-2 p{
        font-size: 24px;
    }
    
    .a-banner-2 p:first-child{
        font-size: 10px;
    }
    .a-banner-2 p:nth-child(3) {
        font-size: 44px;
    }
    .a-banner-2 {
        padding: 30px 0 !important;
    }
    .a-game .row {
        grid-template-columns: repeat(2,1fr);
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
