/* FHIR family-specific colors */
:root {
    --navbar-bg-color: #002367; /* 2. Header container color */
    --footer-container-bg-color: #002367; /* 4. Footer container color */
    --btn-hover-color: #44aabb;  /* 6. Menu button hover color */

}

#segment-header > .container {
    background-color: #e6e6e6;
}
