/* Datlas Custom Site Styles */

/* Header Background - Datlas Blue */
header, .navbar, .navbar-static-top {
    background-color: #1F3965 !important;
}

/* Footer Background - Datlas Blue */
#footer, footer {
    background-color: #1F3965 !important;
    color: white;
}

/* Ensure text is visible on dark background if necessary */
.navbar-brand, .nav-link, .white-text {
    color: white !important;
}

/* Fix navbar toggle color if needed */
.navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
