* {
  user-select: none !important;
  -webkit-user-select: none !important;
  outline: none;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  /* background: url("/images/goodly-front-sm.jpg"); */
  background-color: #df7c19;
  /*min-width: fit-content;*/
}

.hero {
  position: absolute;
  top: 0;
}
.hero-image {
  width: 100%;
}

header {
  display: inline-block;
  position: absolute;
  top: 3rem;
  left: 4rem;
  z-index: 12;
}
.header-title {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.613);
}

.dropdown {
  position: absolute;
  width: 30vw;
  margin-left: 4rem;
  z-index: 3;
  min-width: 5em;
  margin: 2rem;
  top: 2rem;
}

.player-box-1 {
  z-index: 2;
  position: relative;
  top: 20vh;
}
.message-container {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 16rem;
  padding: 2rem;
  justify-content: center;
  z-index: 0;
}
.message {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  color: #ffe100;
  text-shadow: 2px 1px 1px rgb(0, 255, 162), 0 0 8px rgba(0, 0, 0, 0.9);
}

.track-title {
  color: rgb(0, 255, 162);
  font-family: "Matemasie", sans-serif;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 8px rgb(255, 255, 255);
}
h1 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.9);
  padding: 0px 30px 0px 30px;
  margin: 0px 0px 0px 0px;
}

li {
  z-index: 3;
  font-family: "Outfit", sans-serif;
  font-size: 16pt;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

a {
  z-index: 3;
  text-decoration: none;
}

.selected {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.select {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #f90909bb;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  padding: 1rem;
  /*transition: 0.2s;*/
}

.select-clicked {
  border: none;
  /*box-shadow: 0 0 0.8em #e35fe1;*/
}

.select:hover {
  background: #d1d1d1;
}

.caret {
  width: 0;
  height: 0;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
  border-top: 63px solid #ffffff;
  transition: 0.8s;
  /*box-shadow: 0 0.5em 1em rgba(129, 14, 14, 0.754);*/
}

.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  /*padding: 0.2em 0.5em;*/
  background: #07458ba8;
  border: none;
  border-radius: 0;
  /*box-shadow: 0 0.5em 1em rgba(129, 14, 14, 0.754);*/
  /*color: #e5e5e5;*/
  /*position: absolute;
  /top: 7em;
  left: 50%;
  width: 100%;*/
  /*transform: translateX(0%);
  opacity: 0;*/
  display: none;
}

.menu li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  cursor: pointer;
}

.menu li:hover {
  background: #1acce0b2;
  transition: 0.3s;
}

.modern-two li:hover {
  background: rgba(255, 0, 0, 0.591);
}

.modernlink li:hover {
  background: #27272772;
}
.goodly li:hover {
  background: #ffa600;
}
.stoplink li:hover {
  position: static;
  z-index: 3;
  background: #37d83a;
}
.radiolink li:hover {
  background: linear-gradient(to right, #ffae00, #46ff56, #35c6ff, #fd72ff);
}
.aboutlink li:hover {
  background: #fff;
  color: #d33737;
}
.bandlink li:hover {
  background: #4fb921;
  color: #aff473;
}
.active {
  background: #e6f603a5;
  color: #ffffff;
}

.menu-open {
  display: block;
  opacity: 1;
}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.links a {
  color: rgb(255, 255, 255);
  font-family: "Matemasie", sans-serif;
  font-style: normal;
  letter-spacing: 0.1rem;
}

footer {
  /*display: flex;*/
  position: absolute;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  color: rgb(255, 255, 255);
  /*padding-bottom: 2rem;*/
  z-index: 88;
  top: 95vh;
  left: 15vh;
}

/* footer {
 
  padding-bottom: 2rem;
  width: 100%;
  text-align: center;
  font-family: Roboto, Sans;
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
} */
/*
@media (max-width: 800px) {
  .player-box-1 {
    margin-top: 10px;
    width: 100vw;
    padding: 3rem;
  }
}
@media (min-width: 801px) {
  .player-box-1 {
    width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

@media (max-height: 520px) {
  .player-box-1 {
    margin-top: -65px !important;
  }
  .player-box-1 > div + div {
    margin-top: 65px !important;
  }
}
*/
