@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Poppins';
  font-size: 0.75em;
  background: #000000;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 100%;
}

a {
  color: #fff;
}

a:visited {
  color: #eee;
}

a:hover {
  color: #df286d;
}

#backpack-downloads {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

#backpack-downloads small {
  font-size: 60%;
}

#generator-link {
  /* font-size: 150%; */
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

#solo-gen {
  font-size: 100%;
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

.button-red {
  --button-color-primary: #ee5566;
  --button-color-outline: #99334499;
  --button-color-highlight: #ff99aa;
  --button-color-shadow: #441111;
}

.button-blue {
  --button-color-primary: #4f9eb7;
  --button-color-outline: #4f9eb742;
  --button-color-highlight: #8ee4ff;
  --button-color-shadow: #273b4f;
}

.button-cyan {
  --button-color-primary: #3d8076;
  --button-color-outline: #3d807642;
  --button-color-highlight: #88b9b2;
  --button-color-shadow: ##0e3731;
}

.button-orange {
  --button-color-primary: #83b74f;
  --button-color-outline: #83b74f42;
  --button-color-highlight: #ccdfba;
  --button-color-shadow: #83b74f;
}

.alpha {
  font-size: 70%;
  display: inline-block;
  margin-top: 1.65em;
  margin-left: -2.75em;
  margin-right: 0.25em;
  color: #883a1c;
  transform: rotate(-15deg);
  font-weight: bold;
  text-shadow:
    #fff 0px 0px 3px,
    #fff 0px 0px 3px,
    #fff 0px 0px 3px,
    #fff 0px 0px 3px,
    #fff 0px 0px 3px,
    #fff 0px 0px 3px,
    #fff 0px 0px 3px;
}

.button-silver {
  --button-color-primary: #666;
  --button-color-outline: #44444499;
  --button-color-highlight: #ddd;
  --button-color-shadow: #444;
}

.button-backpack {
  --button-color-primary: #111;
  --button-color-outline: #11111177;
  --button-color-highlight: #191919;
  --button-color-shadow: #000;
  margin: 2px !important;
}

.button {
  background: var(--button-color-primary);
  color: #eee;
  margin-left: 0.5em;
  margin-right: 0em;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  text-decoration: none;
  text-shadow: 0px 0px 3px #00000099;
  box-shadow: var(--button-color-outline) 0px 0px 0px 3px;
  border-left: 1px solid var(--button-color-highlight);
  border-top: 1px solid var(--button-color-highlight);
  border-right: 1px solid var(--button-color-shadow);
  border-bottom: 1px solid var(--button-color-shadow);
  transition: 0.2s linear;
}

.button:hover {
  color: #fff;
  filter: brightness(120%) saturate(150%);
}

.button-disabled {
  opacity: 0.3;
}

.button-disabled:hover {
  filter: brightness(100%) saturate(100%) !important;
}

main {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}

section {
  overflow-y: hidden;
  overflow-x: hidden;
  transform-style: preserve-3d;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.no-parallax {
  background-color: #111;
  z-index: 999;
}

section h1 {
  text-align: center;
  font-size: 4rem;
  font-family: sans-serif;
}

.parallax h1 {
  width: 60%;
  font-size: 2rem;
}

.parallax::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  z-index: -1;
  background-size: 80%;
  background-position: center;
}

.bg::after {
  background-image: url(/images/bgl.jpg);
  background-size: cover;
}

.full-page {
  height: 100vh;
  margin-bottom: auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#banner {
  min-width: 50vw;
}

#banner img {
  width: 90%;
  /* max-width: 50%; */
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.dim1 {
  width: 100%;
  background: #00000055;
  text-align: center;
}

.dim {
  width: 100%;
  background: #99999911;
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 10px;
}

.feature-highlights {
  background: #00000044;
  display: flex;
  justify-content: center;
  flex-flow: column;
  max-width: 1080px;
}

#tiers-table {
  max-width: 820px;
  margin: 0em 2em;
}

#tiers-table h2 {
  text-align: center;
}

.flex-pair {
  display: flex;
  flex-flow: column;
  padding: 2em;
}

.flex-center {
  display: block;
  text-align: center;
  padding: 2em;
}

.flex-pair-r {
  display: flex;
  flex-flow: column-reverse;
  padding: 2em;
}

.flex-pair div {
  font-size: 120%;
  min-width: 300px;
  text-align: left;
}

.flex-pair-r div {
  font-size: 120%;
  min-width: 300px;
  text-align: left;
}

.flex-pair img {
  border-radius: 10px;
}

.flex-pair-r img {
  border-radius: 10px;
}

.flex-pair img {
  max-height: 300px;
  width: auto;
}

.flex-pair-r img {
  max-height: 300px;
  width: auto;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }

  section h1 {
    font-size: 8rem;
  }

  .parallax h1 {
    font-size: 4rem;
  }

  .flex-pair {
    display: flex;
    flex-flow: row;
    padding: 2em;
  }

  .flex-pair-r {
    display: flex;
    flex-flow: row;
    padding: 2em;
  }

  .flex-pair div {
    margin-right: 1em;
  }

  .flex-pair-r div {
    margin-left: 1em;
  }

  .flex-pair img {
    max-height: 400px;
    max-width: 600px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#titlebar {
  height: 100px;
  justify-content: center;
  top: -150px;
  background: #111;
  position: fixed;
  z-index: 100;
  width: 100vw;
  transition: 0.3s linear;
  display: flex;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
  filter: drop-shadow(0px 0px 5px #000);
}

#titlebar.show {
  z-index: 100;
  top: 0px;
  padding: 0;
}

#credits {
  display: block;
  text-align: center;
}

#list {}

#list ul {
  display: flex;
  list-style-type: none;
}

#list li {
  padding: 1em;
}

table {
  margin-top: 1em;
  border-collapse: collapse;
  width: 100%;
}

tr {
  border: solid;
  border-width: 1px 0;
  border-color: #333;
}

tr:first-child {
  border-top: none;
}

td,
th {
  margin: 0;
  padding: 0.25em 1em 0.25em 0em;
}

th {
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
  background: #11111188;
}

footer {
  padding-top: 1em;
  height: 150px;
  background: #090909;
  width: 100%;
  text-align: center;
}

footer a {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px;
  text-decoration: none;
  color: #e1e1e1;
}

footer a:hover {
  color: #df286d;
}

footer a:hover {
  color: #df286d;
}

footer a:hover svg {
  color: #df286d;
}

footer ul {
  margin: 0 0 1em 0;
  padding: 0;
}

footer li {
  list-style: none;
  display: inline;
  margin: 0 1em;
  padding: 0;
}

#social-links svg {
  color: #eee;
  margin-top: 1em;
  font-size: 300%;
}

#social-links-footer svg {
  margin-top: 0.25em;
  font-size: 150%;
}

#logo2e {
  -webkit-filter: drop-shadow(0px 0px 15px #111);
  filter: drop-shadow(0px 0px 15px #111);
}

@media (max-width: 768px) {
  #generator-link {
    font-size: 100%;
  }
  #trailer {
    width:320px; height: 180px;
  }
  #backpack-download-links {
    display: block;
    font-size:90%;
  }
}

@media (min-width: 768px) {
  #generator-link {
    font-size: 150%;
  }
  #trailer {
    width:640px; height: 360px;
  }
  #logo {
    animation: mymove 60s infinite;
  }

  @keyframes mymove {
    0% {
      filter: brightness(1.3) drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 80px hsl(0, 100%, 50%))  drop-shadow(0px 0px 20px #ff00bf) drop-shadow(0px 0px 50px #3597ff);
    }
    20% {
      filter: brightness(1.0) drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 80px hsl(200, 100%, 50%))  drop-shadow(0px 0px 20px #ff00bf) drop-shadow(0px 0px 50px #3597ff);
    }
    40% {
      filter: brightness(1.3) drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 80px hsl(400, 100%, 50%))  drop-shadow(0px 0px 20px #ff00bf) drop-shadow(0px 0px 50px #3597ff);
    }
    60% {
      filter: brightness(1.0) drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 80px hsl(200, 100%, 50%))  drop-shadow(0px 0px 20px #ff00bf) drop-shadow(0px 0px 50px #3597ff);
    }
    100% {
      filter: brightness(1.3) drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 80px hsl(0, 100%, 50%))  drop-shadow(0px 0px 20px #ff00bf) drop-shadow(0px 0px 50px #3597ff);
    }
  }
}
