.header_section-2.main {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 0, 95, 0.5)), to(rgba(59, 0, 95, 0.5))), url('../images/purple_bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 0, 95, 0.5), rgba(59, 0, 95, 0.5)), url('../images/purple_bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.header_section-2.main.op {
  background-image: url('../images/sky_bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(59, 0, 95, 0.5)), to(rgba(59, 0, 95, 0.5))), url('../images/purple_bg.jpg');
  background-image: url('../images/sky_bg.jpg'), linear-gradient(180deg, rgba(59, 0, 95, 0.5), rgba(59, 0, 95, 0.5)), url('../images/purple_bg.jpg');
  background-position: 50% 0%, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.header_section-2.main.ws {
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header_section-2.main_op {
  background-image: url('../images/OP_BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.header_section-2.article_op {
  background-image: url('../images/OP_BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.header_section-2.ws_bg_main {
  background-image: url(../images/bg-img.jpg);
   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_section-2.as_bg {
  background-position: 50% 100%;
}

.header_section-2.as_bg_main {
  background-image: url('../images/as_bg.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.header_section-2.article_as {
  background-image: url('../images/as_bg.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

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

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

.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: #000;
}

.nav-link.main {
  color: #fff;
}

.nav-link.ws_main {
  color: #333;
}

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


.footer_wrapper-w-clearfix{
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_wrapper-2.main_op {
  padding-top: 40px;
}

.header_wrapper-2.as {
  padding-bottom: 60px;
}

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

.h1_title.main {
  color: #fff;
}

.h1_title.article {
  font-size: 48px;
}

.h1_title.ws_main {
  color: #333;
}

.content_section-2.op {
  background-image: url('../images/OP_BG.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(59, 0, 95, 0.5)), to(rgba(59, 0, 95, 0.5))), url('../images/purple_bg.jpg');
  background-image: url('../images/OP_BG.jpg'), linear-gradient(180deg, rgba(59, 0, 95, 0.5), rgba(59, 0, 95, 0.5)), url('../images/purple_bg.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
}

.content_section-2.main {
  background-image: none;
}

.header_section-2{
  background-image: url(../images/bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

/*.content_section-2.ws {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 0, 0, 0.5)), to(rgba(71, 0, 0, 0.5))), url('../images/ws_bg.jpg');
  background-image: linear-gradient(180deg, rgba(71, 0, 0, 0.5), rgba(71, 0, 0, 0.5)), url('../images/ws_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}*/

.content_wrapper-2 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.content_wrapper-2.articles {
  width: 700px;
  text-align: center;
}

.content_wrapper-2.main {
  padding-top: 60px;
}

.content_wrapper-2.as {
  padding-top: 60px;
}

.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;
  background-color: #f5f5f5;
  text-decoration: none;
}

.item_selection:hover {
  background-color: #ffea00;
}

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

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

.footer_section-2 {
  background-color: #131313;
}

.footer_wrapper-2 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  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;
}

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

.main_prayer_image.main {
  margin-bottom: 40px;
}

.header_text_container {
  max-width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px 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;
}

 li{
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.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;
}


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

}

.p_text_header.prayer {
  padding: 40px;
  background-color: #ffe4d4;
  color: #333;
  text-align: center;
}

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

.h2 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 35px;
  text-align: center;
}

.h2.main {
  margin-top: 0px;
  line-height: 1.2;
}

.op_bg {
  background-image: url('../images/OP_BG.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

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

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

.nav-link-2.main {
  color: #000;
}

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

.h1_title-2.main {
  color: #000;
}

.h1_title-2.main.black {
  margin-bottom: 0px;
  color: #333;
}

.h1_title-2.article {
  font-size: 48px;
}

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

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

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

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

.content_wrapper-3.articles {
  width: 900px;
  text-align: center;
}

.card {
  margin: 10px;
  border: 3px solid #000;
  border-radius: 12px;
}

.card:hover {
  z-index: 12;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content_section-3.main {
  background-image: none;
}

.content_section-3.ws {
  background-image: url('../images/purple_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.as_bg {
  background-image: url('../images/as_bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

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

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

  .nav-menu.show {
    background-color: #131313;
  }

  .nav-link-2 {
    color: #fff;
  }

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

  .nav-link.ws_main {
    color: #333;
  }

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

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

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

  .header_wrapper-2 {
    width: 100%;
    padding-top: 10px;
  }

  .h1_title {
    font-size: 50px;
  }

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

  .content_wrapper-2.articles {
    width: 80%;
  }

  .footer_wrapper-2 {
    width: 100%;
  }

  .icon {
    color: #0b0a0a;
  }

  .icon-2 {
    color: #333;
  }

  .icon-2.white {
    color: #fff;
  }

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

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

  .nav-link-2 {
    color: #333;
  }

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

  .h1_title-2 {
    font-size: 50px;
  }

  .nav-menu-2 {
    background-color: #dcbdbd;
  }

  .header_wrapper-3 {
    width: 100%;
    padding-top: 10px;
  }

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

  .content_wrapper-3.articles {
    width: 100%;
  }

  .card {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header_wrapper-2 {
    padding-top: 0px;
  }

  .h1_title {
    font-size: 45px;
  }

  .h1_title.article {
    font-size: 42px;
  }

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

  .content_wrapper-2.articles {
    width: 90%;
  }

  .h3-2 {
    font-size: 15px;
  }

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

  .main_prayer_image {
    max-width: 100%;
  }

  .header_text_container {
    max-width: 100%;
  }

  .p_text_header {
    font-size: 16px;
  }

  .p_text_header.prayer {
    font-size: 18px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.main {
    font-size: 28px;
  }

  .h1_title-2 {
    font-size: 45px;
  }

  .h1_title-2.article {
    font-size: 42px;
  }

  .header_text_container-2 {
    max-width: 100%;
  }

  .header_wrapper-3 {
    padding-top: 0px;
  }

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

@media screen and (max-width: 479px) {
  .header_wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1_title {
    margin-top: 0px;
    font-size: 34px;
  }

  .h1_title.article {
    font-size: 32px;
  }

  .content_wrapper-2.articles {
    width: 90%;
  }

  .questions_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questions_container.card_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 5px;
    -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;
  }

  .item_selection {
    width: 70%;
  }

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

  .header_text_container {
    padding: 20px;
  }

  .p_text_header.prayer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.main {
    font-size: 22px;
  }

  .h1_title-2 {
    margin-top: 0px;
    font-size: 34px;
  }

  .h1_title-2.main.black {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .h1_title-2.article {
    font-size: 32px;
  }

  .header_text_container-2 {
    padding: 20px;
  }

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

  .ws_card {
    padding: 3px;
  }

  .card {
    max-width: 100%;
    margin: 0px;
    border-width: 2px;
  }

  .card_container {
    margin-right: -5px;
  }
}