

.logo {
  height: 80px; /* Increase if too small */
  width: auto;
}
.nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s ease;
  align-items: center;
 }
.ocean-nav {
  background: linear-gradient(to right, #2e5d5a, #4f7f7c, #a1b5b2);
}

#mobileMenu {
  justify-content: center;
  font-weight: bold;
  font-size: large;
}


/* Make logo smaller on mobile */
@media (max-width: 768px) {
  .logo {
    height: 60px;
  }
}

