.nav-link, .cb {
    color: black;
}
.nav-link:hover, .cb:hover {
    color: #ff8b2f;
    text-decoration: underline;
}

.sba > li > a{
    color: black;
    text-decoration: none;
} 
.sba > li > a:hover { color: #ff8b2f;}

.zm { transition: transform .2s ease; border-radius: 1.25rem; }
.zm:hover { transform: scale(1.1);}

.usimg { border-radius: 100%; height: 50px; float: left; margin-right: 20px; }
.usimg-a { color: black; text-decoration: none; margin-top: 22px;; display: block;} 
.usimg-a:hover { color: #505050; } 

footer{ background-color: #334266;}

.fnav a { color: #8ca0cf; font-size: .8125rem;}
.fs a { color: #8ca0cf;}