@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/montserrat.woff2") format("woff2"),
        url("/fonts/montserrat/montserrat.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Dancing Script";
    src: url("/fonts/dancing_script/dancing-script.woff2") format("woff2"),
        url("/fonts/dancing_script/dancing-script.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Shadows Into Light";
    src: url("/fonts/shadows_into_light/shadows-into-light.woff2") format("woff2"),
        url("/fonts/shadows_into_light/shadows-into-light.woff") format("woff");
    font-display: swap;
}

:root {
    --main: #540115;
    --secondary: #85743D;
    }
p{

}
.font-2{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color:var(--secondary);
}
.bg-main{
          background-color: var(--main);
        }
.side-menu li a{
          color: white;
          font-weight: bold;
        }

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper picture,
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background-color 0.4s ease;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  width: 90%;
  max-width: 700px;
}

/* Default content: always visible */
.default-content span,
.default-content h1 {
  display: block;
}

/* Hover content: hidden by default */
.hover-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

/* On hover: darken overlay and show content */
.image-wrapper:focus-within .overlay,
.image-wrapper:focus .overlay,
.image-wrapper:hover .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.image-wrapper:focus-within .hover-content,
.image-wrapper:focus .hover-content,
.image-wrapper:hover .hover-content {
  opacity: 1;
  max-height: 500px; /* enough space for your paragraph */
}

.hero-block-1{
  max-height: 800px;
    object-fit: cover;
}
.hero-block-2{
  max-height: 800px;
    object-fit: cover;
}
.hero-block-3{
  max-height: 400px;
    object-fit: cover;
}
@media (max-width: 1200px) {
  .hero-block-3, .home-schedule, .hero-block-4{
  min-height: 600px!important;
    object-fit: cover;
}
}
.hero-block-4{
  max-height: 400px;
    object-fit: cover;
}
.home-hero img{
  border: solid 1px black;
}
.home-text{
  font-size:1rem ;
}
.home-h2 {
  font-size: 1.5rem;
}
.h1-sub{

}
h1{
text-shadow:none;
}
.home-schedule p {
  font-size: 3rem;
  font-family: "Dancing Script", cursive;
}
.home-schedule svg {
  transition: margin-left 0.5s ease-in-out;
}

.home-schedule:focus svg,
.home-schedule:hover svg {
  margin-left: 40px;
}
.link-move {
  transition: margin-left 0.5s ease-in-out;
}

.link-move:focus,
.link-move:hover {
  margin-left: 40px;
}

.custom-menu .nav-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.custom-menu .nav-link {
  color: white;
  transition: background 0.4s ease;
  padding: 0.75rem 1rem;
  position: relative;
  display: block;
  z-index: 1;
}

.custom-menu .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.custom-menu .nav-item:focus::before,
.custom-menu .nav-item:hover::before {
  opacity: 1;
}

.custom-menu .nav-link span {
  position: relative;
  z-index: 2;
}

.custom-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 0;
  background: white;
  transition: width 0.4s ease;
  z-index: 1;
}

.custom-menu .nav-item:focus .nav-link::after,
.custom-menu .nav-item:hover .nav-link::after {
  width: 100%;
}


h1,h2,h3,h4,h5,p{
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 4rem;
    }
}
.mobile-nav a{
  color: white;
}
.sil-font {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}
.mobile-nav a, .secondary-mobile-nav a {
  font-weight: bold;
  color: white;

}
.secondary-nav{
  background: #242424;
}

.footer-menu a{
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.footer-menu li{
  list-style: none;
}
.main-hr{
    color: var(--secondary);
    max-width: 200px;
    
    border-top-width: 5px;
    opacity: 1;
    border-radius: 50px;
}
.link-style-2{
  background: var(--secondary);
    color: var(--main);
    padding: 7px 30px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
@media (max-width: 768px) {
.division-footer {
  border:none!important;
}
}
li {
  font-family: "Montserrat", sans-serif
}
footer{
  border-top: 2px solid;
}

  
.parallax-container {
  position: relative;
  height: 500px; /* adjust height as needed */
  overflow: hidden;
}

.parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%; /* Larger to allow for parallax movement */
  will-change: transform;
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: rgba(205, 192, 146, .65); /* adjust opacity for darkness */
  z-index: 1;
  margin-top: -150px;
}


.parallax-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(-150px);
  position: relative;
  z-index: 0;
}
      
        

 @media (max-width: 1269px) {
    
  .parallax-container {
    height: 250px!important;
  }
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

form .form-control{
    border: none;
    border-bottom: 2px solid var(--secondary);
    border-radius: 0;
}
form textarea.form-control{
    border: 2px solid var(--secondary);
    border-radius: 0;
}
