:root {
    --primary-bg-color: #CCCC62;
    --primary-header-bg-color: transparent;
    --primary-section-color: #efee9f;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

body {
    background-color: #CCCC62; /* Set background color */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
}
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

header{
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box; 
    position: relative;
    padding-bottom: 60px;
    color: #f4ece8;
    background-color: var(--primary-header-bg-color);
}
main {
    flex: 1; /* allows main to grow and fill space */
    background-color: var(--primary-section-color);
}

footer{
    width: 100%;
    text-align: center;
    background: #140e13;
    color: #f4ece8;
    font-size: 14px;
    padding-bottom: 0px !important;
}
footer .credit-text{
    font-size: .8rem;
}

footer a{
    background: #CCCC62;
    color: #000;
    padding: 0 5px;
}
footer a:hover{
    background: #FFF;
    text-decoration: none;
}

header h1{
    font-size: 3rem;
    margin-bottom: 0px;
    margin-top: 40px;
}
header p:first-of-type {
    font-size: 1.3rem;
    font-weight: bold;
    transition: all 0.3s ease-in-out; 
}

.text-size-medium {
    font-size: 1.125rem;
}


h1, h2, h3 {
    font-family: 'Barrio', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}


.heading-style-h1, .large-h2{
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
}
.heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}


a {
    color: #b1b049;
    text-decoration: none;
}

.padding-global{
    padding: 10px 5%;
}
.padding-large{
    padding: 3rem 0;
}

.text-align-center {
    text-align: center;
}

.section-divider-bottom {
    color: #efee9f;
    width: 100%;
    height: 4rem;
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    overflow: hidden;
    transform: rotate(180deg);
}
.section-divider-bottom.is-black{
    color:#140e13;
    height: 2rem;
}


.button.w-button {
    border: 2px solid #CCCC62;
    border-radius: .5rem;
    background-color: #CCCC62;
    color: var(--base-color-brand--black);
    text-align: center;
    letter-spacing: .05rem;
    /* text-transform: uppercase; */
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s, border-color .2s, background-color .2s;
    justify-self: end;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #CCCC62;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.button.w-button.small{
    padding: 0 .5rem;
    font-size: inherit;
    font-weight: normal;
}
.button.is-secondary {
    color: #000;
    background-color: transparent;
}
.button:hover{
    background-color: #FFF;
    border-color: #FFF;
    color: #CCCC62;
}
.button.is-secondary:hover {
    background-color: #CCCC62;
    border-color:#CCCC62;
    color: #000;
}

.site-container{
    width: 100%;
}
.container-large{
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}
.container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}
.container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.navigation {
    z-index: 1;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.navbar3_component.is-top {
    background-color: rgba(0, 0, 0, 0);
}
.navbar3_component {
    background-color: #f4ece8;
    align-items: center;
    width: 100%;
    min-height: 4.5rem;
    display: flex;
    transition: background-color 0.4s ease-in-out;
    padding-top: 5px;
}
.w-nav {
    z-index: 1000;
    position: relative;
}
.navbar3_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.navbar3_menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: -1rem;
    display: flex;
    position: static;
}
.w-nav-menu {
    float: right;
    position: relative;
}
.navbar3_link {
    border-style: solid;
    border-width: 2px;
    border-radius: .5rem;
    color: #f4ece8;
    letter-spacing: .05rem;
    text-transform: uppercase;
    border-color: rgba(244, 236, 232, 0);
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 1rem !important;
    font-weight: 700;
    transition: border-color .2s, background-color .2s;
}
.navbar3_link:hover {
    border-color: #CCCC62;
}
.navbar3_component.is-top .w-nav-link {
    color:#f4ece8;
}
.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.navbar3_logo-link {
    width: 6rem;
    padding-left: 0;
    transition: opacity .2s;
    position: relative;
}
.navbar3_component.is-top .image.nav-logo{
    width: 6rem;
    transition: width 0.5s ease;
}
.image.nav-logo{
    width: 3.5rem;
    transition: width 0.5s ease;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.header30_background-image-wrapper {
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.image-overlay-layer {
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

/*
.slide-container .header30_background-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.1);
    transition: opacity 1s ease, transform 1s ease;
}
.slide-container.active .header30_background-image {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}
.youtube-slide iframe {
    width: 100%;
    height: 100%;
}
.slide-container{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.1);
    transition: opacity 1s ease, transform 1s ease;
}
.slide-container.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}
*/
/* Container for each slide: fills parent, absolutely stacked */
.slide-container {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    
    transform: scale(1.1);
    transition: 
      opacity 1s ease,
      transform 1s ease,
      visibility 0s linear 1s; /* delay hiding visibility until fade out ends */
  }
  
  /* Show active slide */
  .slide-container.active {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
    
    transition-delay: 0s; /* show immediately */
  }
  
  /* Media inside slide (images, videos, YouTube iframe wrappers) */
  .slide-container .header30_background-image {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    
    width: 100%;
    height: 100%;
    
    object-fit: cover;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    
    transform: scale(1.1);
    transition: opacity 1s ease, transform 1s ease, visibility 0s linear 1s;
  }
  
  /* Show active media */
  .slide-container.active .header30_background-image {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
    
    transition-delay: 0s;
  }
  
  /* For the YouTube iframe inside YouTube slides */
  .youtube-slide iframe {
    width: 100%;
    height: 100%;
    display: block; /* remove any inline gaps */
  }
  

/* Parent container (height will be based on the screen size) */
.parent-container {
    width: 60vw; 
    height: 40vh; 
    max-width: 600px; 
    max-height: 400px; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.parent-container.empty{
    height: 20vh; 
}


/* The container for the image */
.image-container {
    width: auto; 
    height: 100%; 
    display: flex; 
    justify-content: center;
    align-items: center;
    overflow: visible; 
    position: relative;
    margin: 0 auto;
}

/* Link wrapping the image */
.image-link {
    display: inline-block; 
    width: 100%; 
    height: 100%; 
}

/* Image inside the container */
.image {
    width: 100%;  
    height: 100%; 
    object-fit: contain; 
    object-position: center; 
    transition: transform 0.3s ease; 
}
.is-top .image.svg-bg path{
    fill:#f4ece8;
}
.image.svg-bg path{
    fill:#000;
}

.is-top .st0{
    fill:none !important;stroke:#f4ece8 !important;
}
.st0{
    fill:none !important;stroke:#000 !important;
}

/* Hover effect */
.image:hover {
    transform: scale(1.1);
}

.home_feature_image {
    width: 60%;
    height: auto;
    margin-top: -8rem;
    position: relative;
    transform: rotate(20deg);
    transition: transform 0.3s ease-in-out;
}
.home_feature_image .st0 {
    fill: #FFF !important;
    stroke: #000 !important;
}

.home_feature_component{
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    display: grid;
}
.home_feature_content-right{
    text-align: right;
    overflow-x: clip;
}

main section {
    position: relative;
}

.section_home_description{
    padding-bottom: 20px;
}
.section_home_gallery, .section_home_faq{
    background-color: #f4ece8;
    padding: 4rem 0;
}


.home_gallery_component.w-layout-grid {
    margin-top: 4rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
.home_gallery_row.w-layout-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}
.home_gallery_image {
    aspect-ratio: 1;
    border-radius: 2rem;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 546px;
}
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}


.home_faq_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
    margin-top: 3.5rem;
}
.home_faq_item {
    background-color: #FFF;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1rem 1.5rem;
    transition: color .2s;
    scroll-margin-top: 100px;
}
.home_faq_question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.home_faq_question:hover{
    color:#CCCC62;
}
.home_faq_icon-wrapper {
    align-self: flex-start;
    width: 2rem;
    margin-left: 1.5rem;
    display: flex;
}
.home_faq_answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 1em;
}
.home_faq_item.active .home_faq_answer{
    max-height: 500px;
    padding: 1em;
}
.home_faq_answer p{
    margin: 0;
}

.home_faq_item.active .faq-arrow{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}
.home_faq_item .faq-arrow{
    transition: transform 0.6s ease-in-out;
}

.footer4_top-wrapper {
    grid-column-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    justify-content: space-between;
    align-items: center;
}
.footer4_bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: center;
    display: grid;
}
.footer4_logo-link {
    width: 6rem;
    padding-left: 0;
    transition: opacity .2s;
    fill: #f4ece9;
}
.footer4_logo-link .st0{
    fill:none !important; stroke:#f4ece9 !important;
}

.line-divider {
    background-color: #1f1f1f;
    width: 100%;
    height: 1px;
}

.icon-embed-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
}


.full-text-container{
    margin-top: 50px;
    transform: translateY(50px);
}
.full-text-container .full-text{
    font-family: 'Barrio', sans-serif;
    font-size: 10vw; 
    white-space: nowrap; 
    text-align: center; 
    width: 100%; 
    font-weight: bold; 
    overflow: hidden; 
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .home_feature_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        flex-flow: row-reverse wrap-reverse;
        display: flex;
    }
    .large-h2{
        font-size: 4rem;
    }
    .full-text-container{
        transform: translateY(30px);
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .parent-container {
        width: 80vw;  
        height: 30vh;
    }
    .large-h2{
        font-size: 3rem;
    }
    .full-text-container{
        transform: translateY(0px);
    }
}
@media screen and (max-width: 767px) {
    .home_feature_component {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .parent-container {
        width: 90vw;  
        height: 50vh; 
    }
}