/*==========  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) {
    .a-logo {
        max-width: 350px;
    }
    .header-bg-color{
        background: unset !important;
    }
    .header-main {
        background: rgb(85,42,2);
        background: linear-gradient(90deg, rgba(85,42,2,1) 0%, rgba(142,76,15,1) 100%);
    }
    .header-top .button{
        background: unset;
        box-shadow: unset;
        border: unset;
        padding: unset;
    }
    .header-top .button span{
        color: #fff !important;
    }
    
    .header .menu-item a{
        padding: 25px 0;
    }
    #logo img{
        transform: scale(1.5);
    }
    .stuck #logo img{
        transform: scale(1);
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
    /* .header-bottom{
        background-color: unset !important;
    } */
    .a-banner p:first-child {
        font-size: 18px;
    }
    .a-banner p:nth-child(2) {
        font-size: 28px;
    }
    
    .a-banner-2 p:first-child{
        font-size: 30px;
    }
    .a-banner-2 p:nth-child(2) {
        font-size: 50px;
        line-height: 1;
    }
    .a-banner-2 p:nth-child(3) {
        font-size: 14px;
    }
    .a-banner-2 .a-img{
        margin-top: -30px;
    }
}

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

    .a-banner-2 p:first-child{
        font-size: 22px;
    }
    .a-banner-2 p:nth-child(2) {
        font-size: 42px;
        line-height: 1;
    }
    .a-banner-2 p:nth-child(3) {
        font-size: 12px;
    }
    .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) {

}
