:root {
  --textSize: 1.3em;
}

html, body {
  overflow-x: hidden;
}

body{
  margin: 0px;
  background-color: #f3a700;
  color: #ffffff;
  font-family: roboto-mono, monospace;
  font-weight: 300;
  user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
  font-display: swap;
  transition: background-color 0.3s linear; 
}

#allPplDiv{
  background-image: url(); 
  display: none;
  background-size: 100% auto;
}

h1{
  margin-left: 20px;
}


.downText{
  transform: translateY(3px);
  /*filter: blur(4px);*/
}

form{
  margin-left: -10px;
      margin-top: -4px;
    width: calc(100% - 10px);
}

#container{
  height: 1px;
  width: 700px; 
  margin: auto;
  /*text-align:center;*/
  overflow: hidden;
  position: initial;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

input[type=text], select {
    width: 75%;
    padding-left: 10px;
    background-color: #00000038;
    border-radius: 3px;
    height: 2em;
    margin: 8px 0;
    margin-top: -16px;
    display: inline-block;
    color: white;
    border: none;
    font-size: large;
    font-family: 'roboto-mono';
    font-weight: 300;
    font-style: italic;
}

#formSubmit{
  float: right;
  margin: 5px 0;
}

#formSubmit:hover{
  filter: brightness(0.8);
}

::placeholder {
  color: white;
  font-size: large;/*1.6em;*/
  opacity: 1; /* Firefox */
  overflow: visible;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
 font-size: large;/*1.6em;*/
 overflow: visible;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
 font-size: large;/*1.6em;*/
 overflow: visible;
}

.rangeSlider{ 
  width: 90%; 
  margin:auto;
  margin-top: 60px;
  padding: 20px;
} 

#sliderRange{
  width: 100%;
}

#minlabel, #maxlabel, #demo, #oestrogene{
   margin-top: -80px;
   font-size: large;
   font-weight: 300;
}
  
.myslider { 
    -webkit-appearance: none;
    background-color: white;
    width: 100%;
    height: 5px;
    opacity: 2;
    margin: 0; 
    position: relative;
   } 
  
  
.myslider::-webkit-slider-thumb { 
    -webkit-appearance: none; 
    cursor: pointer; 
    background: #f3f3f3; /*#6a9e97; #326B50; #afc4ff; #5E61B8; #333333; #34495E;*/
    width: 40px; 
    height: 40px;
  border-radius:40px;
  border: 0px;
  box-shadow: 0px 5px 8px -2px #000000;
  outline:none;
} 
  
  
.myslider:hover { 
    opacity: 1; 
} 

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
  outline-width: 0px;
}

.datalist{
  display:contents;
  /*font-size: 0.5em;*/
  width: 100%;
  padding: 0px;
  margin-top: -24px;
  margin-bottom: 0px;
}

#maxlabel{
  position: relative;
  float: right;
}

#minlabel{
  position: relative;
  float: left;
}

#currentWordContainer{
  position: absolute;
  /*perspective: 1000px;
  perspective-origin: 50% 50%;*/
  width: inherit;
  top: 18%;
}

.contentBit, #country{
  position: absolute;
  top: 16%;
  font-size:1.7em;
  font-weight: 300;
  width: inherit;
  user-select: none;
  z-index: 1;
  text-align: left;
  transition: transform 0.1s linear; 
}

#specialCanvas{
  /*width: 100%;
  height: 100%;
  background-color:white;*/
  position: absolute;
  z-index: -2;
  top: 0px;
  object-fit: contain;
}

#answerCanvas{
  /*visibility: hidden;
  mix-blend-mode: hue;*/
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0);
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity 0.5s;
  object-fit: contain;
}

#allPplCanvas{
  background-color:lightblue;
  height: 2000px;
  display: none;
  position: relative;
  /*display:none;*/
  z-index: -2; 
  /*margin-top: -2px;
  object-fit: contain;*/
}

#introCanvas{
  display: inherit;
  position: relative;
  display:none;
  z-index: -2; 
  /*object-fit: contain;*/
}

#demo, #oestrogene{
  text-align: center;
  display: block;
}

#demo{
  margin-top: -91px;
}

p{
  padding: 20px;
}

#pixelTrigger{
  cursor: pointer;
display: inherit;
width: 100%;
height: 100%;
z-index: 999;
position: fixed;
top: 0px;
left: 0px;
}

#country{
  position: fixed;
  visibility: hidden;
  padding: 20px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
} 

#countrySpan, #genderSpan, #healthSpan, #lifeExSpan, #workSpan{font-weight: 900; /*background-color: white;*/}

#countrySpan{
  color: #ffb000;
}

.country {
  fill: white; /*rgb(78, 179, 126); 
  stroke: #ffb000;*/
  stroke: "rgba(255,255,255,1)";
  stroke-width: 1px;
}

.graticule {
  left: 0px !important;
  top: 0px !important;
  fill: none;
  stroke: rgb(78, 179, 126);
  stroke-opacity: .3;
  stroke-width: 0px;
  mix-blend-mode: screen;
}

.graticule-outline {
  left: 0px !important;
  top: 0px !important;
  fill: none;
  opacity: 1;
  z-index: -10;
  /*stroke: white;
  stroke-width: 5px;
  mix-blend-mode: screen;*/
}

#subheadline{
  opacity: 0;
  width: inherit;
  font-weight: 500;
  /*text-align: center;
  padding: 0px;*/
  position: absolute;
  bottom: 6%;
  margin: auto;
  font-size: large;/*var(--textSize);*/
  color: #37469a;
  transition: opacity 1s;
}

.genderBar{
  position: absolute;
  margin: 0px;
  height: 1px;
  /*transition-timing-function: ease-in-out;*/
  transition: height 2s;
  -webkit-transition: height 2s;
  background-color: white;

}

#canvasses{
    width: 100%;
    overflow-x: hidden;
}

.question, .element{
    border-radius: 5px;
}

.question{
    font-size: 1.6em;
    font-weight: 200;
    color: white;
    position: fixed;
    top: 52%;
    padding: 20px;
    width: inherit;
    z-index: 1;
}

.answer{
    padding-top: 3px;
    /*padding-left: 7px;*/
    margin-left: 0px;
    overflow: hidden;
    margin-top:10px;
    cursor: pointer;
    height: 35px;
    border-bottom: 2px solid #ffffff;
    /*background-color: rgba(255,255,255,1);*/
    animation: answerCreate 0.7s ease-in;
}

.answer:hover{
  /*filter: brightness(1.2);*/
  font-weight: 600;
}

.answer:active{
  transform: translateY(3px);
}

a{
  color: white;
}

@keyframes answerCreate {
    0% {
        opacity: 0;
        /*transform: translateY(-20px);*/
    }
    100% {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}

.answerfill{
  background-color: white;/*lightblue;*/
  width: 100%;
  height: inherit;
  /*margin-top: -40px;*/
  border-radius: 0px;
  background-color: #93946069;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /*margin-left: -7px;*/
  -webkit-transition: width 0.5s cubic-bezier(.38,.37,.84,1.33);
}

#glow{
  opacity: 0;
  position: fixed;
    z-index: 0;
    /*top: calc(70% - 10px);
    left: calc(50% - 5px);*/
    background-color: #bcad9e;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
    box-shadow: 0 0 60px 30px #fff, 0px -19px 100px 60px #f3a731bf, 0 0 140px 90px #4f0f968a;
    animation: floating 3.5s ease-in-out infinite;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

@keyframes floating {
  0% {
    box-shadow: 0 0 60px 30px #fff, 0px -19px 100px 60px #f3a731bf, 0 0 90px 50px #0f59968a;
  }
  40% {
    box-shadow: 0 0 160px 20px #ffffff, 0px -39px 100px 60px #f3a731bf, 0 0 90px 50px #600f968a;
  }
  100% {
    box-shadow: 0 0 60px 30px #fff, 0px -19px 100px 60px #f3a731bf, 0 0 90px 50px #0f59968a;
  }
}

#aboutDiv{
  width: 700px;
  margin: auto;
}

.answerText{
  margin-left: 10px;
  position: absolute;
  z-index: 1;
  width: 95%;
}

.skip{
  font-weight: 100;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-left: 10px;
}

.percentText{
  font-weight: 800;
  font-size: large;
}

#genderSlider{
  margin-bottom: -35%;
  width: 700px;
  padding: 0px;
  padding-top: 70px;
}

#face{
  position: fixed;
  z-index: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition:visibility 0.3s linear;
}

#share{
  position: fixed;
  z-index: 1000;
  top: 110%;
  width: inherit;
  margin: auto;
  /*left: 0px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding: 0px;
  padding-left: 20px;
}


#specialSlider{
  display: none;
  width: 700px;
  top: 55%;
  position: absolute;
  z-index: 2;
}

.introClass{
  /*text-align: center;*/
  font-size: 3em;
  font-weight: 500;
  /*top: 25%;*/
  letter-spacing: 15px;
  opacity: 0;
  transition: opacity 1s;
}

#header{
  /*font-family: ff-enzo-web, sans-serif;*/
  font-size: large;/*var(--textSize);*/
  top: 10px;
  z-index: 1;
    position: absolute;
    width: inherit;
    margin: auto;
    /*text-align: center; */
    /* padding-left: 0px; */
    padding-right: 0px;
    color: #ffffffc4;
    visibility: inherit;
  opacity: 0;
  transition: opacity 1s;
}
#bigLetter{
  /*font-weight: 600;
  font-size: 2em;*/
}

#otherLetters{
  /*font-weight: 100;*/
}

#aboutPage{
    background-color: rgba(0,0,0,0.85);
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    position: fixed;
    top: 20px;
    padding: 20px;
    left: 20px;
    opacity: 0;
    z-index: 101;
    text-align: left;
    visibility: hidden;
    transition:opacity 0.3s linear;
    font-size: large;
}

#about, #paypal{
    margin-block-start: 0;
    padding-top: 0px;
    margin-block-end: 0;
    padding-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
    font-size: large;
    text-decoration: none;
}

#genderDiv{
  position: absolute;
  /*margin-top: -7px;*/
  height: 170px;
  z-index: -1;

}

#explaination{
  font-size: large;
  position: fixed;
  text-align: left;
  top: 80%;
  color: #ffffffc7;
  /*left: 50%;*/
  display: inline-table;
  z-index: 3;
  /*background-color: black;*/
  visibility: hidden;
  display: inline-table;
  /*transition:visibility 0.3s linear;*/
}

.ball {
  display: block;
  background: black;
  margin: 0;
  top: 0px;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  /*box-shadow: 0px -2px 8px 0px #fff, 0px -9px 20px 3px #07a5a5, -1px 5px 20px 0px #7564ad;
  background: radial-gradient(circle at 50% 26%, #352a7f, #030c21);*/
  /*background: radial-gradient(circle at 50% 26%, #e5f7fd, #a67a37d6);*/
  background: radial-gradient(circle at 150px 50px, #3f56c5, #000);
}
.ball .shadow {
position: absolute;
background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
-webkit-transform: rotateX(0deg) translateZ(-200px) translateY(180px);
-moz-transform: rotateX(0deg) translateZ(-200px) translateY(180px);
-ms-transform: rotateX(0deg) translateZ(-200px) translateY(180px);
-o-transform: rotateX(0deg) translateZ(-200px) translateY(180px);
transform: rotateX(0deg) translateZ(-200px) translateY(180px);
z-index: -1;
}

.shadow{
  width: 200%;
    height: 200%;
    top: -80%;
    left: -50%;
}

.stage {
  position: fixed;
    visibility: hidden;
    left: 50%;
    margin-left: -150px;
    top: 42%;
    z-index: 0;
    width: 300px;
    height: 300px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

#shareTwitter{
  height: 28px;
}

#gender_skip{
  top: 380px; 
  position: relative;
}

.showAbout{
  top: 90% !important;
}

@media screen and (max-width: 480px) {

#aboutPage{
  font-size: small;
}


#gender_skip{
  top: 225px;
}

#paypal{
  margin-top: 5%;
}

form{
    width: initial;
    width: -webkit-fill-available;
}

#currentWordContainer{
  width: 100%;

}

#header, #subheadline{
  width: 100%;
}

#bigLetter{
  /*font-size: 2.5em;*/
}

#container{
  width: auto;
}

#specialSlider{
  width: 90%;
}

#share{
  width: 100%;
  justify-content: center;
  padding-left: 0px;
}

h1{
  margin-left: 0px;
  font-size: var(--textSize);
}

#aboutDiv p{
  padding: 0px;
}

#aboutDiv{
  width: 100%;
  margin: auto;
}

#genderSlider{
  margin-top: 120px;
  width: 100%;
}

#text3{
  margin-top: 60%;
}

.stage{
  top: 55%;
  margin-left: -100px;
  width: 200px;
  height: 200px;
}
.ball {
  display: block;
  background: black;
  margin: 0;
  top: 0px;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background: radial-gradient(circle at 150px 50px, #3f56c5, #000);
}
.ball .shadow {
position: absolute;
background: radial-gradient(circle at 50% 50%, rgb(0 0 0), rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
-webkit-transform: rotateX(0deg) translateZ(-100px) translateY(90px);
-moz-transform: rotateX(0deg) translateZ(-100px) translateY(90px);
-ms-transform: rotateX(0deg) translateZ(-100px) translateY(90px);
-o-transform: rotateX(0deg) translateZ(-100px) translateY(90px);
transform: rotateX(0deg) translateZ(-200px) translateY(90px);
z-index: -1;
}

.shadow{
  width: 200%;
    height: 200%;
    top: -80%;
    left: -50%;
}

#oestrogene{
  margin-top: -170px;
}

.question{
  width: 94%;
  margin: 3%;
  padding: 0px;
  font-size: var(--textSize);
}

#explaination{
  /*font-size: 1em;*/
}

.contentBit, #country{
  font-size: var(--textSize);
  width: 90%;
  font-weight: 400;
}

.showAbout{
  top: 86% !important;
}

.answerText{
  padding-top: 3px;
}

#minlabel, #maxlabel, #demo, #oestrogene{
  font-size: large;
}

#minlabel, #maxlabel{
  margin-top: -65px;
}

.datalist{
  margin-top: -16px;
  width: 96%;
  margin-left: 2%;
}

.introClass{
  font-size: 2.3em;
  width: 100%;
}

#otherLetters{
  font-weight: 500;
}

}