body {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #550d7c;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #550d7c;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 30px;
  line-height: 1.8em;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo {
  width: 300px;
}

.hero_section {
  height: 80%;
}

.navlink {
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 500;
}

.navlink:hover {
  background-color: #550d7c;
  color: #fff;
}

.welcome_section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.wrapper_div {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_div.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper_div.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome_headline {
  font-size: 2.6em;
  font-weight: 900;
  text-align: center;
}

.welcome_text {
  font-size: 1.2em;
  text-align: center;
}

.welcome_headline_dmall {
  margin-bottom: 0px;
  color: #e7642c;
  font-weight: 300;
  text-align: center;
}

.slideshow {
  height: 100%;
}

.donate_btn_div {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 10%;
  z-index: 200;
}

.donate_btn_div.inner {
  bottom: -6%;
}

.donate_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding-top: 0px;
  padding-bottom: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/donate-btn-up.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.donate_btn:hover {
  background-image: url('../images/donate-btn-over.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.slide1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/slide1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/slide1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.line_div {
  width: 120px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #f6d901;
}

.line_div.left {
  margin-left: 0px;
}

.arrow {
  width: 50px;
  color: #fff;
  font-size: 1em;
}

.ajax_section {
  padding-top: 49px;
  padding-bottom: 74px;
  background-color: #f0f0f0;
}

.tabs_menu {
  text-align: center;
}

.tab_link {
  width: 25%;
  height: 100px;
  padding: 29px 16px;
  border-top: 3px solid transparent;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.03), hsla(0, 0%, 100%, 0));
  color: #8b8b8b;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
}

.tab_link:hover {
  border-top: 3px solid #550d7c;
  color: #e7642c;
}

.tab_link.w--current {
  border-top: 3px solid #e7642c;
  background-color: transparent;
  color: #550d7c;
  font-weight: 500;
}

.tab_pane {
  height: 100%;
  padding: 42px;
  border-radius: 0px;
  background-color: #fff;
}

.tab_content {
  border-radius: 20px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.06);
}

.ajax_img_div {
  width: 40%;
  float: left;
  clear: none;
}

.ajax_text_div {
  width: 50%;
  float: right;
  clear: none;
}

.ajax_headline {
  font-size: 2em;
}

.button {
  padding: 12px 29px;
  border-style: none;
  border-width: 1px;
  border-color: #550d7c;
  border-radius: 20px;
  background-color: #e7642c;
  color: #fff;
}

.button:hover {
  background-color: #550d7c;
}

.button.inner {
  margin-bottom: 14px;
}

.footer_section {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #3f0161;
  overflow: hidden;
}

.slide_nav {
  display: none;
}

.location_div {
  width: 30%;
}

.footer_logo {
  width: 200px;
  margin-bottom: 30px;
}

.address_text {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.8em;
  font-weight: 300;
}

.contact_form_div {
  width: 30%;
}

.map_div {
  width: 30%;
}

.map {
  height: 300px;
  border-radius: 20px;
}

.text_field {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.text_field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_field::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_area {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.text_area::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_area:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_area::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text_area::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.submit_btn {
  padding: 12px 24px;
  border-radius: 30px;
  background-color: #e7642c;
  font-size: 0.9em;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #fff;
  color: #550d7c;
}

.copyright_div {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #550d7c;
}

.copyright_text {
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
}

.facebook_btn {
  width: 30px;
  height: 30px;
  background-image: url('../images/facebook-icon.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.facebook_btn:hover {
  background-image: url('../images/facebook-icon-over.png');
}

.contact_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
}

.contact_btn:hover {
  color: #e7642c;
}

.contact-icon {
  margin-right: 12px;
}

.tagline_div {
  position: absolute;
  left: 0%;
  top: 60%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.main_tagline {
  margin-bottom: 0px;
  color: #fff;
  font-size: 4em;
  font-weight: 500;
}

.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(rgba(0, 0, 0, 0.65))), url('../images/slide2.jpg');
  background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, 0.65)), url('../images/slide2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37%, transparent), to(rgba(0, 0, 0, 0.66))), url('../images/slide3.jpg');
  background-image: linear-gradient(180deg, transparent 37%, rgba(0, 0, 0, 0.66)), url('../images/slide3.jpg');
  background-position: 0px 0px, 100% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.48))), url('../images/slide4.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide5 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, transparent), to(rgba(0, 0, 0, 0.58))), url('../images/slide5.jpg');
  background-image: linear-gradient(180deg, transparent 18%, rgba(0, 0, 0, 0.58)), url('../images/slide5.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.62))), url('../images/slide6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.62)), url('../images/slide6.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_content_section {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.inner_wrapper_div {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.column_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column_text_div {
  width: 55%;
}

.column_img_div {
  width: 40%;
}

.buttons_div {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wrapper_div.footer {
    width: 90%;
  }
  .donate_btn_div {
    position: absolute;
  }
  .donate_btn_div.inner {
    position: absolute;
    bottom: -18%;
  }
  .location_div {
    width: 35%;
  }
  .contact_btn {
    font-size: 0.9em;
  }
  .contact-icon {
    margin-right: 5px;
  }
  .main_tagline {
    font-size: 3em;
  }
  .menu_btn {
    color: #550d7c;
  }
  .menu_btn:hover {
    background-color: #550d7c;
    color: #fff;
  }
  .menu_btn.w--open {
    background-color: #e7642c;
    color: #fff;
  }
  .navmenu {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo {
    width: 200px;
    padding-left: 0px;
  }
  .hero_section {
    height: 100%;
  }
  .navlink {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .wrapper_div {
    width: 85%;
  }
  .donate_btn_div {
    right: 0px;
    bottom: -101px;
  }
  .tab_link {
    font-size: 1em;
  }
  .ajax_img_div {
    width: 100%;
  }
  .ajax_text_div {
    width: 100%;
    margin-top: 26px;
  }
  .ajax_headline {
    font-size: 1.6em;
  }
  .location_div {
    width: 100%;
    margin-bottom: 32px;
  }
  .contact_form_div {
    width: 45%;
  }
  .map_div {
    width: 45%;
  }
  .main_tagline {
    font-size: 2em;
  }
  .inner_content_section {
    padding-top: 113px;
  }
  .column_text_div {
    width: 100%;
    margin-bottom: 29px;
  }
  .column_img_div {
    width: 100%;
  }
  .image {
    width: 100%;
  }
  .heading {
    font-size: 2em;
  }
}

@media (max-width: 479px) {
  .welcome_headline {
    font-size: 2em;
  }
  .donate_btn_div {
    bottom: -71px;
  }
  .donate_btn_div.inner {
    position: static;
    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;
    text-align: center;
  }
  .tab_link {
    width: 100%;
    height: 80px;
  }
  .contact_form_div {
    width: 100%;
    margin-bottom: 28px;
  }
  .map_div {
    width: 100%;
  }
  .main_tagline {
    font-size: 1.6em;
  }
  .inner_content_section {
    padding-top: 94px;
    padding-bottom: 60px;
  }
  .heading {
    font-size: 1.8em;
  }
}

