#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #a9dff5;
    border-top: 4px solid #004b84;
}
header .navbar-nav .nav-link.active {
    border-bottom: 4px solid #ffd500;
}

h1, h2, h3 {
    color: #004b84;
}

a {
    color: #004b84;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}