:root {
  --header: #010018;
  --header-transparent: #010018b8;

  --body: #010018;

  --about-green: #001812;
  --about-transparent-green: #001812b8;
  --about-light-green: #002e1c;
  --about-scrollbar-green: #002a1f #00181200;


  --scrollbar-color: #04004969 #01001800;
  --scrollbar-color-white: #08018669 #08018600;


  --button: #00ffba;
  --button-hover: #00e0a5;
  --button-active: #00e9ab;


  --selection: #00ffba;


  --link: #00ffba;
  --link-hover: #00ccff;
  --link-selection: #00ccff;

  --link-text-hover: #00ffba;
  --link-text-hover-sub: #00a075;

  --link-background-hover: #00ffba23;
  --link-background-outline-active: #00ffba;


  --text-highlight: #00ccff;
  --text-highlight-selection: #005368;


  --popup-modal: #02002e;
  --popup-modal-close: #02002e9e;
  --popup-modal-close-hover: #02002ec2;



  /* Halloween */
  /* --header: #4E0300;
  --header-transparent: #4E0300b8;

  --body: #5E2600;

  --about-green: #001812;
  --about-transparent-green: #001812b8;
  --about-light-green: #002e1c;
  --about-scrollbar-green: #002a1f #00181200;


  --scrollbar-color: #49000069 #18000000;

  
  --button: #ff8000;
  --button-hover: #e87400;
  --button-active: #ed7600;
  

  --selection: #ff5e00;


  --link: #ff7f36;
  --link-hover: #ff0000;
  --link-selection: #55ff00;

  --link-text-hover: #ff8000;
  --link-text-hover-sub: #ffa500;

  --link-background-hover: #ff800023;
  --link-background-outline-active: #ff8000;

  
  --text-highlight: #ff0000;
  --text-highlight-selection: #680000;


  --popup-modal: #2e0000;
  --popup-modal-close: #2e00009e;
  --popup-modal-close-hover: #2e0000c2; */



  /* Neutral */
  --interact-hover: #ffffff13;
  --interact-active: #ffffff03;
}



.body {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body .header {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body .header_shadow {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body .content {
  height: auto;
  margin: 100px auto 0px auto;
}

.body .products-untap {
  display: none;
  height: 150%;
  left: -50%;;
  position: fixed;
  top: -50%;
  width: 200%;
  z-index: 4;
}

.body .sidebar-untap {
  background-color: #00000054;
  display: none;
  height: 150%;
  left: -50%;;
  position: fixed;
  top: -50%;
  width: 200%;
  z-index: 4;
}

.body .language-untap {
  display: none;
  height: 150%;
  left: -50%;;
  position: fixed;
  top: -50%;
  width: 200%;
  z-index: 3;
}
 
.body .fade-opening {
  align-items: center;
  background-color: #010018;
  /* background-color: #180000; */ /* Halloween */
  display: flex;
  height: 150%;
  justify-content: center;
  left: -50%;
  position: fixed;
  top: -50%;
  width: 200%;
  transition-duration: 1s;
  z-index: 15;
}

.body .socials-untap {
  align-items: center;
  display: none;
  height: 200%;
  left: -50%;
  justify-content: center;
  position: fixed;
  top: -50%;
  width: 200%;
  z-index: 4;
}

.body .popup-remove {
  align-items: center;
  display: none;
  height: 150%;
  justify-content: center;
  left: -50%;
  position: fixed;
  top: -50%;
  width: 200%;
  transition-duration: .5s;
  z-index: 5;
}



@media only screen and (max-width: 799px) {
  
}



@media only screen and (min-width: 800px) {
  .body .black {
    background-color: #00000000;
    height: 0px;
    width: 0px;
  }
}