.nav-masthead .nav-link {
  color: rgba(13, 59, 102);
  border-top: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-top-color: rgba(255, 90, 95);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #0D3B66;
  border-top-color: #FF5A5F;
}
