p, button {
  font-size: 30pt;
}

h1,
h3 {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 8px #000000;
  font-size: 36pt;
}

.ver-text {
  font-size: 18pt;
}

.spinner-container {
  position: relative;
  width: 65vw;
  height: 65vw;
}

.start-game-button {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 50px;
  border-radius: 15px;
  background-color: rgb(21, 124, 29);
  border-color: rgb(17, 94, 24);
  width: 100%;
}



.game-event-option {
  background-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: 10px;
  margin-right: 10px;
  transition: scale 0.2s, background-color 0.1s;
}

.game-event-option:hover {
  cursor: pointer;
}

.reset-color-button {
  font-size: 24pt;
}

.opacity-slider {
  margin-left: 5%;
  margin-right: 5%;
}

.top-left-hud-top-line {
  font-size: 2.5vh;
  margin: 0px;
}

.top-left-hud-middle-line {
  font-size: 3.5vh;
  margin: 0px;
}

.top-left-hud-bottom-line {
  font-size: 2.5vh;
  margin: 0px;
}

.stroke-pace-cols {
  text-align: center;
}

.minor-label {
  font-size: 36pt;
}

.stroke-pace-col-row {
  display: flex;
}

.stroke-pace-input {
  font-size: 24pt;
  width: 4em;
}

.color-picker {
  height: 5vh;
  width: 100%;
  margin-top: 5%;
}

.option-box {
  margin: 2em;
}

.option-box-text {
  font-size: 40pt;
}

.search-bar-row {
  margin-top: 20px;
}

.number-to-fetch-selection {
  width: 4em;
  font-size: 28pt;
}

.search-bar {
  font-size: 28pt;
}

.posts-to-fetch-row {
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.mobile-pad {
  flex: 1;
}

.spinner-text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  font-size: 4vh !important;
}

.about-bar-text {
  font-size: 36pt;
}

.green {
  background-color: green;
}

.top-right-hud {
  width: 15vw;
  height: 15vw;
  margin-top: 3.5vw;
  margin-right: 3.5vw;
}

.hud-circle {
  aspect-ratio: 1;
  position: relative;
  width: 15vw;
  height: 15vw;
  background-color: rgba(161, 152, 152, 0.75);
  border-radius: 50%;
  margin: 4vw;
  opacity: 0.75;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s;
}

.red {
  background-color: rgb(168, 8, 8);
}

.slider {
  transform: height(1.5)
}

label {
  font-size: 30pt
}


/* Scale the slider icon on mobile. */
::-webkit-slider-thumb{
  transform: scale(3);
}

::-moz-range-thumb{
  transform: scale(3);
}

::ms-thumb {
  transform: scale(3);
}

.pace-input-box {
  margin-top: 0px;
  font-size: 30pt;
}

.probability-slider {
  margin-left: 4em;
  margin-right: 4em;
}

.cp-pct {
  margin-right: 1em;
}

.vs-subtext {
  font-size: 20pt;
  margin: 0px;
}