.main-header-area #navigation a,
.main-header-area .dropdown-menu a {
    color: white !important; /* White initially */
}
.main-header-area.scrolled #navigation a,
.main-header-area.scrolled .dropdown-menu a {
    color: black !important; /* Black on scroll (uses your modified Bootstrap defaults) */
}

