/* Change all site links to dark red */
body a {
    color: #800000 !important;
}

/* Specific navigation link colors */
#header .navbar-section a, 
#header .dropmenu ul li a {
    color: #800000 !important;
}

/* Hover state for all links (including header) */
body a:hover,
#header .navbar-section a:hover,
#header .dropmenu ul li a:hover {
    color: #cc212c !important;
    text-decoration: none; /* Optional: removes underline on hover if desired */
}

/* Center the hero background image */
section.section.hero {
    background-position: center center !important;
}

/* Force the beige background on the modular section */
section.section.bg-beige {
    background-color: #f5efe8 !important;
    background: #f5efe8 !important; 
    padding: 4rem 2rem !important;
    display: block !important;
}