:root {
  --firebrick: #bf3a30;
  --black: #192024;
  --dark-slate-gray-2: #404047;
  --dim-gray-3: #676770;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --light-slate-gray: #8e8e9c;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px #f8f8f8;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 300;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: var(--firebrick);
  background-color: #fff;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #ff2e2ebd;
}

.navigation-link.w--current {
  color: #b31e1e;
}

.navigation-link.hover {
  color: #bf3a30;
}

.navigation-link.hover:hover {
  color: #bf3a30a1;
}

.navigation-bar {
  color: var(--firebrick);
  background-color: #fff;
}

.brand-text {
  color: #b91c1c;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #fff;
  padding-top: 29px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: #b6352c;
  text-align: center;
  background-image: linear-gradient(#a7767278 43%, #2e9dff38), url('../images/cross.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border: 1px solid #0000;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #f7f7f7;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 20px;
  font-weight: 400;
  transition: background-color .3s, border .3s, color .3s;
}

.hollow-button.all-caps:hover {
  color: #000;
  background-color: #fff;
  border-width: 0;
  border-color: #000;
  border-radius: 20px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #505055;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #434344;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  color: #eaeff3;
  background-color: #bf3a30d1;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  object-fit: fill;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #c2c2c2;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #fffc;
  mix-blend-mode: normal;
  font-style: normal;
  font-weight: 400;
}

.footer-link.with-icon {
  color: #fff;
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  outline: 3px #fff;
  margin: 60px 10px 20px;
  padding-top: 20px;
  font-size: 16px;
}

.form {
  margin-top: 40px;
}

.columns {
  color: #f6f7f8;
}

.heading {
  color: #ebebec;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #f5f5f5;
}

.paragraph {
  color: #434344;
  font-size: 16px;
  font-weight: 400;
}

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

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--black);
}

.bold-text {
  font-size: 15px;
  text-decoration: none;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  color: #535355;
  font-size: 15px;
  font-weight: 400;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.body {
  background-color: #383838;
}

.div-block {
  z-index: 4;
  object-fit: fill;
  background-color: #0000008c;
  width: 100vw;
  height: 100vw;
  display: none;
  position: fixed;
}

.div-block-2 {
  background-color: #dbdbdb;
  width: 600px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 600px;
  height: 400px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-7 {
  color: var(--firebrick);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: none;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.div-block-4 {
  cursor: pointer;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image {
  display: none;
}

.heading-8, .heading-9 {
  color: #fff;
}

.gallery {
  color: #fff;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-10 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-7 {
  color: var(--dim-gray-3);
  text-align: center;
  font-size: 16px;
}

.column {
  text-align: center;
}

.heading-11 {
  margin-top: 20px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-2 {
  text-align: left;
  object-position: 100% 0%;
  margin-left: 100px;
  display: inline-block;
  position: relative;
  left: 600px;
  right: 10px;
}

.body-2 {
  color: #fff;
  object-position: 50% 50%;
  background-color: #fff;
  margin-left: 0;
}

.container {
  background-image: url('../images/Screenshot-79.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section-2 {
  background-image: url('../images/calvary2---Copy.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100%;
  margin-bottom: 20px;
  padding-bottom: 200px;
}

.section-3 {
  text-align: center;
  padding-bottom: 24px;
}

.heading-12 {
  color: #9d4842;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-9 {
  color: #5e7990;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
}

.image-3 {
  position: relative;
  left: 700px;
}

.container-2 {
  text-align: center;
  position: relative;
  left: auto;
}

.container-3 {
  background-color: #0000002e;
  padding-bottom: 5px;
}

.field-label {
  color: #474747;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.field-label-2 {
  color: #505055;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #000;
  display: none;
}

.text-block-2 {
  color: #000;
}

.submit-button {
  background-color: #bf3a30d1;
}

.field-label-3 {
  color: #505055;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.text-field, .text-field-2, .text-field-3 {
  color: #000;
}

.field-label-4 {
  color: #505055;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-13, .success-message, .error-message {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .icon {
    color: var(--firebrick);
  }

  .icon:hover {
    color: #ffffffbd;
  }

  .gallery-grid-container {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    color: var(--firebrick);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .navigation-link:hover {
    color: #b64037;
  }

  .navigation-link.w--current {
    color: var(--firebrick);
  }

  .navigation-link.w--current:hover {
    color: #bb4940;
  }

  .navigation-link.hover {
    color: var(--firebrick);
  }

  .navigation-bar {
    color: #fff;
    text-align: left;
    font-size: 16px;
  }

  .hamburger-button {
    color: #fcfcfc;
  }

  .hamburger-button:hover {
    color: #fff;
  }

  .hamburger-button:focus {
    color: #fff;
    background-color: #fff;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .navigation-menu:hover {
    color: #c5bfbf;
  }

  .navigation-menu:active {
    color: #fff;
  }

  .brand-text {
    text-align: center;
    font-size: 18px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 25px;
    font-weight: 400;
  }

  .section-subheading.center {
    font-weight: 400;
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .white-text {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .icon {
    color: var(--firebrick);
  }

  .tab {
    color: #fff;
  }

  .paragraph-2 {
    color: var(--dark-slate-gray-2);
    font-weight: 400;
  }

  .heading-4, .heading-5 {
    font-weight: 300;
  }

  .paragraph-3, .paragraph-4 {
    color: var(--dark-slate-gray-2);
    font-weight: 400;
  }

  .heading-6 {
    font-size: 16px;
  }

  .bold-text-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .bold-text-3 {
    text-align: center;
    font-weight: 600;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .div-block {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: none;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    height: 200px;
    margin: 175px 10px auto;
    font-size: 14px;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .paragraph-6 {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
  }

  .div-block-4 {
    margin-bottom: 0;
    inset: 0% auto auto 0%;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7 {
    color: var(--dark-slate-gray-2);
  }
}

#w-node-ebbc24e6-11be-b73e-a1eb-897c7b7f5914-45ab9671 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ebbc24e6-11be-b73e-a1eb-897c7b7f5914-45ab9671 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


