.fontStyle {
 font-family: "Poppins", sans-serif;
 font-weight: 500;
 font-style: normal;
 font-size: large;
}

.body{
 font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
.content-container {
 padding-top: 100px; /* Adjust this value based on the height of the fixed element */
}

.content {
 display: none;
}

/* Show active content */
.active {
 display: block;
}

/* Style for buttons */
.btn {
 margin: 5px;
}
span button{
  border: none;
  padding: 1rem 1.5rem;
  background-color: #323131;
  color: white;
  font-weight: 500;
}
span button:hover{
   background-color: #632812;
}
.card-hover:hover {
 transform: scale(1.05);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.footerFont{
 font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
        }
 
a.no-underline, a.no-underline:visited, a.no-underline:hover, a.no-underline:active{
      color: black; 
        text-decoration: none;     
       
}
a p:hover {
        color: inherit; /* Keeps the color the same on hover */
        text-decoration: underline; /* Adds underline on hover for better UX */
    }

    .links li:hover{
    background-color: #e4a11bab;
    border-radius: 5px;
}       
   .backImg img {
 width: 100%;
 height: 5rem;
}
.backImg div{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.backImg p {
 font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
 color: black;
 font-size: 2rem;
 font-weight: 600;
}
/* media screen for mobile */
@media  (max-width:450px) {
   .backImg img {
 height: 25vh;
} 
.widMobile{
  width: 100%;
  margin: 5px 0;
  padding: 1.5rem 1rem;
}
.spanWrap{
  flex-wrap: wrap;
}
}


@media (min-width: 451px) and (max-width: 1000px){
   .backImg img {
 height: 35vh;
} 
}

/* Additional CSS */
.no-underline {
    text-decoration: none;
    color: inherit;
}

.img-container {
    width: 100%;
    height: 15rem;
    padding: 1rem;
    box-sizing: border-box;
}

.img-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-hover:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
}
.bg-saddlebrown {
    background-color: #6e2d0f;
}