/*==========  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) {

    /* logo center */
    .header-main {
        z-index: 999;
    }

    #logos {
        width: 90px;
        margin: unset !important;
        transform: scale(1.5);
    }

    .stuck #logos {
        transform: unset !important;
    }

    #logo {
        display: none;
    }

    .header-main .nav-left {
        justify-content: space-around;
    }

    /* end logo center */
    .a-logo {
        max-width: 350px;
    }

    /* .header-top .button {
        background: unset;
        box-shadow: unset;
        border: unset;
        padding: unset;
    }

    .header-top .button span {
        color: #fff !important;
    } */

    .header-main .menu-item a {
        padding: 27px 0px;
        border-radius: 0px;
    }

    /* .header-main .menu-item.active a,
    .header-main .menu-item:hover a {
        background: #4D99D5;
    } */

    /* .header-bottom .menu-item.active a,
    .header-bottom .menu-item:hover a{
        color: black !important;
        background: #F4C43F;
    } */

    /* #logo img {
        transform: scale(1.5) translateY(10%);
    }

    .stuck #logo img {
        transform: scale(1) translateY(0%);
    } */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {



    .a-banner-2 .row {
        border-radius: unset;
    }

    .a-banner-2 .a-img {
        margin-top: -30px;
    }
}

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

    .a-banner p {
        font-size: 10px;
    }

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

    .a-banner .a-order {
        order: -1;
    }

    .a-banner .button,
    .a-banner-2 .button {
        margin-bottom: unset;
    }

    .a-banner-2 .row {
        padding: 15px;
    }

    .a-banner-2 p {
        font-size: 14px;
    }

    .a-banner-2 .flex p:first-child {
        font-size: 18px;
    }

    .a-banner-2 .flex p:nth-child(2) {
        font-size: 50px;
    }


    .a-banner-2 {
        padding: 30px 0 !important;
    }

    .a-copyright {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .a-copyright p {
        text-align: center;
        font-size: 14px;
    }

    .a-copyright p:nth-child(2) {
        display: none;
    }

    .a-order {
        order: -1;
    }
}

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