.arrowButton {
  margin-top: 0;
  padding-top: 250px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-text: center;
  font-size: 48px;
  font-family: 'Wire One'
  padding: 0 20px;
  cursor: pointer;
  color: #AFCFDE;
  height: 100%;
}

.arrowButton:hover {
  color: #6cd0ff;
  background-color: #486677;
}

.arrowButtonDisabled {
  margin-top: 250px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-text: center;
  font-size: 48px;
  font-family: 'Wire One'
  padding: 0 20px;
  cursor: default;
  color: #628DA6;
}

.arrow {
  border: none;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;

}

.navArrow {
  font-size: 78px;
  color: white;
}

.sideButton {
  height: 100px !important;
  color: #fff !important;
  max-height: 100px !important;
}