body {
  background: #62c9c2;
  color: #d90d6c;
  font-family: Open Sans;
  padding-left: 20px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  font-size: 13px;
  color: white;
  background: #79073c;
  animation: fadeInUp;
  animation-duration: 4s;
  --animate-delay: 2.5s;
}

.footer a {
  text-decoration: none;
  color: white;
}
.footer a:hover {
  text-decoration: underline;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  background-color: #d90d6c;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
}

.modalCenter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalContent h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 800;
  animation: tada;
  animation-duration: 1s;
}

.modalContent h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
}

.modalContent p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

#logo {
  margin-bottom: 40px;
}

#startGameButton {
  width: 200px;
  height: 80px;
  margin-top: 40px;
  animation: bounceInDown;
  animation-duration: 4s;
  --animate-delay: 1.5s;
}

#introH1 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}

#introH2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  animation: bounceInDown;
  animation-duration: 1s;
  --animate-delay: 0.9s;
}

.infoText {
  animation: flipInX;
  animation-duration: 3s;
  --animate-delay: 0.9s;
}

.modalContent .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  background-color: #62c9c2;
  color: white;
  width: 250px;
  height: 80px;
  animation: fadeInLeft;
  animation-duration: 1s;
  cursor: pointer;
}
.modalContent .button:hover {
  background: #3fb9b0;
}

#currentRecord {
  background: #62c9c2;
  color: white;
  animation: tada;
  animation-duration: 2s;
  --animate-delay: 4.0s;
}

#replayButton {
  margin-bottom: 30px;
}

.box {
  float: left;
}

.box_2 {
  width: 150px;
  margin-left: 40px;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

.newBox, .newBoxClear, .newInfoBoxX, .newInfoBoxY {
  width: 25px;
  height: 25px;
  margin: 4px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #133657;
  color: white;
}

.newInfoBoxY {
  background: #dddddd;
  color: black;
  clear: both;
}

.newInfoBoxX {
  background: #dddddd;
  color: black;
}

#answerLabel::after {
  content: "?";
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media only screen and (max-width: 680px) {
  .box_3 {
    display: none;
  }

  #logo {
    display: none;
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .newBox, .newBoxClear, .newInfoBoxX, .newInfoBoxY {
    width: 13px !important;
    height: 13px !important;
    margin: 1px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 830px) {
  .box_2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 830px) {
  .newBox, .newBoxClear, .newInfoBoxX, .newInfoBoxY {
    width: 18px !important;
    height: 18px !important;
    margin: 2px;
  }

  .key_box_key {
    width: 15px !important;
    height: 15px !important;
    margin: 1px;
    font-size: 11px;
  }

  .modalContent h1 {
    font-size: 50px;
  }
}
#hallOfFame {
  display: block;
}

.col {
  width: 33%;
}

.recordField {
  font-size: 18px;
  padding: 10px;
  display: flex;
  text-align: center;
  background: #a90a54;
}
.recordField:nth-child(2n+1) {
  background: #c10c60;
}

@media only screen and (max-width: 960px) {
  .newBox, .newBoxClear, .newInfoBoxX, .newInfoBoxY {
    width: 23px;
    height: 23px;
    margin: 2px;
  }

  .modalContent h1 {
    font-size: 50px;
  }
}
.maxIsLabel {
  margin-bottom: 20px !important;
  animation: backInLeft;
  animation-duration: 2s;
  --animate-delay: 0.9s;
}

button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(73, 4, 36, 0.7);
  transition: all 0.3s ease;
}

#enterNameButton {
  font-size: 28px;
  height: 48px !important;
  width: 80px !important;
  margin-left: 10px;
}
#enterNameButton:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(73, 4, 36, 0.7);
  transition: all 0.3s ease;
}

#exitButton, #mainMenuButton {
  position: fixed;
  width: 40px;
  height: 40px;
  left: 100%;
  top: 0px;
  margin-left: -40px;
  font-size: 30px;
  font-weight: 600;
  background-color: #d90d6c;
  color: white;
}

#answerInput {
  width: 50px;
}

input[type=text] {
  font-size: 28px;
  padding: 10px;
  color: white;
  background-color: #f557a1;
  outline: none;
  border: 1px solid #a90a54;
  border-radius: 5px;
}
input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(73, 4, 36, 0.7);
  transition: all 0.3s ease;
}

.slider {
  -webkit-appearance: none;
  width: 50%;
  height: 15px;
  background: #f557a1;
  outline: none;
  border: 1px solid #a90a54;
  border-radius: 8px;
  animation: backInLeft;
  animation-duration: 2s;
  --animate-delay: 0.9s;
}
.slider:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(73, 4, 36, 0.7);
  transition: all 0.3s ease;
}

/* for chrome/safari */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #aee3df;
  cursor: pointer;
  border: 5px solid #3fb9b0;
  border-radius: 4px;
}

/* for firefox */
.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #aee3df;
  cursor: pointer;
  border: 5px solid #3fb9b0;
  border-radius: 4px;
}

/*# sourceMappingURL=style.css.map */
