/* lg screens and less */
@media (max-width: 992px) {

    /* partials */
    .navbar-nav {
        background-color: transparent !important;
        border: none !important;
    }

    /* utilities */
    .w-75 {
        width: 100% !important;
    }
    .w-50 {
        width: 75% !important;
    }
    .py-8{
        padding: 4rem 0;
    }

    /* home page */
    .hero-content.translate-middle-y {
        transform: translateY(-35%) !important;
    }

    .hero-content .main-title {
        font-size: 4rem !important;
    }

    .img-gallery .img-pop {
        transform: scale(0.8);
    }

    .activity-modal {
        height: 90vh !important;
    }


}

/* lg screens and more */
@media (min-width: 992px) {

    /* home page */
    .hero-content.translate-middle-y {
        transform: translateY(-25%) !important;
    }




}
