/* GLOBAL STYLES
/* Coded by m1xawy
-------------------------------------------------- */
@media only screen and (max-width: 992px) {
    nav#top-bar {
        display: none;
    }
    header {
        background-image: none;
        margin-bottom: 670px;
    }
    .navbar {
        background-color: rgb(42 21 6 / 80%) !important;
        border: 1px solid #bda871;
    }
    .navbar .container {
        max-width: 100%;
    }
    .navbar-collapse {
        position: absolute;
        background-color: rgb(42 21 6 / 80%);
        width: 100%;
        margin-top: 35px;
        z-index: 1;
    }
    header ul.nav li a.nav-link {
        text-transform: none;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    header ul.nav li:first-child a.nav-link {
        padding-left: 30px !important;
    }
    .card.last-global, .card.unique-kills {
        background-image: url(../images/last-global-mobile-bg.png);
        min-height: 370px;
    }
    section.news .post .post-thumbnail {
        width: 100%;
        margin-right: 0px;
    }
    .empty-header .row {
        margin-top: 475px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    header ul.nav li a.nav-link {
        text-transform: none;
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    section.news .post .post-thumbnail {
        width: 50%;
        margin-right: 0px;
    }
}

