.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #020204;
}

.nav_container {
  justify-content: center;
  display: flex;
}

.nav_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav_text:hover {
  border-bottom: 5px solid #e7b320;
}

.content_section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

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

.content_wrapper.article {
  width: 900px;
  padding: 40px 20px;
}

.card_main_container {
  z-index: 12;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 990px;
  position: relative;
  top: -75px;
}

.image-2 {
  width: auto;
  max-width: 55%;
  height: auto;
  margin-top: -15px;
  margin-bottom: 10px;
}

.h3 {
  color: #8f5407;
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  display: none;
}

.h3.article {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card {
  max-width: 32%;
  margin: 5px;
  text-decoration: none;
}

.image-3 {
  max-width: 80%;
}

.header_section-2 {
  background-color: #000;
  background-image: url('../images/tarot-bg_tower.png');
  background-position: 100% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 200px;
  padding-bottom: 200px;
}

.header_wrapper-2 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.header_wrapper-2.article {
  text-align: center;
  width: 900px;
  padding-top: 20px;
}

.quick-stack {
  padding-top: 60px;
  padding-bottom: 60px;
}

.c1 {
  flex-direction: column;
  place-content: flex-start center;
}

.h1-2 {
  color: #20e7e1;
  text-align: left;
  text-shadow: 0 2px #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 2px 5px #0003;
}

.animal-2 {
  display: none;
}

.footer_section.article {
  background-color: #222221;
}

.footer_wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer_text {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer_text.article {
  color: #fff;
}

.h2-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-3 {
  color: #20d0e7;
  text-align: center;
  text-shadow: 0 2px #fff;
  margin: 0 auto;
  padding-top: 0;
  font-family: Vollkorn, serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.1;
}

.main_card-3 {
  border: 0 solid #fff;
  max-width: 30%;
  margin: 40px 10px 10px;
  box-shadow: 0 2px 5px #0003;
}

.header_section-3 {
  background-color: #014613;
  background-image: url('../images/cc-bg.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.header_section-3.article {
  background-color: #000;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/bg-tarot1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 20px;
  padding-bottom: 0;
}

.content_image {
  border: 8px solid #fff;
  max-width: 80%;
  box-shadow: 0 2px 5px #0003;
}

.button-2 {
  text-align: center;
  background-color: #0059a2;
  border-bottom: 5px solid #00000045;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.button-2:hover {
  background-color: #003f72;
}

.image_container {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-text {
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
li {
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.h4 {
  color: #0059a2;
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.h4-sub {
  color: #0059a2;
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.p-text-aff {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .nav_container {
    justify-content: flex-end;
  }

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

  .nav_text:hover {
    border-bottom-color: #000;
  }

  .menu-button {
    background-color: #fff;
  }

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

  .icon {
    color: #000;
  }

  .content_wrapper, .content_wrapper.article {
    width: 90%;
  }

  .card_main_container {
    width: auto;
    top: -80px;
  }

  .h3 {
    font-size: 28px;
  }

  .card {
    max-width: 31%;
  }

  .image-3 {
    max-width: 100%;
  }

  .header_section-2 {
    background-image: url('../images/tarot-bg_tower.png');
    background-position: 55% 60%;
    background-size: 960px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header_wrapper-2 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .header_wrapper-2.article {
    width: 90%;
  }

  .c1 {
    font-size: 14px;
  }

  .h1-2 {
    margin-top: 10px;
    font-size: 60px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .footer_wrapper {
    width: 90%;
  }

  .h2-3 {
    font-size: 26px;
  }

  .h1-3 {
    font-size: 80px;
  }

  .main_card-3 {
    max-width: 30%;
    margin-bottom: 40px;
  }

  .header_section-3 {
    background-image: url('../images/cc-bg.jpg');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h4 {
    font-size: 24px;
  }

  .h4-sub {
    font-size: 20px;
  }
}

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

  .image-2 {
    max-width: 80%;
  }

  .h3 {
    font-size: 28px;
  }

  .card {
    max-width: 26%;
  }

  .header_section-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-tarot1.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .header_wrapper-2 {
    padding-bottom: 0;
  }

  .quick-stack {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .c1 {
    text-align: center;
    align-items: center;
  }

  .h1-2 {
    text-align: center;
    text-shadow: 0 2px #fff;
    font-size: 65px;
  }

  .h2-2 {
    text-align: center;
    font-size: 30px;
  }

  .c2 {
    align-items: center;
  }

  .animal-2 {
    max-width: 80%;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
  }

  .h2-3 {
    text-align: center;
    font-size: 25px;
  }

  .h1-3 {
    text-align: center;
    text-shadow: 0 2px #fff;
    font-size: 44px;
  }

  .main_card-3 {
    max-width: 45%;
  }

  .header_section-3 {
    background-image: url('../images/BACKGROUNDS-1920-x-1080-6.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .header_section-3.article {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/bg-tarot1.jpg');
    background-position: 0 0, 99%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
}

@media screen and (max-width: 479px) {
  .content_wrapper.article {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_main_container {
    top: -70px;
  }

  .image-2 {
    max-width: 90%;
    margin-top: 10px;
  }

  .h3 {
    margin-top: -20px;
    font-size: 24px;
    line-height: 40px;
  }

  .h3.article {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .card {
    max-width: 27%;
    margin: 0;
  }

  .image-3 {
    max-width: 95%;
    margin-bottom: 5px;
  }

  .header_section-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-tarot1.jpg');
    background-position: 0 0, 89% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .header_wrapper-2 {
    width: 95%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .quick-stack {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-2 {
    text-shadow: 0 1px #fff;
    font-size: 44px;
  }

  .h2-2 {
    box-shadow: none;
    font-size: 20px;
  }

  .animal-2 {
    max-width: 100%;
    margin-top: -10px;
    display: block;
  }

  .footer_text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h2-3 {
    font-size: 17px;
  }

  .h1-3 {
    text-shadow: 0 1px #fff;
    font-size: 33px;
  }

  .main_card-3 {
    float: none;
    border-width: 0;
    max-width: 70%;
  }

  .header_section-3 {
    background-image: url('../images/pattern_low_opacity-1.png'), none;
    background-position: 50%, 80% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .header_section-3.article {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-tarot1.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .content_image {
    border-width: 5px;
    max-width: 100%;
  }

  .h4 {
    font-size: 22px;
  }

  .h4-sub {
    font-size: 18px;
  }
}

#w-node-_61505816-329a-b10d-051a-61c161dafd30-f31370c3 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_61505816-329a-b10d-051a-61c161dafd31-f31370c3, #w-node-_61505816-329a-b10d-051a-61c161dafd36-f31370c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_61505816-329a-b10d-051a-61c161dafd30-f31370c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_61505816-329a-b10d-051a-61c161dafd31-f31370c3, #w-node-_61505816-329a-b10d-051a-61c161dafd36-f31370c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
