#vaxShieldText {
  position:relative;
  font-family: "Nunito";
  font-size: 10px;
  font-weight: 300;
  color: white;
  top: -32px;
  right: -20px;
}

.vaccineDepressedState {
  position: absolute;
  top: 0px;
  right: 17px;
  background: #77a989;
  width: 75px;
  height: 75px;
  visibility:hidden;
}

.vaccineCounterText {
  position:absolute;
  top: 54px;
  right: 37px;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

#vaxShieldIcon {
  position: relative;
  width:85px;
  height:50px;
  right: -2px;
  top: -40px;
}

.actionVax {
  cursor: pointer;
  background: #85bc99;
  position:fixed;
  float:right;
  display: inline-block;
  width:100px;
  height: 45px;
  padding-top: 30px;
  padding-left: 12px;
  top:20px;
  box-shadow:5px 7px #838383;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility:hidden;
  right:-200px;

}

.actionQuarantine {
  background: #85bc99;
  position:fixed;
  float:right;
  display: inline-block;
  width:115px;
  height: 45px;
  padding-top: 30px;
  padding-left: 12px;
  top:20px;
  box-shadow:5px 7px #838383;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility:hidden;
  right:-200px;
}

#quarantineText {
  position:relative;
  font-family: "Nunito";
  font-size: 10px;
  font-weight: 300;
  color: white;
  top: -32px;
  right: -15px;
}

.quarantineDepressedState {
  position: absolute;
  top: 0px;
  right: 31px;
  background: #77a989;
  width: 75px;
  height: 75px;
  visibility:hidden;
}

.quarantineCounterText {
  position:absolute;
  top: 55px;
  right: 6px;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

#quarantineIcon {
  position: relative;
  width:85px;
  height:50px;
  right: -2px;
  top: -32px;
}

.menuItemNormal {
  position: relative;
  float: left;
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 300;
  color: #ffffff;
  display: inline;
  padding-top: 4px;
  padding-right: 28px;
  padding-left: 28px;
  cursor: pointer;
}

.menuItemBold {
  position: relative;
  float: left;
  font-size: 18px;
  color: #007138;
  font-family: "Nunito";
  font-weight: 300;
  display: inline;
  padding-top: 4px;
  padding-right: 22px;
  padding-left: 22px;
  cursor: pointer;
}

.lessonHead {
  position: absolute;
  background: none;
  top: 12px;
  float: left;
  background: none;
  font-size: 10px;
  font-family: "Nunito";
  font-weight: 300;
  fill: #ffffff;
}

.gameHead {
  position: absolute;
  background: none;
  top: 12px;
  margin-left: 495px;
  font-size: 10px;
  font-family: "Nunito";
  font-weight: 300;
  fill: #ffffff;
}

.stepwiseNavBar {
  position:relative;
  background: #85bc99;
  float:right;
  color: white;
  width:500px;
  height: 45px;
  top: -75px;
  padding-top: 30px;
  padding-left: 12px;
  text-align: center;
  right:-5px;
  visibility: visible;
  display: inline;
  box-shadow:5px 7px #838383;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.stepwiseNavSVG {
  position: relative;
  top: -10px;
  padding: 5px;
  margin: 0px;
}

.menuBox {
  position:relative;
  background: #85bc99;
  float:right;
  color: white;
  width:550px;
  height: 45px;
  top: -75px;
  padding-top: 30px;
  padding-left: 12px;
  text-align: center;
  right:-1000px;
  visibility: visible;
  display: inline;
  box-shadow:5px 7px #838383;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.vaxLogoDiv {
  position:relative;
  background: #85bc99;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 28px;
  color: white;
  width:125px;
  height: 45px;
  padding-top: 30px;
  padding-left: 12px;
  text-align: center;
  visibility: hidden;
  top: 0px;
  left:-200px;
  box-shadow:5px 7px #838383;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.guideTextSVG {
  position: relative;
  background: #f1f1f1; /* Fallback for very old browsers */
  background: linear-gradient(to bottom, #f1f1f1 3%, #ffffff 13%, #ffffff 89%, #f1f1f1 100%);
}

.syringe{
  cursor: pointer;
}

.startText{
  top: 500px;
  right: 200px;

}

.node{
  stroke: #636363;
  stroke-width: 2px;
  pointer-events: all;
}

.link {
  stroke: #636363;
  stroke-width: 2px;
}

.nextArrow, .backArrow{
  cursor: pointer;
}

.startButton {

}


#homeBackground {
  min-width: 1024px;
  min-height: 768px;

}


.homeTitle {
  position: absolute;
  color: #707070;
  top: 240px;
  left: 422px;
  font-family: "Nunito";
  font-size: 80px;
  font-weight: 500;

}


.homeText {
  position: absolute;
  color: #707070;
  font-family: "Nunito";
  top: 315px;
  left: 305px;
  font-size: 26px;
  font-weight: 500;
}

.homeTutorial {
  position: absolute;
  color: #707070;
  font-family: "Nunito";
  top: 505px;
  left: 780px;
  font-size: 23px;
  font-weight: 500;
  cursor: pointer;
}

.homeModules {
  position: absolute;
  color: #707070;
  font-family: "Nunito";
  top: 536px;
  left: 767px;
  font-size: 23px;
  font-weight: 500;
  cursor: pointer;
}

.homeGame {
  position: absolute;
  color: #707070;
  font-family: "Nunito";
  top: 568px;
  left: 753px;
  font-size: 23px;
  font-weight: 500;
  cursor: pointer;
}

.numberUntreatedText {
  fill: #707070;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 500;
}

.uninfectedLegendText {
  fill: #707070;
  font-family: "Nunito";
  font-size: 23px;
  font-weight: 500;

}

.infectedLegendText {
  fill: #707070;
  font-family: "Nunito";
  font-size: 23px;
  font-weight: 500;

}

.uninfectedPercentage {
  fill: #707070;
  font-family: "Nunito";
  font-size: 30px;
  font-weight: 700;

}

.networkSizeText {
  fill: #707070;
  font-family: "Nunito";
  font-size: 25px;
  font-weight: 500;


}

.numberQuarantinedText {
  fill: #707070;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 500;


}

.numberVaccinatedText {
  fill: #707070;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 500;

}

.uninfectedLegendBox {

}


.infectedLegendBox {

}



