.body_content {
  background-color: #f4f1e2;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  margin: 0 auto;
} 
.hero-bg {
  background-image: url('../images/homeimage1.jpg'); 
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: white;
}

.nav-pills .nav-link {
  text-decoration: none;
  color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.nav .nav-link:hover{
  color: #c76b3e;
  border-bottom: 2px solid white;

}

/* === Image Row === */
.imgrow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  max-width: 2000px;
  margin: 20px auto;
}


.column {
  flex: 0 0 350px;
  text-align: center;
}


.imgrow img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}


.row{
  margin-top: 30px;
  margin-bottom: 30px;


}


.img-col img {
  width: 100%;
  border-radius: 12px;
  border: 3px solid #c76b3e;
  object-fit: cover;
  display: block;
}

.text-col {
  background-color: #f4f1e3;
  border: 3px solid #c76b3e; 
  border-radius: 16px;
  padding: 30px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Varela Round", sans-serif;
  color: #333333;
  text-align: left;
  font-size: 20px;
}




.text-body-emphasis,
.display-5,
.lead,
.fs-4 {
  color: white;
}


.btn-outline-secondary {
  color: white;
  border-color: white;
}

.btn-outline-secondary:hover {
  background-color: white;
  color: black;
}





/* blog */
.blogtab {
  background-color: #f4f1e3;
  border: 3px solid #c76b3e;
  border-radius: 16px;
  padding: 30px;
  width: 90vw;
  max-width: 1900px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Varela Round", sans-serif;
  color: #333333;
  text-align: center;
  font-size: 20px;
}

.blogtab img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.largeimg img {
  width: 90vw;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.largetextbox1 {
  background-color: #f4f1e3;
  border: 3px solid #c76b3e;
  border-radius: 16px;
  padding: 30px;
  width: 90vw; /* ← matches .largeimg width */
  max-width: 100%; /* ← same as image */
  margin: 40px auto; /* ← centers it like the image */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Varela Round", sans-serif;
  color: #333333;
  text-align: left;
  font-size: 28px;
  display: block;
}


.footer-hero {
   background-image: url("../images/footerhero.png"); /* adjust path if needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
}

h1,
h2 {
  font-family: "Fjalla One", sans-serif;
}


.footer-content h2 {
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 10px;
}

.footer-content p {
  font-size: 20px;
  font-family: "Varela Round", sans-serif;
}