
.index_body {
    background-color: #1951a0;
}

.navbar-header {
    background-color: white !important; /* was #03a5d8; */
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
    color: white;
}

.navbar-collapse {
    background-color: #1951a0;
}

.nav a, .nav a:hover, .nav a:focus {
    color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #1951a0;
}

.navbar-header button i, .navbar-header a {
    /* color: white; */
    color: black !important;
}

.navbar-brand span {
    position:relative;
    top:3px;
}

#loginContainer, #loginContainer a {
    color: #58666e !important;
}

#loginContainer {
    background-color: white !important;
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
    background-color: white !important;
    color: #363f44 !important;
}

.index_body .navbar-brand, .index_body .navbar-brand:hover, .index_body .navbar-brand:focus {
    background-color: transparent !important;
    color: white !important;
}
