/* Add custom CSS styles below */ 
.text-primary
 {
    color: #3c5873;
}

.top-navbar:not(.topnav-has-bg) {
    background-color: var(--header-bg);
    color: var(--header-text-color);
    display: none;
}