body {
  font-family: "museo-sans",sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #3A5857;
} 

p {
  color: #3A5857;
}

 .parent {
  position: relative; /* Makes this the reference for absolutely positioned children */
  background: #f0f0f0;
}

.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;   /* Cover full width */
  height: 100%;  /* Cover full height */
  object-fit: contain; /* Maintain aspect ratio */
  opacity: 1;  /* Optional: make it semi-transparent */
  z-index: 1;    /* Ensure it's above the background but you can adjust for content */
  margin-bottom: 0px;
  padding-bottom: 0px;
} 

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.0em;
}

.homestatic {
  background-image: url(../img/static-caravans.jpg);
  background-position: center center;
  background-size: cover;
  
}

.homelodges {
  background-image: url(../img/holiday-lodges.jpg);
  background-position: center center;
  background-size: cover;
  
}

.aboutwelcome {
  background-image: url(../img/welcome-to-millness-hill.jpg);
  background-position: center center;
  background-size: cover;
  
}

.aboutplace {
  background-image: url(../img/a-place-to-call-your-own.jpg);
  background-position: center center;
  background-size: cover;
  
}
.aboutideally {
  background-image: url(../img/ideally-located.jpg);
  background-position: center center;
  background-size: cover;
  
}
.localmilnthorpe {
  background-image: url(../img/Milnthorpe.jpg);
  background-position: center center;
  background-size: cover;
}
.localarnside {
  background-image: url(../img/Arnside-Silverdale.jpg);
  background-position: center center;
  background-size: cover;
}
.localkendal {
  background-image: url(../img/Kendal-local-area.jpg);
  background-position: center center;
  background-size: cover;
}
.localkirkby {
  background-image: url(../img/Kirkby-Lonsdale.jpg);
  background-position: center center;
  background-size: cover;
}
.localbeetham {
  background-image: url(../img/Beetham02.jpg);
  background-position: center center;
  background-size: cover;
}
.localcrooklands {
  background-image: url(../img/Crooklands.jpg);
  background-position: center center;
  background-size: cover;
}
.caravansarrange {
  background-image: url(../img/arrange-a-visit.jpg);
  background-position: center center;
  background-size: cover;
}

.caravansstatic {
  background-image: url(../img/static-caravans-01.jpg);
  background-position: center center;
  background-size: cover;
}
.lodgesholiday {
  background-image: url(../img/holiday-lodges-01.jpg);
  background-position: center center;
  background-size: cover;
}
.lodgessale {
  background-image: url(../img/lodge-forsale-01.jpg);
  background-position: center center;
  background-size: cover;
}
.homevideoback {
  background-image: url(../img/Millness-Thumbnail.jpg);
  background-position: center center;
  background-size: cover;
  z-index: 0;
}



.scribo { font-family: "scribo-regular",sans-serif; }

#footer {
  background: #3A5851;
  border-top: 0px solid;
  font-size: 0.9em;
  margin-top: 0px;
  padding: 0;
  position: relative;
  clear: both;
}

.lightyellowback {
  background-color: #fcf9ea;
}

.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
  background-color: #ffffff !important;
  color: #3A5851 !important;
  border-bottom: 1px solid silver ;
}

hr {
  background: rgba(58, 88, 81, 0.2);
  border: 0;
    border-top-color: #3A5851;
    border-right-color: #3A5851;
    border-bottom-color: #3A5851;
    border-left-color: #3A5851;
  height: 1px;
  margin: 22px 0;
  opacity: 1;
}



.gallery-container-home {
  display: flex;
  flex-direction: row;
  gap: 20px; /* Space between main slider and thumbnails */
  align-items: flex-start;
}

#big {
  flex: 1; /* Takes up the remaining space on the left */
  max-width: 75%;
}

#thumbs {
  width: 20%; /* Fixed width for the right thumbnail column */
}

/* Optional: stack thumbnails vertically if needed */
#thumbs .owl-stage {
  display: flex;
  flex-direction: column;
}
