* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }
  body.fe {
    background: black; }
  body #register h2 {
    color: whitesmoke;
    font-weight: 300; }
    body #register h2 strong {
      font-weight: 500; }
  body #showbox #rex .input-cat .imgbx img {
    filter: invert(1);
    width: 50px;
    height: auto; }

body.be {
  background: grey; }
  body.be #showmenumbers {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: 10px;
    right: 10px;
    width: 250px;
    height: 100px;
    border: 1px solid #666; }
    body.be #showmenumbers p {
      font-family: "Abel", sans-serif;
      width: 100%;
      font-size: 130%;
      text-align: center;
      line-height: 50px;
      color: whitesmoke; }
      body.be #showmenumbers p strong {
        color: #d0e34d; }
  body.be #showbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    min-width: 400px;
    max-width: 1280px;
    padding: 50px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px) saturate(85%);
    -webkit-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75); }
    body.be #showbox #rex {
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      body.be #showbox #rex .input-cat {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0px 10px 30px; }
        body.be #showbox #rex .input-cat.music p {
          flex: 1 0 100%;
          text-align: center;
          color: #888;
          font-size: 110%;
          font-family: "Abel", sans-serif;
          margin: 10px 30px; }
        body.be #showbox #rex .input-cat.music .imgbx {
          width: 30px;
          left: 5px;
          bottom: -10px;
          filter: invert(0); }
          body.be #showbox #rex .input-cat.music .imgbx img {
            width: 30px;
            height: auto;
            opacity: 0.5; }
        body.be #showbox #rex .input-cat h3 {
          position: absolute;
          flex: 1 0 100%;
          font-family: 'BenchNine', sans-serif;
          color: black;
          bottom: 0;
          right: 10px;
          line-height: 70px;
          text-align: right;
          text-transform: uppercase;
          font-size: 400%;
          z-index: 10; }
        body.be #showbox #rex .input-cat .imgbx {
          position: absolute;
          width: 100px;
          left: 30px;
          z-index: 10;
          top: 50%;
          transform: translate(0, -50%);
          filter: invert(1); }
          body.be #showbox #rex .input-cat .imgbx img {
            width: 50px;
            height: auto;
            opacity: 0.85;
            margin-right: 10px; }
        body.be #showbox #rex .input-cat .tags {
          position: relative;
          flex: 1 0 50%;
          background: rgba(100, 1, 50, 0.35);
          height: 70px;
          overflow: hidden;
          align-self: center;
          opacity: 1; }
          body.be #showbox #rex .input-cat .tags .fill {
            position: absolute;
            top: 0;
            left: 0;
            transform: scaleX(0.5);
            transform-origin: left;
            width: 100%;
            height: 100%;
            background-color: #d0e34d;
            transition: transform 2s ease 0s; }
          body.be #showbox #rex .input-cat .tags.music {
            background: #444;
            height: 10px; }
            body.be #showbox #rex .input-cat .tags.music .fill {
              background-color: #888; }
        body.be #showbox #rex .input-cat input {
          display: none;
          -webkit-appearance: none;
          appearance: none;
          flex: 1 0 50%;
          pointer-events: none; }
  body.be #saturatebox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body.be #saturatebox .left {
      position: absolute;
      width: 20%;
      height: 100%;
      left: 0;
      top: 0;
      backdrop-filter: grayscale(75%); }
    body.be #saturatebox .right {
      position: absolute;
      width: 20%;
      height: 100%;
      right: 0;
      top: 0;
      backdrop-filter: grayscale(75%); }
  body.be #vidbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    /*&.active {
                video {
                    opacity:0.5;
                    transition:10s;
                }
            }*/ }
    body.be #vidbox video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.75;
      width: auto;
      height: auto;
      min-width: 100vw;
      min-height: 100vh; }
  body.be #canvas {
    position: fixed;
    left: 50%;
    top: -150%;
    width: 50%;
    height: 200%;
    z-index: -1;
    opacity: 0.85;
    /* transform: scale(-1, 1); */
    -webkit-box-reflect: below;
    backdrop-filter: saturate(80%); }
  body.be #canvasX {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    backdrop-filter: blur(3px) saturate(110%); }
  body.be #readystate {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.85;
    backdrop-filter: blur(10px) saturate(80%); }
    body.be #readystate p {
      flex: 1 0 100%;
      font-family: 'BenchNine', sans-serif;
      text-transform: uppercase;
      font-size: 200%;
      color: #d0e34d;
      text-align: center;
      margin: 30px auto; }
    body.be #readystate img {
      flex: 1 0 100%;
      max-width: 600px;
      height: auto; }
    body.be #readystate.active {
      opacity: 0;
      pointer-events: none;
      transition: 5s; }

body.fe #register {
  margin: 25px auto;
  width: 280px;
  padding: 25px 25px 0px 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #d0e34d;
  -webkit-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75); }
  body.fe #register h3 {
    font-family: "Abel", sans-serif;
    font-size: 80%;
    color: #d0e34d;
    text-align: center; }

body.fe #difference {
  position: relative;
  margin: 10px auto;
  width: 280px;
  border: 1px solid #666;
  padding: 10px;
  box-sizing: border-box; }
  body.fe #difference p {
    text-align: center;
    font-family: "Abel", sans-serif;
    color: #888;
    font-size: 80%; }

body.fe #showbox {
  margin: 50px auto;
  width: 90%; }
  body.fe #showbox #rex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    body.fe #showbox #rex .input-cat {
      width: 80%;
      margin: 3px auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      transform: translateX(-20px); }
      body.fe #showbox #rex .input-cat h3 {
        flex: 1 0 100%;
        font-family: "Abel", sans-serif;
        color: whitesmoke;
        font-size: 90%;
        text-align: center;
        transform: translateX(20px); }
      body.fe #showbox #rex .input-cat p {
        color: #666;
        font-family: "Abel", sans-serif;
        text-align: center;
        margin: 10px auto; }
      body.fe #showbox #rex .input-cat .imgbx {
        flex: 0 0 40px; }
        body.fe #showbox #rex .input-cat .imgbx img {
          width: 30px;
          height: auto;
          margin-right: 10px;
          opacity: 0.5; }
      body.fe #showbox #rex .input-cat input {
        flex: 1 0 50%; }
    body.fe #showbox #rex .spacer {
      width: 100%;
      height: 50px; }
    body.fe #showbox #rex #submitbutton {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      flex: 1 0 100%;
      background: #d0e34d;
      color: #222;
      height: 50px;
      font-family: "BenchNine", cursive;
      text-align: center;
      line-height: 50px;
      border: 1px solid black;
      outline: 1px solid #d0e34d; }

body.fe #readystate {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 150%;
  width: 100vw;
  height: 100vh;
  background: black;
  color: #d0e34d;
  opacity: 0.85;
  backdrop-filter: blur(10px) saturate(80%); }
  body.fe #readystate.active {
    opacity: 0;
    pointer-events: none;
    transition: 5s; }
