:root {
  --white: white;
  --black: black;
}

.section {
  background-image: url('../images/mermaidbg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
}

.section.title {
  background-position: 50% 100%;
  padding-bottom: 20px;
}

.nav_bar {
  background-color: #151515;
  display: flex;
}

.nav_link {
  color: #fff;
  font-weight: 700;
}

.nav_link:hover {
  color: #fff;
  background-color: #f80;
}

.heading {
  color: #fff;
  text-align: left;
  text-shadow: 1px 3px 1px rgba(0, 0, 0, .2);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.heading.article {
  text-align: center;
  margin-top: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, .69);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
}

.heading-2.article {
  text-align: center;
  margin-top: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
}

.container {
  max-width: 1000px;
  margin-bottom: 40px;
  padding: 20px 10px 60px;
}

.heading-3 {
  color: #000;
  text-align: center;
  text-shadow: 0 0 11px #fff;
  background-color: #ffea00;
  background-image: url('../images/light-golden-background-plain-golden.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  border: 3px solid #f8ec7e;
  border-radius: 0 0 20px 20px;
  margin: 0 40px;
  padding: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.container-2 {
  text-align: center;
  max-width: 800px;
  margin-top: -80px;
}

.container-2.article {
  max-width: 800px;
  margin-top: 0;
}

.section-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-2.article {
  background-image: none;
}

.image {
  opacity: 1;
  border-radius: 9px;
  width: 195px;
  margin-left: -40px;
  margin-right: -40px;
  display: block;
  transform: rotate(0);
  box-shadow: 0 13px 8px -4px rgba(0, 0, 0, .12);
}

.image.card1 {
  width: 28%;
  max-width: 28%;
  margin-top: 110px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-30deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card2 {
  width: 28%;
  max-width: 28%;
  margin-top: 55px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-20deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card3 {
  width: 28%;
  max-width: 28%;
  margin-top: 20px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-10deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card4 {
  z-index: 5;
  width: 28%;
  max-width: 28%;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card5 {
  z-index: 3;
  width: 28%;
  max-width: 28%;
  margin-top: 20px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(10deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card6 {
  z-index: 2;
  width: 28%;
  max-width: 28%;
  margin-top: 55px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(20deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card7 {
  z-index: 1;
  flex: 0 auto;
  order: 0;
  width: 28%;
  max-width: 28%;
  margin-top: 110px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(30deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.div-block {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: visible;
}

.footer_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_text {
  text-align: center;
}

.div-block-2 {
  max-width: none;
}

.image-2 {
  border-radius: 6px;
  order: 0;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 21px;
  display: flex;
}

.heading-4 {
  color: #623526;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.paragraph {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.link-block-2 {
  color: #fff;
  background-color: #5b0a26;
  background-image: linear-gradient(#bb2a2a, #770d0d);
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
  box-shadow: 0 6px 7px rgba(0, 0, 0, .33);
}

.text-block {
  text-shadow: 0 2px rgba(0, 0, 0, .41);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.columns {
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  margin-top: -63px;
}

.text-span {
  color: #f8662a;
}

.image-5 {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.banner_ad {
  background-color: #ececec;
  max-width: 100%;
  height: 280px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-4 {
  background-color: #ececec;
  max-width: 100%;
  height: 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-3 {
  background-image: url('../images/mermaidbg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-3 {
  text-align: center;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 47px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-8 {
  color: #000;
  text-align: center;
  background-color: #ffcf41;
  border-radius: 20em;
  padding: 5px 15px;
  font-weight: 700;
  display: inline-block;
}

.image-6 {
  max-width: 35%;
  margin-top: 10px;
}

.image-7 {
  z-index: 0;
  display: inline-block;
  position: relative;
  top: -70px;
}

.div-block-10 {
  float: right;
  margin-top: 0;
  display: inline-block;
}

.div-block-9 {
  background-color: #f6f1ef;
  width: 50%;
  height: 5px;
  margin-right: 0;
  padding-right: 0;
}

.div-block-7 {
  float: right;
}

.div-block-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8px;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.text-block-3 {
  float: none;
  color: #f6f1ef;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.div-block-5 {
  background-color: rgba(246, 241, 239, .42);
  flex-direction: row;
  align-items: center;
  height: 5px;
  display: block;
}

.text-block-4 {
  float: none;
  color: #f6f1ef;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  display: block;
}

.text-block-5 {
  color: #f6f1ef;
  text-align: left;
  padding-top: 5px;
  font-size: 21px;
  font-weight: 400;
}

.div-block-12 {
  float: right;
  width: 70px;
  min-width: auto;
  height: 70px;
  min-height: auto;
  margin-right: 20px;
  padding-right: 0;
}

.image-8 {
  z-index: 50;
  position: relative;
}

.div-block-6 {
  float: left;
}

.div-block-13 {
  padding: 30px 20px 30px 30px;
}

.image-9 {
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: -5px;
}

.div-block-14 {
  background-image: url('../images/mandala-min-1.png'), url('../images/bgbrown.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, 100% 100%;
  border-radius: 12px;
}

.heading-9 {
  color: #f6f1ef;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.container-4 {
  max-width: 1000px;
}

.image-10 {
  width: 100%;
  margin-top: 30px;
  display: block;
}

.div-block-15 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-6 {
  color: #412a12;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-block-3 {
  max-width: 40px;
}

.fb {
  background-color: #cedeff;
  min-height: 30px;
  margin-top: 40px;
}

.text-span-2 {
  color: #ffde00;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
  position: relative;
}

.image-11 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-7 {
  z-index: 5;
  color: #000;
  text-shadow: 0 2px #fff9d8;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  position: static;
  top: 15px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-18 {
  background-image: url('../images/pngwing.com-26_11zon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 76% 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.bold-text {
  text-shadow: none;
}

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

.heading-10 {
  color: #fff;
  margin-top: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

@media screen and (max-width: 991px) {
  .nav_bar {
    display: block;
  }

  .nav-menu {
    background-color: #071a41;
  }

  .menu-button {
    background-color: rgba(206, 193, 193, 0);
  }

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

  .icon {
    color: #fff;
  }

  .heading-2 {
    line-height: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    margin-top: -59px;
  }

  .footer_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #2f0a32;
  }

  .heading {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-2.article {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .section-2 {
    padding-bottom: 20px;
  }

  .image.card1 {
    margin-top: 60px;
  }

  .image.card2 {
    margin-top: 30px;
  }

  .image.card3, .image.card5 {
    margin-top: 10px;
  }

  .image.card6 {
    margin-top: 30px;
  }

  .image.card7 {
    margin-top: 60px;
  }

  .div-block-3 {
    margin-top: 23px;
  }

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

  .image-6 {
    max-width: 40%;
  }

  .div-block-17 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-7 {
    max-width: 80%;
    font-size: 26px;
    line-height: 30px;
    top: 12px;
  }

  .div-block-18 {
    background-size: 85% 100%;
  }

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

  .heading-10 {
    font-size: 24px;
    line-height: 30px;
  }
}

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

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-2 {
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 46px;
    line-height: 50px;
  }

  .heading-2.article {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-3 {
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block {
    overflow: visible;
  }

  .div-block-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 33px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 20px;
    line-height: 27px;
  }

  .columns {
    display: block;
  }

  .image-3 {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    text-align: center;
    margin-top: 20px;
  }

  .image-4 {
    margin-top: -45px;
  }

  .section-3 {
    padding-top: 0;
  }

  .heading-5 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-7 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 46px;
  }

  .heading-8 {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .image-6 {
    max-width: 70%;
    margin-top: 20px;
  }

  .div-block-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .div-block-11 {
    margin-top: 18px;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-7 {
    font-size: 23px;
    line-height: 27px;
  }

  .div-block-18 {
    background-size: 100% 100%;
  }

  .heading-10 {
    text-align: center;
  }
}
