.bg-dark a{
    color:#fff;
    text-decoration: none;
}
.bg-dark a:hover, .bg-dark a:visited{
    color:rgb(204, 136, 0);
}
header #main-nav .nav-item a.nav-link:hover{
    color:rgb(204, 136, 0)!important;
}






