html{
  background-size: cover;
  background-repeat:no-repeat;
  background-image: linear-gradient(
    65deg,
    hsl(230deg 81% 15%) 0%,
    hsl(225deg 83% 22%) 3%,
    hsl(220deg 85% 29%) 6%,
    hsl(215deg 88% 37%) 11%,
    hsl(211deg 90% 44%) 17%,
    hsl(206deg 94% 50%) 25%,
    hsl(211deg 90% 44%) 33%,
    hsl(215deg 88% 37%) 43%,
    hsl(220deg 85% 29%) 54%,
    hsl(225deg 83% 22%) 65%,
    hsl(230deg 81% 15%) 74%,
    hsl(229deg 80% 18%) 83%,
    hsl(228deg 80% 21%) 89%,
    hsl(226deg 79% 25%) 94%,
    hsl(225deg 78% 28%) 98%,
    hsl(224deg 78% 32%) 100%
  );

  height:100%;
  margin:0px;
  padding:0px;
  overflow:hidden;
}

body{
  font-family:sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:28px;
  color: #fff;
  margin:0px;
  padding:0px;
  height:100%;
  overflow:hidden;
}

.crowd{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:10;
  background: url(assets/crowd.svg) repeat-x;
  background-size:contain;
  background-position: bottom;
}

header{
  position:relative;
  margin-top:2em;
  margin-bottom:1em;
  text-align: center;
  z-index:100;
}

header img{
  width:15%;
  height:auto;
}

#board{
  display:flex;
  width:60%;
  margin-left:auto;
  margin-right:auto;
  flex-wrap:wrap;
  padding:8px;
  background:#000;
  box-shadow: 3px 6px 8px 1px rgba(0,0,0,0.55);  
}

.answerWrapper{
  box-sizing:border-box;
  position:relative;
  min-width:50%;
  height:50px;
  border: 2px solid #000;
}

.answerWrapper .cover{
  position:absolute;
  box-sizing:border-box;
  display:flex;
  justify-content: center;
  align-items:center;
  
  width:100%;
  height:100%;

  border: 1px solid #fff;

  background-size:cover;
  background-image: radial-gradient(100px 25px at top, rgba(152,201,237, 1) 40%, rgba(152,201,237, 0)),
  linear-gradient(
  180deg, #1647A6, #0A91F7 10%,  #0A91F7 60%, #1647A6 90%
  );
  transform: rotate3d(1, 0, 0, 0deg);
  transition: transform .5s;
}


.answerWrapper .coverTurn{
  transform: rotate3d(1,0,0, -90deg);
}

.answerWrapper .cover span{
  display:inline-block;
  height: 70%;
  width: 16%;
  padding-top:5px;
  border-radius:100%;
  background-image:radial-gradient(ellipse 2px 5px at 93%, rgba(255,255,255,.3),  rgba(255,255,255,0)), radial-gradient(ellipse at top right, #172385, #071143);
  border-bottom:1px solid rgba(255,255,255,.5);
  text-align:center;
  box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.55);
  font-size:1.3em;
  font-family:'Coda', sans-serif;
}

.answerWrapper .answer{
  display:flex;
  justify-content:space-between;

  box-sizing:border-box;
  width:100%;
  height:100%;
  
  border: 1px solid #fff;

  background-image: linear-gradient(
  180deg,
    hsl(221deg 75% 35%) 0%,
    hsl(220deg 74% 36%) 7%,
    hsl(220deg 74% 38%) 14%,
    hsl(220deg 73% 40%) 21%,
    hsl(220deg 72% 42%) 29%,
    hsl(220deg 72% 44%) 36%,
    hsl(220deg 71% 45%) 43%,
    hsl(220deg 70% 47%) 50%,
    hsl(220deg 71% 45%) 57%,
    hsl(220deg 72% 44%) 64%,
    hsl(220deg 72% 42%) 71%,
    hsl(220deg 73% 40%) 79%,
    hsl(220deg 74% 38%) 86%,
    hsl(220deg 74% 36%) 93%,
    hsl(221deg 75% 35%) 100%
  );
  transform: rotate3d(1, 0, 0, 90deg);
  transition: transform .5s;
}

.answerWrapper .answerTurn{
  transform: rotate3d(1,0,0, 0deg);
}

.answerWrapper .answer .text{
  box-sizing: border-box;
  padding:5px;
  padding-top:8px;

  text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.answerWrapper .answer .score{
  display:block;
  box-sizing:border-box;
  padding:8px 6px;
  width:50px;
  border-left: 2px solid rgba(255,255,255,.5);
  background-image: 
  linear-gradient(
  180deg, #1647A6, #0A91F7 10%,  #0A91F7 60%, #1647A6 90%
  );
  font-family:'Coda', sans-serif;
  text-shadow: 1px 1px 2px rgba(0,0,0,.8);
  text-align:center;
}

#scoreBoard{
  box-sizing:border-box;
  width: 120px;
  height: 70px;
  margin-left:auto;
  margin-right:auto;
  border: 8px solid #000;
  border-bottom:none;

  background: #0C2EE4;

  font-size: 2em;
  font-family:'Coda', sans-serif;
  text-align:center;
  padding-top:18px;

  text-shadow: 2px 3px 4px rgba(0,0,0,.35);

  box-shadow: 3px 6px 8px 1px rgba(2,2,34,0.55);
}

.stageBorder{
  position:relative;
  z-index:100;
  box-sizing:border-box;
  width:70%;
  border-radius: 100%;
  margin-left:auto;
  margin-right:auto;
  padding:100px 0px 150px 0px;
  background-image:
    radial-gradient(
      rgba(51,118,250,.9) 0%,
      rgba(51,118,250,.6) 60%,
      rgba(2,2,73,.7) 64.3%,
      rgba(255,255,255,1) 64.5%,
      rgba(74,104,225,1) 65.8%,
      rgba(255,255,255,1) 66%,
      rgba(255,255,255,1) 67.8%,
      rgba(123,149,226,1) 68%,
      rgba(187,208,255,1) 69.3%,
      rgba(84,102,188,1) 69.5%,
      rgba(117,131,209,1) 70.2%,
      rgba(166,187,248,1) 70.3%
    ),
    url(assets/bulb.svg);
  box-shadow: 0px 0px 16px 1px rgba(7,17,67,0.55);
}

#xHolder{
  position:absolute;
  right:10px;
  top: 10px;
}

#xHolder img{
  border: 2px solid #fff;
  margin:6px;
  width:120px;
  height:auto;
  opacity:0;
  transition: opacity .1s;
}

#xHolder img.show{
  opacity:1;
}

.stealHide{
  display:none;
  justify-content:center;
  align-items:flex-end;
  position:absolute;
  top:0px;
  left:0px;
  background: rgba(0,0,0,.45);
  width:100%;
  height:100%;
  opacity:0;
  transition: opacity 1s;
  z-index:100;
}

.stealShow{
  display:flex;
  opacity:1;
}

.talkBubble{
  display:inline-block;
  position:relative;
  padding: 100px 80px 100px 80px;
  border-radius:20px;
  border: 8px solid #FFFF00;
  font-family: 'Coda', sans-serif;
  font-size:2.5em;
  margin-left:250px;
  background-image: linear-gradient(
    225deg,
    hsl(230deg 81% 15%) 0%,
    hsl(230deg 80% 16%) 6%,
    hsl(231deg 78% 17%) 12%,
    hsl(231deg 77% 19%) 18%,
    hsl(232deg 76% 20%) 26%,
    hsl(232deg 75% 22%) 35%,
    hsl(232deg 74% 23%) 44%,
    hsl(232deg 73% 25%) 55%,
    hsl(233deg 72% 26%) 66%,
    hsl(233deg 72% 28%) 78%,
    hsl(233deg 71% 29%) 90%,
    hsl(233deg 71% 31%) 100%
  );
  box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.35);
  text-shadow: 2px 3px 4px rgba(0,0,0,.35);

  transform: skew(-0.03turn, 0deg);
  z-index:100;
}

.steveTalk{
  position:relative;
  z-index:100;
}
.steveTalk img{
  width:50%;
  height:auto;
  margin-top:-160px;
}

#steve{
  position:absolute;
  left:20px;
  top:20px;
  width:220px;
  height:220px;
  border-radius:100%;
  background:radial-gradient(
    rgba(18,51,143,1) 0%,
    rgba(18,51,143,1) 56.4%,
    rgba(255,175,1,1) 57%,
    rgba(203,107,45,1) 60.5%,
    rgba(255,255,0,1) 61%,
    rgba(255,255,0,1) 67.4%,
    rgba(203,107,45,1) 68%,
    rgba(255,117,2,1) 70%
  );
  box-shadow: 0px 0px 8px 1px rgba(7,17,67,0.55);
  z-index:50;
}

#steveNorm, #steveLau, #steveEmb{
  position:relative;
  z-index:50;
}

#steveNorm img, #steveLau img, #steveEmb img{
  position:absolute;
  left:-45px;
  top:-50px;
  width:300px;
  height:auto;
}

.steveD{
  transition: opacity .5s;
}

.steveOn{
  opacity:1;
}

.steveOff{
  opacity:0;
}

nav{
  position:absolute;
  bottom:30px;
  right:0px;
  z-index:100;
  padding:30px 30px 0px 30px;
  text-align:right;
}

nav a{
  display:inline-block;
  padding:16px;
  background: #0A91F7;
  text-decoration: none;
  color: #fff;
  font-family:"Coda", sans-serif;
  text-transform: uppercase;

}

nav a::after{
  content:"  ❯"
}

.instructions{
	width:80%;
	position:relative;
	z-index:100;
	padding:20px;
	font-size:.6em;
	line-height: 1em;
	font-weight:normal;
}

.spotlight{
  position:absolute;
  bottom:0px;
  width:150px;
  height:100%;
  margin-bottom: -100px;
  background: linear-gradient(
    rgba(186,207,255,0) 30%, 
    rgba(186,207,255,.3)
  );
  transform-origin: 50% 100%;
  z-index:0;
}

.spotlightLeft{
  left:250px;
  animation: rotateLeftRight 15s alternate infinite;
}

.spotlightRight{
  right:250px;
  animation: rotateLeftRight 15s alternate-reverse infinite;
}

@keyframes rotateLeftRight{
  from {transform: perspective(100px) rotateZ(-25deg) rotateX(-5deg);}
  to {transform: perspective(100px) rotateZ(25deg) rotateX(-5deg);}
}