/* Navbar background using white for contrast */
.custom-navbar {
  background-color: #ffffff;
}

/* Primary link color — use your brand green */
.custom-navbar .navbar-item {
  color: #85bb65;
  font-weight: 600;
}

/* Hover state — use gold accent */
.custom-navbar .navbar-item:hover {
  color: #fcd84a;
  background-color: transparent;
}

/* Burger icon color */
.custom-navbar .navbar-burger span {
  background-color: #85bb65;
}

/* Navbar menu items on mobile */
.custom-navbar .navbar-menu {
  background-color: #ffffff;
}

/* Active menu item — gold highlight */
.custom-navbar .navbar-item.is-active {
  color: #fcd84a;
  border-bottom: 2px solid #fcd84a;
}

/* Footer background & text color */
.custom-footer {
  background-color: #569047;
  color: #f5f5f5;
}

/* Link styling with gold accent */
.custom-footer a {
  color: #fcd84a;
  font-weight: 500;
}

/* Hover state toggles to brand green */
.custom-footer a:hover {
  color: #85bb65;
}

/* Smaller font size for subtlety */
.custom-footer .content {
  font-size: 0.9rem;
}

/* Use enough padding for touch targets */
.custom-footer {
  padding: 2rem 1.5rem;
}

.custom-footer .content ul {
  list-style: none;
  margin-left: 0;
}

.content-portfolio p {
  margin: 0 !important;
}

.changebar {
  margin: 0 !important;
  min-width: 0.2rem;
  max-width: 0.2rem;
  height: 100%;
  position: relative;
}

.container-portfolio .box {
  padding: 0.5rem;
}
