/* =========MOBILE================= */


@media screen and (min-device-width: 500px) and (max-device-width: 1024px) {

    .nav-item {
        margin-bottom: 10px !important;
    }

    .text-end {
        margin: 5px !important;
    }

    .logo {
        width: 400px;
        border-radius: 10px;
    }

}

/* ============================================== */
@media only screen and (max-width: 499px) {
    .logo {
        width: 400px;
        border-radius: 10px;
    }

    .nav-item {
        margin-bottom: 10px !important;
    }

    .text-end {
        margin: 5px !important;
    }

}

/* ================== */