/* Custom header gradient */
.header {
  background: linear-gradient(45deg, #0D47A1, #42A5F5) !important;
  color: white !important;
}

.nav a {
  color: white !important;
}

.nav .active {
  border-bottom: 2px solid #ffffff !important;
}

.nav a:hover {
  color: #e0f2f1 !important;
}

