@media (min-width: 500px) {


#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #f07000;
}
header .navbar-nav .nav-link.active {
    border-bottom: 4px solid #f07000;
}

.logo {
    height: 42px;
    margin: 15px 0;
}

a { color: #f07000; text-decoration: none; }
a:hover { text-decoration: underline; }