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

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

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .a-section-banner h1,
    .a-section-banner p.a-casino-online{
        font-size: 40px;
    }
}

@media (max-width : 850px){
    .icon-menu{
        color: #fff;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .a-section-banner h1,
    .a-section-banner p.a-casino-online{
        font-size: 30px;
    }
}

@media (max-width : 550px){
    .a-section-banner .col-inner{
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

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

}
