body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: beige;
    color: #1f2a1b;
    line-height: 1.6;
    overflow-x: hidden;

}

.topnav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* center the links */
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 22px 14px 140px; /* extra left padding so links don’t overlap brand */
  background: beige;
  border-bottom: 1px solid #235d2a;
  top: 0;
  z-index: 10;
}


/* Style the links inside the navigation bar */
.topnav a {
  text-decoration: none;
  color: #1f2a1b;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
  transition:  0.2s ease, color 0.2s ease;
}

/* Change the color of links on hover */
.topnav a:hover, .topnav a:focus-visible { 
    background: #e1f1dd; 
    color: #174c1c; 
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.Village {
  position: absolute;
  left: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #235d2a;
  font-size: 1.1rem;
  white-space: nowrap;
}

.role {
    color: #4b6044;
    font-weight: 600;
    margin: 4px 0 6px;
}
.email {
    color: #2f7a2f;
    font-weight: 700;
    text-decoration: none;
}

.email:hover,.email:focus-visible {
  text-decoration: underline;
}

#wediv {
  padding: 40px 32px 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.image {
  width: 100%;
  max-width: 190px;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  margin: 0 auto 12px;
  border: 2px solid #e6dcc3;
}

#footer {
  margin: 0;
  background: #1f2a1b;
  color: #e9f1e6;
  padding: 22px;
  text-align: center;
  font-size: 0.95rem;
}

#p {
 margin: 6px 0;
  font-weight: 700;   
}

h1{
  text-align: center;
  color: #2a3e2f;
  letter-spacing: 0.06em;
}



#leaves{
  position: absolute;
  left: 1.4vw;
  top: 3vh;
  transform: rotate(130deg);
   width: clamp(90px, 18vw, 190px);
  max-width: 190px;
  height: auto;
  z-index: 9999;
}
#leaves2{
  position: absolute;
  right: 2.7vw;
  top: 5vh;
  transform: rotate(-120deg);
   width: clamp(90px, 18vw, 190px);
   z-index: 9999;
}
#leaves3{
  position: absolute;
  left: -3vw;
  bottom: 0vh;
  transform: rotate(45deg);
   width: clamp(100px, 19vw, 200px);
   z-index: 9999;
}
#leaves4{
  position: absolute;
  right: -2.8vw;
  bottom: 2vh;
  transform: rotate(-45deg);
   width: clamp(100px, 18vw, 190px);
   z-index: 9999;
}