/* Change the header navigation background color to Light Green */
header, .site-header, .nav-container {
    background-color: #E2F0D9 !important; /* A clean, professional pastel light green */
}

/* Keep the menu text color dark so it is easily readable on light green */
header a, .site-header a, .nav-container a {
    color: #002244 !important; 
}

/* Optional: Turns the text a slightly different dark tone when hovered over */
header a:hover, .site-header a:hover {
    color: #111111 !important;
}