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

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

.header_section {
  background-image: url('../images/header_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

.header_wrapper.prayer_page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.navbar {
  bacbackground-color: hsla(0, 0%, 100%, 0);
}

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

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

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

.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;
  text-decoration: none;
}

.text_container:hover {
  background-color: #ffc800;
}

.q_image {
  width: 100%;
}

.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;
  background-color: #f8f8f8;

}

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

.footer_section {
  background-color: #55160c;
}

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

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

.footer_link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

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

.header_text_container {
  max-width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

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

.h2 {
  font-family: Merriweather, serif;
  font-size: 46px;
  text-align: center;
}

.h3_sub {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 28px;
  text-align: center;
}

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

  .nav-menu {
    background-color: #5a0000;
  }

  .header_wrapper {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .content_wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer_wrapper {
    width: 100%;
  }

  .menu-button {
    display: block;
  }

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

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .h1_title {
    font-size: 50px;
  }

  .content_wrapper {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .h3 {
    font-size: 12px;
  }

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

  .main_prayer_image {
    max-width: 100%;
  }

  .header_text_container {
    max-width: 100%;
  }

  .p_text_header {
    font-size: 16px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3_sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .h1_title {
    font-size: 34px;
  }

  .image {
    max-width: 70%;
  }

  .header_section {
    background-size: cover;
  }

  .header_wrapper {
    padding: 40px 30px;
  }

  .content_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h3 {
    font-size: 15px;
  }

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

  .header_text_container {
    padding: 20px;
  }

  .h2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .h3_sub {
    font-size: 20px;
  }
}