/** WHITE NAV **/
.tag-primary,
.badge-primary,
.bg-primary {
  background-color: #fff !important;
}

.nav-link {
  color: #000 !important;
}

.header-block a, .fa{
  color: #000 !important;
}

@media (max-width: 767px) {
  .dropdown a, .nav-item a {
  color: #fff !important;
}
}


body .is-sticky .sticky-bg-dark {
 background-color:#fff!important;
}