
.body-styles {
    font-variant: small-caps;
    background: rgba(92,107,40,0.25);
    
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.nav-text-color {
    color: #424a26;
}

.nav-inner-text {
    color: #d7be69;
}
.img {
    border-radius: 3px;
    box-shadow: 3px 3px 3px #424a26;
    transition-duration: 0.3s;
}

.img:hover {
    box-shadow: 0 0 4px 2px #d7be69;
}

.img1 {
    border-radius: 3px;
    box-shadow: 3px 3px 3px #424a26;
}
.imgr {
    border-radius: 3px;
}

.heading-color {
    color: #424a26;
}

.text-color {
    color: #a47e4f;
}

.text-bold {
    font-weight: bold;
}

.max-height {
    max-height: 60vh;
}

.max-height1 {
    max-height: 80vh;
}

.image-item {
    max-height: 30vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.m1 {
    margin: 1vh;
}

.m1tb {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.butn-grow {
    transition: all 0.2s ease-in-out;
}

.butn-grow:hover {
    transform: scale(1.1);
    box-shadow: 0 0 4px 2px #424a26;
}

.gallery-thumb {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }
  .gallery-thumb:hover {
    transform: scale(1.02);
  }

  h1 {
    min-height: 3.5em; /* or adjust based on your font size/line height */
  }