.nav-link {
  font-weight: 400;
  color: black !important;

}

.navbar-toggler {
    border: 1px solid black !important;
    background-color: #D9D9D9 !important; 
}

.sticky-top {
  background-color: #FFFFFF !important;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #003366;
}

.bg-danger {
    background-color: #B74E4D !important;
}

.badge {
  font-weight: 700;
  font-size: 0.8em;
  color: yellow !important;
}