.elementor-kit-6{--e-global-color-primary:#E8B84B;--e-global-color-secondary:#5C3317;--e-global-color-text:#FBF3E8;--e-global-color-accent:#3A6B47;--e-global-typography-primary-font-family:"Playfair Display SC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Playfair", Sans-serif;font-size:14px;text-transform:uppercase;color:var( --e-global-color-secondary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#E4D5B3;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --e-gv-3ac70b5:0.7fr; }
/* Start custom CSS */#francisHero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #4a382c;
}

#francis-video{
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#francis-video .elementor-widget-container,
#francis-video .elementor-html-widget,
#francis-video .elementor-widget-html{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#francis-video video.francis-bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  visibility: visible;
}

#francisHero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(74,56,44,.93) 0%,
    rgba(74,56,44,.84) 22%,
    rgba(106,82,61,.70) 58%,
    rgba(138,109,80,.54) 100%
  );
  pointer-events: none;
  z-index: 1;
}

#francisParticles{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

#francisContent{
  position: relative;
  z-index: 3;
}

@keyframes francisFloat{
  0%{
    opacity: 0;
    transform: translateY(0) scale(.45);
  }
  12%{
    opacity: .95;
  }
  70%{
    opacity: .55;
  }
  100%{
    opacity: 0;
    transform: translateY(-110vh) scale(1.4);
  }
}

@media (prefers-reduced-motion: reduce){
  #francisParticles div{
    animation: none !important;
    opacity: .22 !important;
  }
}/* End custom CSS */