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

a:hover {
  color: #fff;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 780px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.image {
  width: 200px;
}

.link-block {
  padding: 24px;
}

.link-block.w--current {
  padding: 24px;
}

.section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.nav-menu {
  margin-right: 19px;
}

.who-we-are-back {
  position: relative;
  z-index: 0;
  width: 100%;
}

.who-we-are-back-content {
  position: fixed;
  left: 50px;
  top: 150px;
  z-index: 1;
  width: 60%;
}

.header-black-line {
  position: absolute;
  left: 67%;
  top: 14%;
  z-index: 0;
  width: 2000px;
  height: 2px;
  background-color: #000;
}

.go-down-arrow {
  position: absolute;
  left: 47%;
  top: 111%;
  width: 9%;
}

.who-we-are-front {
  position: absolute;
  z-index: 3;
  width: 100%;
}

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

.who-we-are-front-container {
  position: fixed;
  left: 50px;
  top: 150px;
  z-index: 3;
  width: 60%;
}

.who-we-are-filler {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 60%;
  margin-left: 50px;
  padding-top: 59px;
  padding-bottom: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block {
  position: relative;
  left: -2px;
  z-index: 2;
  overflow: hidden;
  width: 102%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  position: relative;
  width: 100%;
  height: 200%;
  background-color: #5fa254;
  -webkit-transform: scale(1.3) translate(52px, 32%) rotate(-9deg);
  -ms-transform: scale(1.3) translate(52px, 32%) rotate(-9deg);
  transform: scale(1.3) translate(52px, 32%) rotate(-9deg);
}

.image-2 {
  position: relative;
  width: 100%;
  -webkit-filter: brightness(73%) hue-rotate(21deg);
  filter: brightness(73%) hue-rotate(21deg);
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -14%;
  width: 100%;
}

.div-block-4 {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.36);
}

.image-4 {
  position: relative;
  bottom: -39px;
  width: 100%;
}

.notification-header {
  margin-bottom: 0px;
  color: #242424;
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.body {
  font-family: 'Nunito Sans', sans-serif;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: grey;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.button {
  margin-top: 7px;
  padding: 4px 21px;
  border-radius: 30px;
  background-color: #628b73;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-3 {
  position: relative;
  z-index: 4;
  min-height: 600px;
  background-color: #dfdfdf;
  background-image: url('../images/leaf-background-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-4 {
  position: relative;
  z-index: 4;
  min-height: 40px;
  background-color: #fff;
}

.div-block-6 {
  width: 98%;
  max-width: 1100px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-7 {
  padding-top: 18px;
  padding-right: 17px;
  padding-bottom: 18px;
  border-right: 1px solid #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.heading-2 {
  width: 80%;
  margin: 9px auto 0px;
  padding-bottom: 9px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.48);
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-2 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  margin-top: 3px;
  padding: 6px 11px;
  border-radius: 50px;
  background-color: #ffd396;
  color: #252525;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-3 {
  margin-bottom: 22px;
  color: #ffd396;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.68);
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 38px;
  font-weight: 800;
  text-align: right;
}

.div-block-13 {
  margin-top: 50px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding-top: 26px;
  padding-right: 20px;
  padding-bottom: 26px;
  border-right: 1px solid #ffd396;
}

.and-sign {
  position: relative;
  top: 13px;
  font-size: 72px;
  font-weight: 600;
}

.phone-link {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.address-link {
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.header-nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  color: #000;
  font-weight: 400;
}

.header-nav-link:hover {
  border-bottom: 2px solid #e7e7e7;
  color: #38794d;
}

.header-nav-link:focus {
  color: #38794d;
}

.header-nav-link.w--current {
  color: #181818;
}

.header-nav-link.give {
  display: none;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  min-height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-5 {
  max-width: 600px;
  margin-bottom: 31px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.mission-container-4 {
  width: 49%;
  min-height: 50px;
}

.mission-container {
  position: relative;
  width: 49%;
  min-height: 250px;
  margin-top: 1%;
  margin-bottom: 1%;
  background-color: #f8f8f8;
}

.mission-containery {
  width: 49%;
  min-height: 50px;
}

.mission-containery-2 {
  width: 49%;
  min-height: 50px;
}

.mission-container-3 {
  width: 49%;
  min-height: 50px;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
}

.wood-image {
  position: relative;
  z-index: 0;
  width: 100%;
  opacity: 0.18;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold-text {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
}

.heading-6 {
  margin-top: 0px;
  color: #272727;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 0px;
}

.bold-text-2 {
  color: #272727;
  font-size: 28px;
  font-weight: 800;
}

.italic-text {
  color: #272727;
  font-size: 16px;
  line-height: 43px;
  font-weight: 800;
}

.text-block-4 {
  margin-bottom: 23px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-5 {
  position: relative;
  z-index: 5;
  background-color: #181818;
  background-image: url('../images/leaf-background-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-8 {
  width: 150px;
  margin: 12px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.last-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}

.text-block-5 {
  margin-top: 4px;
  color: #3a6855;
  font-size: 16px;
}

.button-3 {
  margin-top: 7px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 60px;
  background-image: url('../images/wood-square-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.57);
}

.button-transformation {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 60px;
  background-color: #404040;
  /* background-image: url('../images/wood-square-4.jpg');
  background-position: 0px 0px;
  background-size: cover; */
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.57);
}

.button-3:hover {
  background-color: #000;
  background-image: url('../images/wood-square-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 16px;
}

.button-4 {
  margin-top: 31px;
  padding: 14px 22px;
  border-radius: 6px;
  background-color: #1a1a1a;
  background-image: url('../images/wood-square-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.68);
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-block-6 {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.button-5 {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 70px;
  background-color: #3a6855;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  position: relative;
  z-index: 5;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.47)), to(hsla(0, 0%, 100%, 0.47))), url('../images/marble-background-01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.47), hsla(0, 0%, 100%, 0.47)), url('../images/marble-background-01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-7 {
  position: relative;
  z-index: 5;
  background-color: #1b1b1b;
}

.image-9 {
  width: 200px;
  border-radius: 12px;
}

.main-container-prayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1100px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 27px;
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid hsla(0, 0%, 100%, 0.23);
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-6 {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 70px;
  background-color: #3a6855;
  background-image: url('../images/wood-square-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.64);
}

.section-8 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kids-ministry-bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-10 {
  width: 100%;
}

.button-7 {
  position: relative;
  top: -21px;
  background-color: #292929;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 18px;
}

.button-7:hover {
  background-color: #78d8a6;
}

.link-block-2 {
  width: 35%;
  max-width: 500px;
  margin-right: 2%;
  margin-left: 2%;
}

.section-9 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  padding-bottom: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-block-3 {
  width: 60%;
  max-width: 500px;
}

.section-10 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1b1b1b;
}

.heading-11 {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-11 {
  width: 50px;
}

.link-block-4 {
  margin-right: 5px;
  margin-left: 5px;
}

.section-11 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/leaf-background-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-12 {
  width: 250px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-13 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.body-2 {
  font-family: 'Nunito Sans', sans-serif;
}

.link {
  margin-top: 7px;
  margin-bottom: 1px;
}

.rich-text-block {
  width: 92%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  color: #fff;
  font-weight: 300;
  text-align: justify;
}

.email-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.div-block-24 {
  width: 1px;
  height: 220px;
  margin-right: 13px;
  margin-left: 13px;
  background-color: #fff;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: -122px;
  right: auto;
  bottom: auto;
}

.div-block-26 {
  position: absolute;
  left: 0%;
  top: -100px;
  right: auto;
  bottom: auto;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: -122px;
  right: auto;
  bottom: auto;
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: -122px;
  right: auto;
  bottom: auto;
}

.div-block-29 {
  position: absolute;
  left: 0%;
  top: -122px;
  right: auto;
  bottom: auto;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: -122px;
  right: auto;
  bottom: auto;
}

.button-8 {
  margin-top: 23px;
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: #e9c984;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #272727;
}

.button-8:hover {
  background-color: #252525;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(172deg, #d3d3d3, #fff);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-9 {
  margin-top: 14px;
  border-radius: 10px;
  background-color: #4f7e5a;
}

.heading-14 {
  margin-top: 3px;
}

.paragraph {
  width: 92%;
  max-width: 760px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.button-10 {
  margin-right: 6px;
  margin-left: 6px;
  padding: 3px 10px;
  border-radius: 200px;
  background-color: #488156;
  font-size: 12px;
  font-weight: 600;
}

.text-block-8 {
  color: #fff;
  font-weight: 400;
}

.button-11 {
  padding: 3px 10px;
  border-radius: 200px;
  background-color: #488156;
  font-size: 12px;
  font-weight: 600;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-12 {
  margin-right: 8px;
  padding: 3px 10px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #488156;
  font-size: 13px;
  font-weight: 700;
}

.button-12:hover {
  background-color: #ececec;
  color: #383838;
}

.link-block-5 {
  width: 80%;
  height: 150px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-right: 0px;
  }
  .heading-2 {
    font-size: 20px;
  }
  .header-nav-link {
    border-top: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    text-align: right;
  }
  .header-nav-link.give {
    display: block;
  }
  .section-8 {
    background-position: 0px 0px, 0% 50%;
  }
  .link-block-2 {
    width: 40%;
  }
  .section-9 {
    z-index: 10;
  }
  .menu-button {
    background-color: #fff;
    color: #2e2e2e;
  }
  .menu-button:active {
    background-color: #fff;
    color: #2c2c2c;
  }
  .menu-button:focus {
    background-color: #fff;
    color: #242424;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .section-10 {
    position: relative;
  }
  .icon {
    color: #2e2e2e;
  }
}

@media screen and (max-width: 767px) {
  .who-we-are-back-content {
    width: 80%;
  }
  .who-we-are-front-container {
    width: 80%;
  }
  .who-we-are-filler {
    width: 80%;
  }
  .image-4 {
    bottom: -13px;
  }
  .notification-header {
    font-size: 28px;
    line-height: 24px;
  }
  .div-block-8 {
    width: 100%;
    margin-bottom: 18px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .div-block-12 {
    padding-left: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-13 {
    margin-right: 0px;
    margin-bottom: 33px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffd396;
    border-right-style: none;
  }
  .div-block-14 {
    margin-bottom: 39px;
  }
  .div-block-15 {
    width: 80%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-5 {
    margin-top: 0px;
  }
  .mission-container {
    width: 100%;
    margin-bottom: 3%;
  }
  .div-block-17 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item {
    max-width: 500px;
  }
  .section-8 {
    padding-top: 95px;
    padding-bottom: 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/kids-ministry-bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/kids-ministry-bg.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 0px 0px;
    background-attachment: scroll, scroll;
  }
  .link-block-2 {
    width: 80%;
    padding: 15px 0px;
  }
  .link-block-3 {
    width: 80%;
  }
  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-12 {
    margin-top: 16px;
    text-align: center;
  }
  .heading-13 {
    text-align: center;
  }
  .div-block-22 {
    padding-left: 0px;
  }
  .text-block-7 {
    text-align: center;
  }
  .link {
    text-align: center;
  }
  .rich-text-block {
    padding-bottom: 44px;
  }
  .link-2 {
    text-align: center;
  }
  .div-block-24 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .who-we-are-filler {
    margin-left: 32px;
  }
  .notification-header {
    font-size: 22px;
  }
  .button {
    width: 80%;
    text-align: center;
  }
  .heading-2 {
    font-size: 28px;
  }
  .heading-5 {
    font-size: 22px;
    line-height: 24px;
  }
  .bold-text {
    font-size: 14px;
    line-height: 15px;
  }
  .heading-6 {
    font-size: 18px;
    line-height: 18px;
  }
  .bold-text-2 {
    font-size: 26px;
    line-height: 28px;
  }
  .text-block-4 {
    line-height: 16px;
  }
  .div-block-18 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item {
    padding-right: 32px;
    padding-left: 32px;
  }
  .image-8 {
    width: 90%;
  }
  .heading-8 {
    text-align: center;
  }
  .last-name {
    text-align: center;
  }
  .text-block-5 {
    text-align: center;
  }
  .button-4 {
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
  }
  .heading-9 {
    line-height: 34px;
    text-align: center;
  }
  .image-9 {
    display: none;
  }
  .main-container-prayer {
    width: 88%;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-20 {
    margin-left: 5px;
    padding-left: 0px;
    border-left-style: none;
  }
  .heading-10 {
    font-size: 26px;
    text-align: center;
  }
  .button-6 {
    text-align: center;
  }
  .link-block-2 {
    width: 90%;
  }
  .link-block-3 {
    width: 96%;
  }
  .button-12 {
    display: none;
  }
}