/*
 * Wbcrafted edits
*/

.helloBar {
    background: rgb(255, 209, 35);
}
.helloBar .nav-link {
    color: var(--bs-body-color);
}
.helloBar a.nav-link:hover {
    color: rgb(0, 73, 144);
}
