html {
  background: #262626;
  height: 100%;
}


body {
  font-family: sans-serif;
  font-size: 100%;
  text-align: center;
  height: 100%;
  color: #efefef;
}

h1 {
  font-weight: 100;
  font-size: 2em;
  margin-bottom: 40px;
  color: #68c3e8;
}
.mtop {
  margin-top: 30vh;
}
.byline {
  color: #efefef;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title {
  font-family: 'Audiowide', cursive;
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: #68c3e8;
}

.video {
  margin-top: 40px;
}

#start-button {
  height: 100px;
  width: 250px;
  margin-top: 60px;
  border-radius: 0;
  background-color: #68c3e8;
  font-size: 3em;
  font-weight: 200;
  color: black;
}

/* css for main */
#brain-container {
  margin: auto;
  height: 600px;
  width: 600px;

}

#brain-image-container {
  height: 600px;
  width: 600px;
  margin: auto;
  position: absolute;
  z-index: 0;
}

#hot-spot-container {
  height: 600px;
  width: 600px;
  margin: auto;
  position: absolute;
  z-index: 100;
}

#main-brain {
  position: relative;
  z-index: 0;

}

.hot-spot {
  height: 15px;
  width: 15px;
  background: red;
  opacity: 0.7;
  border-radius: 50%;
  animation-name: hotspot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.hot-spot.complete {
  background: green;
}

@keyframes hotspot {
  0% {transform: scale(1.0);}
  50% {transform: scale(2.1);}
  100% {transform: scale(1.0);}
}

#amygdala {
  position: relative;
  top: 44%;
  left: 51%;
}

#hippocampus {
  position: relative;
  top: 40%;
  left: 59%;
}

#cerebellum {
  position: relative;
  top: 50%;
  left: 80%;
}

#occipital-lobe {
  position: relative;
  top: 34%;
  left: 83%;
}

.box-holder {
  top: 25%;
  left: 10%;
  width: 300px;
  height: 300px;

}


#occipital-lobe-info, #cerebellum-info, #amygdala-info, #hippocampus-info {
  position: absolute;
  top: 25%;
  left: 10%;
  background: #4c4c4c;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.info-header {
  font-size: 1.1em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #68c3e8;
}


/* end css for main */

/* css for repression-session */
.ball {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.good-ball {
  background-color: green;
  position: fixed;
}

.bad-ball {
  background-color: red;
  position: fixed;
}

.bad-ball.hide
{
  display: none;
}

.output-text {
  position: absolute;
  top: 50%;
  left: 50%;
}

.show {
  display: inline-block;
}
/* end css for repression-session */

/*css for amygdala-amputation */

#slice-container {
  margin: auto;
  height: 300px;
  width: 300px;

}

#brain-slice-image-container {
  height: 300px;
  width: 300px;
  margin: auto;
  position: absolute;
  left: 50%;
  z-index: 0;
}

#amygdala-slice-container {
  height: 300px;
  width: 300px;
  margin: auto;
  position: absolute;
  z-index: 100;
}

#brain-slice {
  position: relative;
  z-index: 0;

}


#amygdala-slice {
  position: relative;
  top: 42%;
  left: 55%;
}

#amygdala-slice.skew {
  transform: rotate(20deg)
}

#scalpel {
  width: 22px;
  height: 219px;
  transform: rotate(20deg);
  margin-top:140px;
  margin-left:10px;
  position: absolute;
  top: 10%;
}
/* end css for amygdala-amputation */

/* begin css for ripping-cones */
#lobe-container {
  width:500px;
  height:500px;
  margin: auto;
  padding-right: 15%;
}

#occipital-bg {
  width:500px;
  height:500px;
  position: absolute;
  margin: auto;
}

#cone-container-draggable {
  background: #bababa;
  display: inline-block;
  margin: auto;
  margin-top: 20px;
}

#cone-container-droppable {
  background: #bababa;
  height: 70px;
  padding-top: 5px;
  border-radius: 10%;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  top: 66%;
  left: 20%
}

.cone {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background: #fff87c;
  color: #e8e8e8;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.receiver-empty.wrong {
  background: #ef0222;
}

.receiver-empty.right  {
  background: #15ed02;
}

.receiver {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background: #15ed02;
  color: #000;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;


}

.receiver-empty {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;

}


/* end css for ripping-cones */

/* begin css for swolesoleum */
.cerebellum-wrapper {
  margin-left: 0px;
  margin-top: 100px;
  height: 400px;
  width: 400px;
}

.cerebellum-image {
  position: absolute;
  width: 400px;
  height: 400px;
}

.grower {
  position: absolute;
  width: 350px;
  height: 0px;
  background: red;
}

.pump-wrapper {
  margin-right: 50px;
  margin-top: 100px;
  height: 250px;
  width: 75px;
}

.pump-base {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 75px;
  height: 250px;



}

.pump {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 75px;
  height: 250px;


}

/* end css for swolesoleum */
