/*deprecated*/
.info .title {
  height: 10%;
  top: 5%;
  font-size:34px;
}

.nav:not(:last-child){
  margin-right:20px;
}

.nav{
  cursor:pointer;
}

.info .interact {
  text-align: left;
  margin-left:50px;
  width:80%;
}

.info-button {
  margin-left: 50px;
  margin-right: auto;
}

.info-button span:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0px;
  transition: 0.3s;
}

.info-button span:before {
  content: '«';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.3s;
}
.info-button:hover span:before {
  opacity: 1;
  left: 0;
}
.info-button:hover span {
  padding-right:0px;
  padding-left: 20px;
}

/*up to date*/
.help > .title {
  height: 20%;
}
.help > .title > p {
  font-size: 48px;
}

.help > .interact {
  height: 80%;
  overflow-y: auto;
}
.heading {
  font-size: 24px;
  margin-top: 64px;
}

.helpText {
  font-size: 22px;

}
.helpTextDiv {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.tutorialGif {
  width: 256px;
  display: inline-block;
}
.helpWrapper {

}
