.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.image {
  display: block;
  width: auto;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff6a71;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #ff6a71;
}

.navbar_menulink {
  width: 125px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.navbar_menulink:hover {
  background-color: #fcb53a;
  font-weight: 700;
}

.section-2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ff6a71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 106, 113, 0.85)), to(rgba(255, 106, 113, 0.85))), url('../images/an-amazing-white-dove-flying-in-the-sun-rays_1920x1080.jpg');
  background-image: linear-gradient(180deg, rgba(255, 106, 113, 0.85), rgba(255, 106, 113, 0.85)), url('../images/an-amazing-white-dove-flying-in-the-sun-rays_1920x1080.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-2 {
  width: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid #e64c37;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -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;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.heading.black {
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.paragraph {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.button {
  width: 150px;
  height: 100%;
  margin-right: 10px;
  background-color: #472829;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.button.rightside {
  margin-left: 20px;
}

.container {
  padding-top: 40px;
  padding-bottom: 10px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lagos-techie-IgUR1iX0mqM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-background {
  position: fixed;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 106, 113, 0.75);
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 500px;
  height: 300px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.html-embed-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 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;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-radius: 20px;
  background-color: #ff6a71;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.contact-button-2 {
  width: 150px;
  height: 40px;
  -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;
  border-radius: 3px;
  background-color: #e64c37;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-3 {
  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;
}

.div-block-4 {
  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;
}

.div-block-5 {
  width: 80%;
}

.div-block-6 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed-12 {
  margin-bottom: -5px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  width: 519px;
}

.div-block-8 {
  padding: 10px;
  background-color: rgba(255, 106, 113, 0.85);
  box-shadow: 1px 1px 3px 0 #000;
}

.section-webdesigner {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
  margin-top: auto;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.section-footernav {
  position: relative;
  padding: 25px 5%;
  border-top: 2px solid #472829;
  background-color: #ff6a71;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-div-2 {
  padding: 8px 0px;
  text-align: center;
}

.footer-div-2.right {
  float: right;
}

.footer-link-2 {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #242c2e;
}

.footer-link-2.w--current {
  color: #000;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -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;
}

.navlinks_menu {
  width: 121px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #ff6a71;
  font-weight: 400;
  text-align: center;
}

.navlinks_menu:hover {
  outline-color: #ff6a71;
  outline-offset: -4px;
  outline-style: solid;
  outline-width: 2px;
  font-weight: 700;
}

.navlinks_menu.w--current {
  background-color: #ff6a71;
  outline-color: #fff;
  outline-offset: -4px;
  outline-style: solid;
  outline-width: 2px;
  color: #fff;
  font-weight: 700;
}

.navlinks_menu.donate {
  background-color: #ff6a71;
  color: #fff;
}

.navlinks_menu.donate:hover {
  outline-color: #fff;
}

.navlinks_menu.home.w--current {
  background-color: #ff6a71;
  outline-color: #fff;
  outline-offset: -4px;
  outline-style: solid;
  outline-width: 2px;
  color: #fff;
  font-weight: 700;
}

.brand {
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.navbar_menu {
  padding-right: 10px;
  background-color: #fff;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.contentsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -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;
}

.contentsection.midblue {
  background-color: #1c2b34;
}

.contentsection.liteblu {
  background-color: #253c49;
}

.contentsection.pink {
  margin-bottom: -10px;
  padding: 0px;
  background-color: #ff6a71;
}

.div_1348w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1348px;
  -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_1348w.plain {
  display: block;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.footer_links {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.container-2 {
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff6a71;
}

.container-2.midblu {
  border-color: #1c2b34;
}

.paragraph-3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.contact-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-radius: 3px;
  background-color: #f1b005;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.image-4 {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-color: #000;
}

.navbtn {
  width: 120px;
  color: #fff;
  text-align: center;
}

.navbtn:hover {
  background-color: #fff;
  color: #951f1f;
  font-weight: 700;
}

.navbtn.w--current {
  background-color: #95201f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.header {
  background-color: #ff6a71;
}

.banner {
  padding: 40px 10px;
}

.container-17 {
  padding-right: 10px;
  padding-left: 10px;
}

.title-header-2 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px none #d9e1e6;
  color: #ff6a71;
  font-size: 26px;
  line-height: 38px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.heading-38 {
  margin-top: 30px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: #ff6a71;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.page-link {
  border-bottom: 1px solid rgba(86, 105, 126, 0.32);
  color: #56697e;
  font-weight: 300;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #56697e;
  color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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/3B6A0469.JPG');
  background-position: 50% 18%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-9 {
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.title-header-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px none #d9e1e6;
  color: #ff6a71;
  font-size: 26px;
  line-height: 38px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.heading-39 {
  margin-top: 30px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: #ff6a71;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.image-5 {
  width: 500px;
  margin-bottom: 20px;
}

.bold-text {
  color: #ff6a71;
}

.bold-text-2 {
  color: #ff6a71;
}

.bold-text-3 {
  color: #ff6a71;
}

.bold-text-4 {
  text-align: center;
}

.paragraph-8 {
  text-align: center;
}

.paragraph_block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph_block.centered {
  text-align: center;
}

.section-42 {
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.container-19 {
  max-width: 900px;
}

.image-52 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-62 {
  width: 75%;
  margin: 60px auto 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.bold-text-5 {
  color: #a48065;
}

.section-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/DSCF0106.jpg');
  background-position: 50% 44%;
  background-size: cover;
}

.heading-40 {
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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.75);
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.image-53 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.image-54 {
  width: 251px;
}

.div-block-11 {
  margin-top: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ff6a71;
}

.text-block-4 {
  color: #fff;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.paragraph-4 {
  width: 30%;
  margin: 10px auto 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.section-28 {
  width: 100%;
  min-height: 350px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.container-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-13 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.section_header_green-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ff6a71;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-44 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}

.heading-42 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c2b34;
  font-size: 28px;
  text-align: center;
}

.paragraph-63 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.grid-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon_pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
}

.image-55 {
  width: 200px;
}

.icon_section_heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ff6a71;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-64 {
  width: 50%;
  text-align: center;
}

.our-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 0.25px solid #c3c3c3;
}

.our-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 0.25px solid #c3c3c3;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-56 {
  width: 50%;
}

.div-block-13 {
  width: 100%;
  background-image: url('../images/3B6A0469.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-8 {
  margin-bottom: 0px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-57 {
  background-image: url('../images/3B6A0469.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-58 {
  width: 200px;
}

.partners_-header {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c2b34;
  font-size: 28px;
  font-weight: 700;
}

.partners_-header.rightside {
  text-align: right;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-65 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.paragraph-65.rightside {
  text-align: right;
}

.image-59 {
  margin-bottom: 20px;
}

.section-45 {
  width: 100%;
}

.html-embed-13 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.section-46 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.html-embed-14 {
  margin-bottom: 0px;
}

.div-block-16 {
  padding: 220px;
}

.html-embed-15 {
  margin-bottom: 0px;
}

.section-47 {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #ff6a71;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stories_header {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ff6a71;
  font-size: 20px;
  line-height: 25px;
}

.stories_div {
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-60 {
  margin-bottom: 20px;
}

.stories_maindiv {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1c2b34;
}

.image-61 {
  margin-bottom: 20px;
}

.stories_image_padding {
  margin-bottom: 40px;
}

.stories_paragraph {
  color: #fff;
}

.section-48 {
  height: 450px;
  background-image: url('../images/3B6A0352-removebg-preview.png'), url('../images/matt-donders-fo3Obuy794g-unsplash.jpg');
  background-position: 50% 100%, 50% 100%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.heading_social_icons {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-17 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block_social_-icons {
  margin-right: 10px;
  margin-left: 10px;
}

.social_icons {
  width: 45px;
}

.image-63 {
  width: 40px;
}

.image-64 {
  width: 40px;
}

.button-2 {
  margin-top: 10px;
  background-color: #ff6a71;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .image {
    height: 60px;
  }

  .navbar {
    display: block;
  }

  .icon {
    color: #fff;
  }

  .image-2 {
    height: 100%;
  }

  .heading {
    width: 100%;
    line-height: 34px;
  }

  .section-footernav {
    padding-right: 15px;
    padding-left: 15px;
    border-top-style: solid;
    border-top-color: #d6e3e9;
    box-shadow: none;
  }

  .columns-4 {
    display: block;
  }

  .column-12 {
    text-align: center;
  }

  .copyright-text-2 {
    margin-bottom: 7px;
    text-align: center;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .footer-div-2.right {
    text-align: center;
  }

  .footer-link-2 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .navlinks_menu {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
  }

  .navlinks_menu.donate {
    font-weight: 700;
  }

  .navlinks_menu.home {
    border-top: 1px solid #cfcfcf;
  }

  .brand {
    margin-top: 0px;
  }

  .navbar_menu {
    padding-right: 0px;
  }

  .div_1348w {
    width: 100%;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icon-2 {
    color: #ff6a71;
  }

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

  .menu-button.w--open {
    background-color: transparent;
    outline-color: #ff6a71;
    outline-offset: -3px;
    outline-style: solid;
    outline-width: 2px;
  }

  .navbtn {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    color: #951f1f;
    text-align: left;
  }

  .paragraph-4 {
    width: 65%;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-64 {
    width: 100%;
  }

  .our-partners {
    border-bottom: 0.25px solid #c3c3c3;
    border-right-width: 0px;
  }

  .our-stories {
    border-top: 0.25px solid #c3c3c3;
    border-left-width: 0px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    line-height: 24px;
  }

  .section-3 {
    background-position: 65% 50%;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-div-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-62 {
    width: 100%;
  }

  .paragraph-4 {
    width: 100%;
  }

  .image-55 {
    width: 100%;
  }

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

  .our-partners {
    -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;
  }

  .our-stories {
    -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;
  }

  .partners_-header {
    margin-top: 10px;
    text-align: center;
  }

  .partners_-header.rightside {
    text-align: center;
  }

  .paragraph-65 {
    text-align: center;
  }

  .paragraph-65.rightside {
    text-align: center;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 40px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .section-3 {
    height: 60vh;
  }

  .modal {
    width: 100%;
  }

  .html-embed-12 {
    margin-bottom: -25px;
  }

  .div-block-8 {
    width: 90%;
  }

  .section-footernav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-div-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link-2 {
    margin-left: 0px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .brand {
    padding-top: 10px;
    padding-left: 5px;
  }

  .text-block {
    font-size: 12px;
  }

  .contentsection {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contentsection.liteblu {
    max-width: 100%;
  }

  .text-block-2 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .footer_links {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .container-2 {
    padding: 20px;
  }

  .banner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-10 {
    background-position: 92% 50%, 0px 0px;
  }

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

  .paragraph-62 {
    width: 100%;
  }

  .heading-41 {
    font-size: 16px;
    text-align: center;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 30px;
  }

  .section_header_green-4 {
    font-size: 20px;
  }

  .heading-42 {
    font-size: 26px;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-55 {
    width: 50%;
  }

  .div-block-13 {
    height: 150px;
    max-height: 300px;
    min-height: 200px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partners_-header.rightside {
    line-height: 30px;
  }

  .div-block-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed-13 {
    width: 90%;
    margin-top: 10px;
  }

  .div-block-15 {
    -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;
  }

  .stories_header {
    margin-bottom: 10px;
    line-height: 24px;
  }
}

#w-node-_97cea8b1-0585-6f28-61c6-d73f3bf89401-3bf893ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97cea8b1-0585-6f28-61c6-d73f3bf89408-3bf893ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cbadd69e-f455-f1f7-87da-9d4e134d2d07-134d2cff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cbadd69e-f455-f1f7-87da-9d4e134d2d0d-134d2cff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cbadd69e-f455-f1f7-87da-9d4e134d2d13-134d2cff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f8a95bb-b1cc-cbca-a83b-c17e0d5a472c-dadeeb6a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfde94e6-f525-5653-1770-fadc715349aa-dadeeb6a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a0661be-b4b4-f0c7-bac0-fc0b8c0cbb13-dadeeb6a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3c50619e-b176-cc04-f839-0f3fdc252e17-dadeeb6a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-cbadd69e-f455-f1f7-87da-9d4e134d2d13-134d2cff {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

