/* Auto-generated wrapper to reduce duplication.
   Loads shared styles from style-master.css and keeps this page's specific differences. */

@import url("style-master.css");

/* Per-page header image (was hardcoded in this file before) */
:root {
    --page-header-img: url(../img/carousel-1.jpg);
}
/* =========================
   GLOBAL — REDUCE SPACE ABOVE FOOTER
   ========================= */

.footer.mt-5{
  margin-top: 20px !important;   /* was large (3rem). Now tight but elegant */
}

/* Optional: reduce top padding inside footer if needed */
.footer.pt-5{
  padding-top: 25px !important;
}