/*********
 * FONTS *
 *********/

@font-face {
  font-family: "TradeMarker";
  src: url("../fonts/TradeMarker-Bold.woff2") format("woff2"),
    url("../fonts/TradeMarker-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Gill Sans Std";
  src: url("../fonts/GillSansStd-Light.woff2") format("woff2"),
    url("../fonts/GillSansStd-Light.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Medium";
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"),
    url("../fonts/GillSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Matoran";
  src: url("../fonts/BIONRG__.woff2") format("woff2"),
    url("../fonts/BIONRG__.woff") format("woff");
}

.trademarker {
  font-family: "TradeMarker", Helvetica Now, Helvetica, Arial, sans-serif;
}

.matoran {
  font-family: "Matoran", "Gill Sans Std", Helvetica Now, Helvetica, Arial,
    sans-serif;
}

/*************
 * END FONTS *
 *************/

/*************
 * UNIVERSAL *
 *************/

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 240) #7300ff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #7300ff;
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 240);
  border-radius: 20px;
  border: 3px solid #7300ff;
}

* {
  font-family: "Gill Sans Std", Helvetica Now, Helvetica, Arial, sans-serif;
}

body {
  background-image: url("../img/BackgroundLight.webp");
  background-attachment: fixed;
  background-color: #0a0b08;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin: 0rem;
  box-sizing: border-box;
}

header,
header img {
  margin: auto;
  max-width: 75vw;
}

header img {
  cursor: pointer;
}

main {
  margin: auto;
  max-width: 100vw;
  color: whitesmoke;
  display: flex;
  flex-direction: column;
}

#bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -900;
}

main h1,
main h2,
main h3,
main h4,
main h1 a,
main h2 a,
main h2 span,
main h3 a,
main h3 em {
  font-family: "TradeMarker";
  letter-spacing: 0.125em;
  text-shadow: 2px 2px 0px #7300ff;
  text-transform: uppercase;
}

#countdown {
  margin: 0em;
  text-align: center;
}

.social {
	filter: drop-shadow(2px 2px 0px #7300ff);
}

main h4 {
  margin: 0em;
  text-align: center;
}

main h3 {
  text-shadow: 1px 1px 0px #7300ff;
}

h2 span.disabled {
  color: lightgray;
  user-select: none;
}

main h1,
main h2 {
  margin: 0em;
  text-align: center;
}

main h1.title {
  font-size: 2em;
}

main h1.separate {
  margin-top: 0.5em;
}

main table {
  margin-top: 1em;
}

main section {
  margin: 1.5em 0em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1em;
  padding: 1rem 10vw;
}

hr {
  margin: 0.75em 0em 0.5em 0em;
  margin-left: auto;
  margin-right: auto;
  width: 66.66vw;
  max-width: 640px;
  border: 1px solid white;
  box-shadow: 2px 2px 0px #7300ff;
}

div h2 {
  text-align: left;
}

div h3 {
  margin: 0em;
}


div p {
  font-weight: bolder;
  margin: 0.375em 0em;
}

.doomkotop {
  font-weight: bolder;
  margin: 0.375em 0em;
  text-shadow: 1px 1px 0px #7300ff, 0 0 5px #000, 0 0 10px #32006f, 0 0 15px #32006f;
}

.doomkotop h2 {
  text-shadow: 2px 2px 0px #7300ff, 0 0 5px #32006f, 0 0 10px #32006f, 0 0 15px #32006f;
}


main section:nth-of-type(even) {
  flex-flow: row-reverse nowrap;
}

main section:nth-of-type(odd),
main section:nth-of-type(odd) h2,
main section:nth-of-type(odd) h3,
main section:nth-of-type(odd) h3 a,
main section:nth-of-type(odd) p {
  text-align: right;
}

main div.doomkoto section:nth-of-type(even) {
  flex-flow: row nowrap;
}

main div.doomkoto section:nth-of-type(odd) {
  flex-flow: row-reverse nowrap;
}

main div.doomkoto section:nth-of-type(odd),
main div.doomkoto section:nth-of-type(odd) h2,
main div.doomkoto section:nth-of-type(odd) h3,
main div.doomkoto section:nth-of-type(odd) h3 a,
main div.doomkoto section:nth-of-type(odd) p {
  text-align: left;
}

main div.doomkoto section:nth-of-type(even),
main div.doomkoto section:nth-of-type(even) h2,
main div.doomkoto section:nth-of-type(even) h3,
main div.doomkoto section:nth-of-type(even) h3 a,
main div.doomkoto section:nth-of-type(even) p {
  text-align: right;
}

/*****************
 * END UNIVERSAL *
 *****************/

/************
 * ZOOMABLE *
 ************/

img.zoomable {
  max-width: 40%;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

img.zoomable:hover {
  transform: scale(1.015625);
  filter: brightness(1.05);
}

img.zoomable:active {
  transform: scale(0.984375);
  filter: brightness(0.95);
}

/****************
 * END ZOOMABLE *
 ****************/

main section.social {
  margin: 0em;
  margin-top: 1em;
  justify-content: center;
  gap: 2em;
}

main section.social a img {
  max-width: 2em;
}

main section div {
  min-width: calc(60% - 1em);
}

main section.social div {
  min-width: 0px;
  width: 176px;
  max-width: 176px;
}

main section.social div iframe {
  max-width: 176px;
}

main section p {
  font-size: larger;
}

a {
  color: whitesmoke;
  font-weight: bolder;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: lightgray;
}

a:active {
  color: darkgray;
}

/***************
 * ZOOM STYLES *
 ***************/

body .zoom {
  display: flex;
  opacity: 0%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.875);
  z-index: 20;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: none;
}

.zoom p {
  font-family: "Gill Sans Std", Helvetica Now, Helvetica, Arial, sans-serif;
  margin: 0.25em;
  padding: 0.25em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1875em;
  box-shadow: 0em 0em 0.25em 0.25em rgba(0, 0, 0, 0.75);
}

.zoom img {
  max-height: 90vh;
  max-width: 90vw;
  border-radius: 0.25em;
  margin: 0.5em;
}

span.exitSpan {
  position: absolute;
  top: 1em;
  right: 1.5em;
  max-width: 1em;
  max-height: 1em;
  font-size: 2em;
  line-height: 1em;
  border-radius: 50%;
  cursor: pointer;
  color: whitesmoke;
  transition: all 0.2s ease-in-out;
  opacity: 0.75;
}

span.exitSpan:hover {
  color: lightgray;
  transform: scale(1.03125);
}

span.exitSpan:active {
  color: darkgray;
  transform: scale(0.9875);
}

/**********************
 * POSTER PAGE STYLES *
 **********************/

body main section.posters,
body main section.posters:nth-of-type(odd) {
  all: initial;
  margin-top: 1em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}

section.posters img.zoomable {
  margin-top: 0.5em;
  width: 27.5%;
  margin-bottom: 1em;
}

#bs01-logo,
#mod-logo {
  position: fixed;
  z-index:2;
}

#bs01-logo:hover,
#bs01-logo:active,
#mod-logo:hover,
#mod-logo:active {
  cursor: pointer;
  filter: brightness(0.75);
}

#bs01-logo {
  top: 0;
  left: 0;
}

#mod-logo {
  top: 0;
  right: 0;
}

footer {
  margin: 0em;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0px #7300ff, 0 0 5px #32006f, 0 0 10px #32006f;
}

h1 a {
  cursor: pointer;
}

div.zoom {
  max-width: 100%;
  max-height: 100%;
}

div.zoom video {
  max-width: 80%;
  max-height: 80%;
}

div.zoom iframe {
  width: 80vw;
  height: calc(80vw * 9 / 16);

  max-width: 1920px;
  max-height: 1080px;
}

div.center {
  text-align: center;
}

.first_blurb,
.second_blurb,
.twenty_blurb,
.bohrok_blurb,
.mol_blurb {
  margin-bottom: -4rem;
}

.first_blurb {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.625) 100%
    ),
    url("../img/8102019bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.first_blurb div h2 {
  text-shadow: 2px 2px 0px darkcyan !important;
}

.first_blurb h3,
.first_blurb h3 a {
  text-shadow: 1px 1px 0px darkcyan !important;
}

.first_blurb p {
  font-weight: bolder;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000 !important;
}

.second_blurb {
  background-image: url("../img/8102020bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.second_blurb div h2 {
  text-shadow: 2px 2px 0px orangered !important;
}

.second_blurb h3,
.second_blurb h3 a {
  text-shadow: 1px 1px 0px orangered !important;
}

.second_blurb p {
  font-weight: bolder;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000 !important;
}

.twenty_blurb {
  background-image: url("../img/8102021bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.twenty_blurb h2 {
  text-shadow: 2px 2px 0px saddlebrown !important;
}

.twenty_blurb h3,
.twenty_blurb h3 a {
  text-shadow: 1px 1px 0px saddlebrown !important;
}

.twenty_blurb p {
  text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000 !important;
}

.bohrok_blurb {
  background-image: url("../img/8102022bg.webp");
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.bohrok_blurb h2 {
  text-shadow: 2px 2px 0px olivedrab !important;
}

.bohrok_blurb h3,
.bohrok_blurb h3 a {
  text-shadow: 1px 1px 0px olivedrab !important;
}
.bohrok_blurb p {
  text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000 !important;
}


.mol_blurb {
  background-image: url("../img/8102023bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.mol_blurb h2 {
  text-shadow: 2px 2px 0px goldenrod;
}

.mol_blurb h3,
.mol_blurb h3 a {
  text-shadow: 1px 1px 0px goldenrod !important;
}

.mol_blurb p {
  text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000 !important;
}

.metru_blurb {
  background-image: url("../img/8102024bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.metru_blurb h2 {
  text-shadow: 2px 2px 0px goldenrod;
}

.metru_blurb h3,
.metru_blurb h3 a {
  text-shadow: 1px 1px 0px goldenrod !important;
}

.metru_blurb p {
  text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000 !important;
}

.press_kit {
  margin-top: 0rem;
}

.metrukoto_blurb {
  background-image: url("../img/8102025bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.metrukoto_blurb h2 {
  text-shadow: 2px 2px 0px #929928 !important;
}

.metrukoto_blurb h3,
.metrukoto_blurb h3 a {
  text-shadow: 1px 1px 0px #929928 !important;
}

.metrukoto_blurb p {
  text-shadow: 0px 0px 2px #929928, 0px 0px 4px #000000 !important;
}

div.metrukoto section {
  margin: 0rem;
  padding: 0rem;
}

.doomkoto_blurb {
  margin-top: 6rem;
  margin-bottom: 0rem;
}

div.doomkoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 10vw;
  -webkit-mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

div.doomkoto section {
  margin: 0rem;
  padding: 0rem;
}

@media screen and (max-width: 843px) {
  * {
    max-width: 100vw;
  }

  body {
    max-width: 100vw;
  }

  main {
    max-width: 100vw;
  }

  main h1 {
    font-size: 1.5em;
  }

  main h2 {
    font-size: 1em;
  }

  main section,
  main section:nth-of-type(odd),
  main section:nth-of-type(even) {
    margin: 0rem;
    flex-flow: column nowrap;
    text-align: left;
  }

  main section.social {
    margin: auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem;
    width: 80vw;
  }

  main section.social a img {
    max-width: 1.5rem !important;
  }

  main section img {
    max-width: 50%;
  }

  main section div {
    min-width: 100%;
  }

  main section div h2:first-of-type {
    margin-top: 0em;
  }

  main section div h3 {
    font-size: 0.9375em;
  }

  section.posters img.zoomable {
    width: 45%;
  }

  .metrukoto div {
    min-width: 0rem;
  }

  .second_blurb,
  .twenty_blurb,
  .bohrok_blurb,
  .mol_blurb,
  .metru_blurb,
  .metrukoto_blurb,
  .doomkoto {
    margin-top: -5rem !important;
  }
  
  img.zoomable {
	width: 400px;
    max-width: 500px;
  }
  
  header {
    max-width: 85vw;
  }
  
  div.container {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-top: 56.25%;
  }

  iframe.responsive-iframe {
      padding-top: 7%;
      padding-left: 13%;
      padding-bottom: 10%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 75%;
      height: 75%;
      border: none;
  }
}
