/* Natural eucalyptus and earthy color palette for Sherbourne Preschool */
/* INJECTED VIA SEPARATE FILE */

/* Primary eucalyptus greens */
:root {
  --eucalyptus-light: #a8c4a4 !important;
  --eucalyptus: #7ba977 !important;
  --eucalyptus-dark: #5d8058 !important;
  --eucalyptus-darker: #4a6b46 !important;
  --earth-brown: #8b6f47 !important;
  --earth-tan: #b5956f !important;
  --earth-clay: #a67c52 !important;
  --earth-stone: #9c8b7a !important;
  --cream: #f2ede3 !important;
  --soft-beige: #e8dfd2 !important;
  --warm-white: #f7f3ed !important;
  --charcoal: #3c3c3c !important;
}

/* Header/Navigation styling - VERY SPECIFIC SELECTORS */
.navbar.is-fresh {
  background-color: #7ba977 !important;
  border-bottom: 2px solid #5d8058 !important;
}

.navbar .navbar-brand img {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)) brightness(1.1) contrast(1.2) !important;
  background-color: rgba(255,255,255,0.9) !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
}

.navbar .navbar-item {
  color: #f7f3ed !important;
}

.navbar .navbar-item:hover, .navbar .navbar-item:focus {
  background-color: #5d8058 !important;
  color: #f7f3ed !important;
}

.navbar .navbar-dropdown {
  background-color: #a8c4a4 !important;
  border: 1px solid #5d8058 !important;
}

.navbar .navbar-dropdown .navbar-item {
  color: #3c3c3c !important;
}

.navbar .navbar-dropdown .navbar-item:hover, .navbar .navbar-dropdown .navbar-item:focus {
  background-color: #7ba977 !important;
  color: #f7f3ed !important;
}

.navbar .navbar-burger {
  color: #f7f3ed !important;
}

.navbar .navbar-burger span {
  background-color: #f7f3ed !important;
}

.navbar .navbar-link {
  color: #f7f3ed !important;
}

.navbar .navbar-link:hover, .navbar .navbar-link:focus {
  background-color: #5d8058 !important;
  color: #f7f3ed !important;
}

/* Hero section */
.hero.is-default {
  background: linear-gradient(135deg, #f2ede3 0%, #e8dfd2 100%) !important;
}

.hero .hero-body {
  background: none !important;
}

.hero .title {
  color: #4a6b46 !important;
}

.hero .subtitle {
  color: #8b6f47 !important;
}

/* Buttons */
.button.primary-btn {
  background-color: #7ba977 !important;
  border-color: #7ba977 !important;
  color: #f7f3ed !important;
}

.button.primary-btn:hover, .button.primary-btn:focus {
  background-color: #5d8058 !important;
  border-color: #5d8058 !important;
}

.button.secondary-btn {
  background-color: #8b6f47 !important;
  border-color: #8b6f47 !important;
  color: #f7f3ed !important;
}

.button.secondary-btn:hover, .button.secondary-btn:focus {
  background-color: #a67c52 !important;
  border-color: #a67c52 !important;
}

/* Content sections and body */
body {
  background-color: #f7f3ed !important;
}

.section {
  background-color: #f2ede3 !important;
}

.section.has-background-light {
  background-color: #e8dfd2 !important;
}

/* Links and text */
a {
  color: #5d8058 !important;
}

a:hover, a:focus {
  color: #4a6b46 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a6b46 !important;
}

p, .content {
  color: #3c3c3c !important;
}