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

.footer_section {
  background-color: #131313;
}

.footer_wrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  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;
}

.questions_container {
  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;
  text-align: center;
}

.item_selection {
  width: 24%;
  margin: 5px;
  border-radius: 15px 15px 10px 10px;
  background-color: #fff;
  text-decoration: none;
}

.item_selection:hover {
  background-color: #ffc800;
  box-shadow: 0 0 7px 0 #ffc800;
}

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

.q_image {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.1;
}

.header_section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 29%, hsla(0, 0%, 100%, 0));
}

.header_wrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  text-align: center;
}

.h1_title {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 60px;
  line-height: 1;
  text-shadow: 0 0 20px #fff;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
}

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

.image {
  max-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-text.v2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}
.link-2 {
  margin-right: 10px;
  margin-left: 10px;
  color: #f8c428;
  text-decoration: none;
}
.footer_link {
  color: #f8c428;
  text-decoration: none;
}
.link-2:hover {
  text-decoration: underline;
}

.footer_wrapper-text{
/*  padding-top: 10px;*/
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}
.footer_wrapper-w-clearfix{
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  background-image: url('../images/bg_feather.png'), url('../images/bg_prayers.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main_prayer_image {
  max-width: 80%;
  margin-top: 20px;
}

.header_text_container {
  max-width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: hsla(0, 0%, 100%, 0.65);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.p_text_header {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .content_wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer_wrapper {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .header_wrapper {
    width: 100%;
  }

  .nav-link {
    color: #fff;
  }

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

  .image {
    max-width: 40%;
  }

  .footer-link {
    display: inline;
    float: none;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button {
    background-color: rgba(75, 58, 58, 0);
  }

  .menu-button.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .content_wrapper {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .h3 {
    font-size: 15px;
  }

  .h1_title {
    font-size: 50px;
  }

  .footer-text {
    font-size: 11px;
  }

  .main_prayer_image {
    max-width: 100%;
  }

  .header_text_container {
    max-width: 100%;
  }

  .p_text_header {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .questions_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item_selection {
    width: 70%;
  }
  .h2_title{
	font-size:30px;
  }
  .h3 {
    font-size: 18px;
  }

  .header_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1_title {
    font-size: 34px;
  }

  .image {
    max-width: 70%;
  }

  .footer-link {
    display: block;
    float: none;
    line-height: 1.6;
  }

  .header_text_container {
    padding: 20px;
  }
}