.header_section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header_section.blog {
  background-color: #af1b1b;
}

.content_section {
  background-color: transparent;
  background-image: url('../images/Background-Pattern.png');
  background-position: 50% 50%;
  background-size: 120%;
}

.content_section.blog {
  background-image: none;
}

.footer_section {
  background-color: #af1b1b;
}

.header_wrapper {
  width: 900px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.h1_header {
  margin-top: 0px;
  font-family: 'PT Serif', serif;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.53);
  mix-blend-mode: normal;
}

.h3_text {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.cta_button {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 30%;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff202;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.cta_button:hover {
  background-color: #000;
  color: #fff;
}

.content_wrapper {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}

.content_wrapper.tarot {
  width: 700px;
}

.h2_text {
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 45px;
  line-height: 1.2;
}

.h2_text.left {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.h2_text.tarot {
  width: 100%;
}

.img_card {
  padding: 10px;
}

.column {
  padding-left: 20px;
  text-align: center;
}

.card_container {
  margin-top: 30px;
}

.outer_container {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.book_container {
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.book-img {
  overflow: visible;
  max-width: 15vw;
  padding: 10px;
  line-height: 1;
  white-space: nowrap;
}

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

.footer_section-2 {
  border-top: 10px solid #5367f4;
  background-image: url('../images/gold-accent-border-bottom.png'), none;
  background-position: 50% 90%, 50% 100%;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
}

.footer_container {
  display: block;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  color: #000;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 300px;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

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

.footer-text.v2 {
  margin-bottom: 0px;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #f8c428;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

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

.footer-link.v2 {
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.columns {
  margin-top: 50px;
}

.background-video {
  width: 100%;
  height: 600px;
  padding-bottom: 0px;
  background-color: rgba(134, 0, 0, 0);
}

.card_link {
  max-width: 20%;
}

.p-text {
  margin-top: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.p-text-prayer {
  margin-top: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-style: italic;
}

.p-text.center {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.navbar-2 {
  padding-right: 75px;
  padding-left: 75px;
  background-color: #af1b1b;
  text-align: center;
}

.nav-brand {
  width: 470px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-item:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.nav-menu {
  position: static;
  display: inline-block;
  float: none;
  text-align: center;
}

.h4_text {
  color: #a30000;
  font-size: 20px;
}

.blog_card_container {
  padding: 10px 5px;
  background-color: #fff2cd;
  text-align: center;
}

.blog_h2_text {
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  font-size: 30px;
  line-height: 1.2;
}

.blog_image {
  max-width: 100%;
  padding: 10px;
}

.link-block {
  display: inline-block;
  max-width: 28%;
}

.link-block-2 {
  max-width: 28%;
}

.link-block-3 {
  max-width: 28%;
}

.link-block-4 {
  max-width: 28%;
}

.link-block-5 {
  max-width: 28%;
}

.link-block-6 {
  max-width: 28%;
}

.link-block-7 {
  max-width: 28%;
}

.link-block-8 {
  max-width: 28%;
}

.link-block-9 {
  max-width: 28%;
}

.link-block-10 {
  max-width: 28%;
}

.blog_card_text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-decoration: overline;
}

.text-span {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.text-span-2 {
  text-decoration: underline;
}

.tarot_card_image {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .content_section {
    background-position: 50% 50%;
    background-size: 130%;
    background-repeat: repeat;
  }

  .header_wrapper {
    width: 90%;
    margin-top: 85px;
  }

  .h1_header {
    font-size: 60px;
  }

  .h3_text {
    font-size: 20px;
  }

  .cta_button {
    width: 40%;
    padding-left: 20px;
  }

  .content_wrapper {
    width: 90%;
  }

  .content_wrapper.tarot {
    width: 90%;
  }

  .h2_text {
    font-size: 35px;
  }

  .h2_text.left {
    margin-top: 0px;
    font-size: 35px;
  }

  .img_big {
    padding-top: 18px;
  }

  .footer_section-2 {
    background-position: 50% 0%, 50% 100%;
  }

  .footer_container {
    width: 95%;
  }

  .footer_wrapper {
    overflow: visible;
  }

  .footer-logo {
    float: none;
  }

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

  .background-video {
    height: 500px;
  }

  .p-text {
    padding-top: 0px;
  }

  .navbar-2 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .nav-brand {
    width: 450px;
  }

  .nav-item {
    border-style: solid;
    border-width: 1px;
    border-color: #b42f2f;
    border-radius: 0px;
    background-color: #af1b1b;
  }

  .nav-item:hover {
    border: 1px none #000;
    background-color: #ca3d3d;
    text-decoration: underline;
  }

  .nav-hamburger-btn {
    color: #fff;
    font-size: 50px;
  }

  .nav-hamburger-btn.w--open {
    background-color: #af1b1b;
  }

  .nav-menu {
    border: 1px none #000;
  }
}

@media screen and (max-width: 767px) {
  .content_section {
    background-image: url('../images/Background-Pattern.png');
    background-size: 130%;
    background-repeat: repeat;
  }

  .header_wrapper {
    width: 90%;
    margin-top: 86px;
  }

  .h1_header {
    font-size: 45px;
  }

  .h3_text {
    font-size: 15px;
  }

  .cta_button {
    width: 60%;
  }

  .content_wrapper {
    width: 90%;
  }

  .h2_text {
    width: 100%;
    margin-top: 24px;
  }

  .h2_text.left {
    text-align: center;
  }

  .img_big {
    display: none;
    overflow: visible;
  }

  .book-img {
    max-width: 25vw;
    padding: 5px;
  }

  .footer_section-2 {
    background-position: 50% -530%, 50% 100%;
  }

  .footer_container {
    width: 90%;
  }

  .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }

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

  .background-video {
    height: 470px;
  }

  .nav-brand {
    width: 80%;
  }

  .nav-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-hamburger-btn {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    padding-bottom: 0px;
  }

  .content_section {
    background-repeat: repeat;
  }

  .header_wrapper {
    width: 90%;
    margin-top: 44px;
    margin-bottom: 56px;
  }

  .h1_header {
    font-size: 40px;
  }

  .h3_text {
    line-height: 1.4;
  }

  .cta_button {
    width: 80%;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .h2_text {
    font-size: 30px;
  }

  .h2_text.left {
    font-size: 30px;
  }

  .img_big {
    display: none;
  }

  .img_card {
    padding: 4px;
  }

  .column {
    padding-left: 10px;
  }

  .outer_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .book-img {
    max-width: 35vw;
  }

  .footer_section-2 {
    background-position: 50% 105%, 50% 100%;
  }

  .footer_container {
    width: 90%;
    padding-top: 20px;
  }

  .footer_wrapper {
    display: block;
  }

  .footer-logo {
    width: 100%;
  }

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

  .footer-link.v2 {
    display: inline;
  }

  .background-video {
    height: 50%;
  }

  .p-text {
    font-size: 14px;
    text-align: center;
  }

  .navbar-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-brand {
    width: 75%;
    padding-left: 0px;
  }

  .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #b42f2f;
    font-size: 15px;
  }

  .nav-hamburger-btn {
    font-size: 25px;
  }

  .blog_h2_text.tarot {
    font-size: 22px;
  }
}