/* Site Adjustments */
:root {
    --hero-logo-mobile-width: 100px;
    --hero-logo-width: 130px;
}

/* home page */
.homepage-hero.hero-intro .hero-overlay-info.animate-blur {
    backdrop-filter: none !important;
}

/* neighborhood */
#category_btn_container li:nth-child(1) { order: 1; } /* Eat */
#category_btn_container li:nth-child(3) { order: 2; } /* Shop */
#category_btn_container li:nth-child(6) { order: 3; } /* Learn */
#category_btn_container li:nth-child(2) { order: 4; } /* Play */
#category_btn_container li:nth-child(4) { order: 5; } /* Thrive */
#category_btn_container li:nth-child(5) { order: 6; } /* Live */