:root {
  --font-primary: "Droid Serif", serif;
  --tan-accent: #b17a44;
  --font-secondary: Oswald, sans-serif;
  --accent-color: #075368;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.padding-global {
  max-width: 1440px;
}

.section-hero {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-hero-bg-Recovered.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 100vh;
  min-height: 100vh;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

.section-hero.events {
  background-image: none;
  height: auto;
  padding-top: 150px;
  position: static;
}

.section-impact {
  z-index: 2;
  background-color: #000;
  padding-bottom: 100px;
  position: relative;
}

.section-impact.keswick {
  background-image: linear-gradient(#000, #000000a6 53%), url('../images/drone-shot-day.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-livestream {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper._1300 {
  max-width: 1300px;
}

.content-wrapper.home-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading1 {
  color: #fff;
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 75px;
}

.heading1.expanded {
  line-height: 125px;
}

.hero-wrapper {
  z-index: 3;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subheading {
  font-family: var(--font-primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.subheading.accent {
  font-family: var(--font-primary);
  color: var(--tan-accent);
  font-weight: 700;
}

.subheading.white {
  color: #fff;
}

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

.section-navbar {
  z-index: 3;
  background-image: linear-gradient(#2c282380, #2c282380);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  width: 200px;
}

.body {
  font-family: var(--font-secondary);
  font-size: 16px;
}

.body.large.accent {
  color: var(--tan-accent);
  text-align: center;
  text-shadow: 0 1px 3px #000000b8;
  font-size: 20px;
}

.body.white {
  color: #fff;
  font-weight: 300;
}

.body.white.large {
  font-size: 20px;
  line-height: 30px;
}

.body.cta {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.flex.stretch {
  justify-content: space-between;
}

.flex.down {
  flex-flow: column;
}

.flex.down.left {
  align-items: flex-start;
}

.flex.levite {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.flex.zigzag {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.cta-wrapper {
  background-color: var(--accent-color);
  outline-color: var(--accent-color);
  outline-offset: 2px;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: solid;
  padding: 20px;
  transition: background-color .2s;
}

.cta-wrapper:hover {
  background-color: #042b36;
}

.grid {
  grid-template-rows: minmax(200px, 1fr) 200px;
  grid-template-columns: 1fr 1fr;
}

.grid-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-image {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.section-window-transition {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.livestream-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-subhead {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.window-fog-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0% 0% -2000px;
  overflow: hidden;
}

.navbar-logo-left-container {
  background-color: #0000;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 200px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  font-family: var(--font-secondary);
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 400;
}

.nav-link:hover {
  color: #ac855e;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  color: #ac855e;
  border-radius: 4px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  font-family: var(--font-secondary);
  color: #fff;
  padding: 5px 30px 5px 10px;
  font-size: 20px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  color: #ac855e;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #2c2823;
}

.nav-dropdown-link {
  font-family: var(--font-secondary);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.nav-dropdown-link:hover, .nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  color: #ac855e;
}

.section-footer {
  z-index: 2;
  background-color: #2c2823;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.section-seniorpastor {
  z-index: 2;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.grid-pastor {
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr;
}

.grid-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-seniorpastor {
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr;
}

.field {
  height: auto;
  font-family: var(--font-secondary);
  border-radius: 10px;
  padding: 10px;
}

.field:focus {
  font-weight: 600;
}

.field.area {
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.contactformsubmit {
  background-color: var(--accent-color);
  outline-color: var(--accent-color);
  outline-offset: 2px;
  font-family: var(--font-primary);
  border-radius: 20px;
  outline-width: 3px;
  outline-style: solid;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 20px;
  transition: background-color .2s;
  display: block;
}

.contactformsubmit:hover {
  outline-color: var(--accent-color);
  outline-offset: 2px;
  background-color: #042b36;
  outline-width: 3px;
  outline-style: none;
}

.form-wrapper {
  margin-top: 15px;
}

.error-message {
  z-index: 100;
  font-family: var(--font-primary);
  color: #fff;
  text-align: center;
  background-color: #cf3f3f;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  position: static;
  top: 631.219px;
}

.success-message {
  background-color: var(--tan-accent);
  font-family: var(--font-primary);
  color: #fff;
  border-radius: 20px;
  padding: 50px;
  font-size: 20px;
  font-weight: 700;
}

.section-ourvision {
  z-index: 2;
  background-color: #2c2823;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.uplift-digital-icon {
  opacity: .25;
  width: 10px;
}

.arrow-image {
  width: 100px;
}

.section-thelevite {
  z-index: 2;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.levite-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gradient-transition-image {
  z-index: 1;
  object-fit: contain;
  width: 100vw;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.keswick2026 {
  width: 75%;
  max-width: 1200px;
}

.keswick-date-image {
  height: 150px;
}

@media screen and (max-width: 991px) {
  .padding-global {
    max-width: 95vw;
  }

  .section-hero {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/home-hero-bg-Recovered.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .content-wrapper.home-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-navbar {
    background-image: linear-gradient(#2c2823bf, #2c2823bf);
  }

  .flex.levite {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-window-transition {
    margin-top: -200px;
  }

  .window-fog-wrapper {
    bottom: -900px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #2c2823;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--accent-color);
    color: #fff;
  }

  .icon {
    color: #fff;
  }

  .section-thelevite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .levite-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .keswick-date-image {
    height: 125px;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    max-width: 95vw;
  }

  .section-impact {
    padding-bottom: 50px;
  }

  .heading1 {
    font-size: 100px;
    line-height: 50px;
  }

  .heading1.expanded {
    line-height: 75px;
  }

  .subheading {
    font-size: 32px;
    line-height: 32px;
  }

  .body.large.accent {
    font-size: 18px;
    line-height: 18px;
  }

  .body.white.large {
    font-size: 16px;
    line-height: 22px;
  }

  .section-window-transition {
    margin-top: -220px;
  }

  .hero-subhead {
    font-size: 32px;
    line-height: 32px;
  }

  .window-fog-wrapper {
    bottom: -750px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .section-seniorpastor {
    padding-bottom: 50px;
  }

  .error-message {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    position: static;
  }

  .success-message {
    font-size: 16px;
  }

  .arrow-image {
    width: 80px;
  }

  .section-thelevite {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .keswick-date-image {
    height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .heading1 {
    font-size: 70px;
    line-height: 30px;
  }

  .heading1.expanded {
    line-height: 50px;
  }

  .subheading {
    font-size: 20px;
    line-height: 20px;
  }

  .body.large.accent {
    font-size: 16px;
    line-height: 16px;
  }

  .grid {
    grid-template-rows: minmax(150px, 1fr) 100px;
  }

  .section-window-transition {
    margin-top: -250px;
  }

  .hero-subhead {
    font-size: 20px;
    line-height: 20px;
  }

  .window-fog-wrapper {
    bottom: -500px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 150px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .grid-seniorpastor {
    grid-template-rows: minmax(200px, 1fr) auto;
    grid-template-columns: 1fr;
  }

  .success-message {
    padding: 20px;
  }

  .arrow-image {
    width: 60px;
  }

  .section-thelevite {
    padding-bottom: 20px;
  }

  .levite-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: minmax(150px, auto) minmax(150px, auto);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    display: grid;
  }

  .keswick-date-image {
    height: 80px;
  }
}

#w-node-b908c617-d415-f783-1d6f-43a2db52bdee-924fdd81 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9f49388d-2424-867c-0b9d-a84414744873-924fdd81 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe659d20-6bdf-b594-727a-e7e0236d0138-924fdd81 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b908c617-d415-f783-1d6f-43a2db52bdee-b9531508 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9f49388d-2424-867c-0b9d-a84414744873-b9531508 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b03f02df-ab4b-ea89-37ce-d8c50e438fea-b9531508 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b03f02df-ab4b-ea89-37ce-d8c50e438fe8-b9531508 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_757080fc-67dd-6d50-6b63-8ba2225d5da9-b9531508 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_757080fc-67dd-6d50-6b63-8ba2225d5dab-b9531508 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-b908c617-d415-f783-1d6f-43a2db52bdee-924fdd81 {
    grid-row-end: 3;
  }

  #w-node-_9f49388d-2424-867c-0b9d-a84414744873-924fdd81 {
    grid-row-end: 2;
  }

  #w-node-fe659d20-6bdf-b594-727a-e7e0236d0138-924fdd81, #w-node-b908c617-d415-f783-1d6f-43a2db52bdee-b9531508 {
    grid-row: 2 / 3;
  }

  #w-node-_9f49388d-2424-867c-0b9d-a84414744873-b9531508 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b03f02df-ab4b-ea89-37ce-d8c50e438fea-b9531508, #w-node-b03f02df-ab4b-ea89-37ce-d8c50e438fe8-b9531508, #w-node-_757080fc-67dd-6d50-6b63-8ba2225d5da9-b9531508, #w-node-_757080fc-67dd-6d50-6b63-8ba2225d5dab-b9531508 {
    grid-row-end: 2;
  }
}


