
.navbar {
  background-color: #ebd6b6 !important;
  border-radius: 8px;
  /* Golden brown */
}
.inner-navbar{
  background-color: #d49d49 !important;
}

.navbar-brand,
.nav-link {
  color: #000000 !important;
  font-weight: 500;
}

.nav-link:hover { 
  color: #b68024 !important;
  font-size: 1rem;
  font-weight: 700;
}
