@font-face {
  font-family: Wtsolaire;
  src: url('../fonts/WTSolaire-TextRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wtarthas Engraved;
  src: url('../fonts/WTArthas-Engraved.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  background-color: red;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.container.supa {
  background-color: #0000;
  height: auto;
  overflow: visible;
}

.section {
  background-color: #fbff00;
}

.navi_desk {
  float: left;
  clear: left;
  background-color: #000;
  width: 100%;
  height: 7%;
  position: static;
}

.navi_desktop_left {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading {
  color: #fff;
  width: 45%;
}

.heading-2 {
  float: left;
  color: #fff;
  text-align: left;
  letter-spacing: 20px;
  -webkit-text-stroke-color: #fff;
  width: 45%;
  margin-left: 20px;
  font-family: Wtsolaire, Times New Roman, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: static;
}

.link {
  float: right;
  clear: none;
  color: #fff;
  text-align: right;
  mix-blend-mode: normal;
  margin-top: 35px;
  margin-left: 40px;
  margin-right: 20px;
  font-family: Wtsolaire, Times New Roman, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.link:hover {
  opacity: .08;
}

.main_content {
  float: left;
  clear: left;
  text-align: left;
  background-color: #000;
  width: 100%;
  height: auto;
  min-height: auto;
  margin: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  position: static;
  inset: 0%;
}

.footer {
  float: left;
  clear: left;
  background-color: #000;
  width: 100%;
  height: 80px;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.body {
  background-color: #000;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 33px;
  font-family: Wtarthas Engraved, Times New Roman, sans-serif;
  font-weight: 400;
}

.about_content {
  background-color: #a3141400;
  width: 100%;
  height: auto;
  margin: 0 0%;
  line-height: 30px;
  display: none;
}

.paragraph {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 25% 25% 26%;
  font-family: Wtsolaire, Times New Roman, sans-serif;
  font-size: 24px;
  display: block;
}

.home_content {
  background-color: #0000;
  background-image: url('../images/AfterlightImage.JPG');
  background-position: 50% 80%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  position: static;
}

.ad_content {
  width: 100%;
  min-height: auto;
}

.image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 15px;
  }

  .link {
    margin-left: 0;
    margin-right: 10px;
    font-size: 12px;
    line-height: 28px;
  }

  .home_content {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 767px) {
  .navi_desk {
    height: 10%;
  }

  .heading-2 {
    width: 90%;
    font-size: 39px;
  }

  .link {
    float: left;
    clear: right;
    text-align: center;
    margin-top: -10px;
    margin-left: 40px;
    margin-right: 20px;
  }

  .home_content {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .container.supa {
    position: static;
  }

  .heading-2 {
    letter-spacing: 10px;
    font-size: 22px;
  }

  .link {
    margin-left: 15px;
    margin-right: 0;
    font-size: 10px;
  }

  .home_content {
    background-position: 50% 0;
    background-size: auto;
  }
}


@font-face {
  font-family: 'Wtsolaire';
  src: url('../fonts/WTSolaire-TextRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wtarthas Engraved';
  src: url('../fonts/WTArthas-Engraved.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}