/*!
 * Custom Styles (global)
 * Add your site-wide CSS below.
 * This file is enqueued on both the front-end and the block editor.
 */
 


 body{
     overflow-x: hidden !important;
 }
 
 .wp-block-post-content h1{
    font-size: calc((65vw - 2rem) / 12) !important;
 }

  h3.wp-block-heading{
     font-size: 24px;
 }
 
 h4.wp-block-heading{
      font-size: 18px;
  }
  
  .alignfull{
    max-width: unset !important;
    width: 100%;
    height: auto;
  }
  
  .image-vid-btn.alignfull{
    max-width: unset !important;
      width: 100% !important;
      height: auto;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }

.sticky {
   position: sticky;
   top: 0; /* Sticks to the top edge of the viewport */
   z-index: 10; /* Optional: Ensures it stays above other content */
 }

@media (max-width: 780px) {
   .sticky{
     /* Styles for screens 780px and narrower */
     position: relative;
     top: auto; /* Reset the top offset */
   }
 }

.wp-element-caption{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

img.tl-block{
   opacity: 0.6;
   border-radius: 6px;
   transition: all 0.5s;
}

img.tl-block:hover{
   opacity: 1;
}

.reverse-columns{
   flex-direction: row-reverse;
}

.image-wrap{
    padding-top: 8px;
}

.const-nav a{
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.const-nav ul{
  margin: 0;
  padding: 0;
}

.const-nav ul li{
  list-style: none;
  padding: 0 0 0 5px;
  page: 0;
  line-height: 1em;
}

.const-nav ul li:before{
  content: "- ";
}

.const-nav a:hover{
    color: var(--wp--preset--color--vivid-red) !important;
}

.fixed-hero{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}


.wp-site-blocks .max-height-box{
  height: 100vh !important;
  max-height: 100vh !important;
}

.wp-site-blocks .effects-container{
  display: block;
  position: relative;
  top:0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
}


.wp-site-blocks .effects-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  width: 100vw !important;
}

.timeline-block p a{
  text-decoration: none;
  transition: all 0.5s;
  margin-left: 0;
}

.timeline-block p a:hover{
  text-decoration: none;
  margin-left: 5px;
}


@media (max-width: 960px) {
    .image-wrap{
        width: 100%;
        display: block;
        clear: both; 
        margin-bottom: 20px;
    }

    .image-wrap img{
        width: 100% !important;
        max-width: unset !important;
        display: block;
        clear: both;
    }
}
