@font-face {
  font-family: 'Outerspace';
  src: url('OuterspaceMilitia.ttf');
}
@font-face {
  font-family: 'Locked Monster';
  src: url('Locked Monster.ttf');
}
@font-face {
  font-family: 'Paladins';
  src: url('paladinslaser.ttf');
}
.animate__animated.animate__fadeIn {
  --animate-duration: 2.5s !important;
  --animate-delay: 0.9s !important;
}
body {
  background-image: url('images/bg2.jpg');
  background-size: auto 100vh;
  background-color: #000;
  text-align: center;
  max-height: 100vh;
  font-family: 'Paladins';
  margin: 0;
}
#title {
  margin: 0;
  font-size: 2rem;
  font-weight: 100;
  color: #fff;
  font-family: 'Locked Monster', cursive;
  filter: drop-shadow(0px 0px 5px rgb(254, 165, 73));
}
#title2 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  font-family: 'Paladins', cursive;
  filter: drop-shadow(0px 0px 15px rgb(254, 165, 73));
}
#logo {
  display: block;
  width: 100%;
}
#logo2 {
  display: none;
  width: 50%;
  margin: 0 auto;
}
.content {
  font-size: 1.7rem;
  margin: 0 auto;
  width: 100%;
}
.box {
  display: block;
  padding: 0.1rem 2rem;
  background: rgb(41, 41, 41);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  width: 75%;
  margin: 0.8rem auto;
  border: 0.5rem solid #96324e;
  color: #fff;
}
.box h2 {
  font-family: 'Locked Monster', cursive;
  margin: 1rem;
}
.box h4 {
  font-family: 'Locked Monster', cursive;
  margin: 0;
}
.box p {
  font-size: 0.85rem;
}
.box ol {
  text-align: left;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  padding-left: 1.75rem;
}
.box ol li {
  margin-top: 0.2rem;
}
.box button {
  padding: 0.1rem 2rem;
  text-decoration: none;
  margin: 1rem;
  font-family: 'Locked Monster', cursive;
  font-size: 1.5rem;
  color: #fff;
  background-color: #202020;
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}
.box button:hover {
  color: #e43966;
  background-color: #fff;
}

.box button:disabled {
  color: #979797;
  background-color: #992645;
}

.box a {
  text-decoration: none;
  color: #e43996;
}
.box a:hover {
  color: #96324e;
}

.player {
  display: block;
  width: 20rem;
  height: 15rem;
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  margin: 0.8rem auto;
}

.player-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: progress; /* Add a pointer on hover */
}
#loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
.spinner {
  animation: rotation 1s infinite linear;
  width: 5rem;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.inputControl {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 0.75rem;
}
.inputControl input {
  display: block;
  margin: 0.5rem 0;
  padding: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #ddd;
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.inputControl input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 57, 103, 1);
}
.inputControl label {
  display: block;
}
.inputControl small {
  display: block;
  font-size: 0.7rem;
}
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
/* ul li {
    margin: 2rem;
} */
.fab {
  vertical-align: middle;
}
ul li a {
  display: block;
  width: 70%;
  margin: 1.5rem auto;
  border-radius: 0.25rem;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  text-align: left;
  background-color: #202020;
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

ul li a:hover {
  color: #393e40;
  background-color: #fff;
}

@media (min-width: 668px) {
  body {
    padding: 1.5rem;
  }
  #title2 {
    font-size: 3rem;
  }
  #title {
    font-size: 2rem;
  }
  #logo2 {
    display: block;
  }
  #logo {
    display: none;
  }
  .content {
    font-size: 2rem;
    width: 95%;
  }
  ul li a {
    margin: 0.8rem auto;
    font-size: 1.5rem;
    width: 50%;
  }
  .player {
    width: 28rem;
  }
}

@media (min-width: 1440px) {
  body {
    background-size: 100vw 100vh;
  }
  #logo2 {
    width: 20%;
    display: block;
  }
  .content {
    font-size: 2rem;
    width: 85%;
  }
  ul li a {
    margin: 0.8rem auto;
    width: 25%;
  }
  .box {
    width: 55%;
  }
  .player {
    width: 30rem;
  }
}
