:root {
  --_nagaland-colors---heading: #4c5c26;
  --_nagaland-colors---text: #5a5a5a;
  --peach-puff: #ffd2a4;
  --black: #000;
  --_nagaland-colors---bckgrnd: white;
  --white: white;
  --blue-black: #161722;
  --light-peach: #fff6eb;
  --grey: #f5f2f0;
  --green: #2f4a42;
  --text: #4c5c26;
  --footer-green: #1f3b34;
  --nav-bck-color: #d7eae5;
  --_nagaland-colors---2nd-bckgrnd: #eee;
  --_nagaland-colors---sec-bckgrnd: #37584e;
  --highlight: #e21010d6;
}

body {
  color: var(--_nagaland-colors---heading);
  font-family: Abhayalibre, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--_nagaland-colors---heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Variablefont Wdth Wght, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--_nagaland-colors---text);
  margin-bottom: 0;
  font-family: Abhayalibre, Georgia, sans-serif;
  font-weight: 500;
}

a {
  transition: color .2s;
}

a:hover {
  color: var(--peach-puff);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--peach-puff);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form_message-success {
  background-color: var(--peach-puff);
  color: var(--black);
  padding: 1.25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  background-color: var(--peach-puff);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-weight: 400;
  transition: filter .2s;
}

.button:hover {
  filter: brightness(95%);
  color: var(--black);
}

.form_input {
  border-style: none;
  border-radius: 2px;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: 2rem;
}

.form_input.is-footer-input {
  background-color: #0000;
  border-radius: 0;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_message-error {
  color: var(--black);
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-small {
  margin: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav_component {
  background-color: var(--_nagaland-colors---bckgrnd);
  color: var(--white);
  width: 100%;
  position: sticky;
  top: 0;
}

.footer_component {
  background-color: var(--blue-black);
  color: var(--white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nav_container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  color: var(--white);
  height: 3rem;
}

.nav_menu-wrapper {
  border-left: .125rem solid #ffffff1a;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: 5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 0;
  display: flex;
}

.nav_link-wrapper {
  width: 100%;
  display: flex;
}

.nav_link {
  color: var(--_nagaland-colors---heading);
  text-transform: uppercase;
  padding: 1rem .75rem;
  font-weight: 700;
}

.nav_link:hover {
  color: var(--blue-black);
}

.nav_link.w--current {
  color: var(--_nagaland-colors---heading);
}

.footer_content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_content-left {
  padding-right: 2rem;
}

.footer_logo {
  height: 2rem;
}

.footer_contact-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: grid;
}

.footer_contact-link {
  text-transform: uppercase;
  font-size: .75rem;
}

.footer_content-rightt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social-icon {
  color: var(--peach-puff);
  width: 1rem;
  height: 1rem;
  transition: filter .2s;
}

.footer_social-icon:hover {
  filter: brightness(50%);
}

.footer_link {
  color: #ffffffc7;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.footer_link.is-last, .footer_form-wrapper {
  margin-bottom: 0;
}

.footer_form {
  border-top: 1px solid #ffffff21;
  border-bottom: 1px solid #ffffff21;
  border-left: 1px solid #ffffff21;
  border-radius: .75rem;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.home_benefits_item {
  background-image: linear-gradient(180deg, transparent, var(--black)), url('../images/Old-Lady.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  height: 25rem;
  padding: 2rem;
  display: flex;
}

.sermon_item-link {
  background-color: var(--light-peach);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 1.5rem;
  transition-property: none;
  display: block;
  position: relative;
}

.sermon_item-link:hover {
  color: var(--black);
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.flex-vertical {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 30% 0% 0%;
}

.parallax_component {
  perspective: 3500px;
  overflow: hidden;
}

.parallax_layer {
  position: absolute;
}

.parallax_layer.is-2.pointer-events-off {
  object-fit: cover;
  width: 100%;
  height: 120vh;
}

.parallax_layer.is-4 {
  position: relative;
}

.parallax_layer.is-4.pointer-events-off, .parallax_layer.is-1, .parallax_layer.is-3.pointer-events-off {
  object-fit: cover;
  width: 100%;
  height: 120vh;
}

.parallax_heading {
  color: #2f4a42;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  text-shadow: 0 1px 3rem #00000085;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 11rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 15rem;
  font-weight: 900;
  line-height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.section_hero {
  object-fit: cover;
}

.button-2 {
  z-index: 1;
  color: #f9f7e8;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #1f3b3466;
  border: 2px solid #fff;
  margin-bottom: 0;
  padding: 17px 50px;
  font-family: Menda, Tahoma, sans-serif;
  font-size: .9em;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  border-color: var(--peach-puff);
  color: var(--peach-puff);
}

.button-2:active {
  border-color: var(--peach-puff);
  transform: scale(.96);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  position: static;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .dropdown {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .dropdown {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_menu-wrapper {
    background-color: var(--black);
    margin-left: 0;
    padding-bottom: 2rem;
  }

  .nav_link-wrapper {
    flex-direction: column;
  }

  .nav_menu-button.w--open {
    color: var(--peach-puff);
    background-color: #0000;
  }

  .footer_content-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_link {
    margin-bottom: .5rem;
  }

  .footer_form-text-wrapper {
    max-width: 24rem;
  }

  .navigation {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .button {
    border-radius: .5rem;
  }

  .button.is-footer-button, .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_component {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_logo-link.w--current {
    padding-left: 0;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .footer_content-rightt {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_form-wrapper, .footer_form {
    margin-top: 1rem;
  }

  .footer_form-text-wrapper {
    max-width: 20rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('https://cdn.prod.website-files.com/678b716c00874c64975d517b/67932a1e08bfbaa97d0f1c4e_Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('https://cdn.prod.website-files.com/678b716c00874c64975d517b/67932a1ed312ac82c8298563_Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abhayalibre';
  src: url('../fonts/AbhayaLibre-Bold.ttf') format('truetype'), url('../fonts/AbhayaLibre-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhayalibre';
  src: url('../fonts/AbhayaLibre-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhayalibre';
  src: url('../fonts/AbhayaLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhayalibre';
  src: url('../fonts/AbhayaLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda-ExtraBold.otf') format('opentype'), url('../fonts/Menda-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}