body .navbar-default,
body .jumbotron
{
    background: #00458e;
    background-color: #00458e;
    color: white;
}
.navbar-text-brand,
#navbar .dropdown .dropdown-toggle
{
    color: white;
}

body {
    background: #f3f7fc;
}

.btn-primary {
    color: #ffffff;
    background-color: #00458e;
    border-color: white;
}