* {
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

body {
  background: #1f1f1d;
}

header,
footer,
.music {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

header {
  background: #000;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

footer {
  background: #000;
  justify-content: center;
}

footer a {
  padding: 15px;
}

footer a:hover i,
nav a:hover {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #0c9a9a;
}

h1,
nav a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}

h1 {
  letter-spacing: 0.2em;
  font-size: 24px;
  font-weight: 300;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: block;
  text-align: center;
  font-weight: 300;
  margin: 40px 0 20px 0;
}

h1 span {
  font-weight: 700;
}

nav a {
  margin: 0 10px;
}

section {
  margin: 0 0 60px 0;
}

.music {
  justify-content: space-evenly;
}

.music_player {
  height: 760px;
  width: 31%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about {
  margin: 0 30px 60px 30px;
  padding: 30px;
  background: #333;
}

form input {
  color: #000000;
}

@media all and (max-width: 767px) {
  #head {
    padding-top: 80px !important;
  }
  header {
    display: block;
    text-align: center;
  }
  nav {
    padding: 10px 0;
  }

  nav a {
    width: 20%;
    padding: 10px 0;
    margin: 0 5px;
  }

  .music {
    flex-wrap: wrap;
  }

  .music_player {
    width: 85%;
    height: 460px;
    margin-bottom: 40px;
  }

  .free-show {
    padding: 0 20px !important;
  }
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.youtube {
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  padding-top: 44%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -11%;
  left: 0;
  opacity: 0.9;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bit-play-my-city-button,
.bit-top-track-button,
font.required {
  display: none !important;
}

.bit-widget .bit-event .bit-offers-text {
  color: white !important;
}

a[aria-label="Sold Out"] {
  background-color: gray !important;
  border-color: gray !important;
}

.bit-widget .bit-event a[aria-label="Sold Out"] .bit-offers-text {
  color: darkgray !important;
}

#tour .signup_button {
  background: #0c9a9a;
  color: white;
  text-align: center;
  margin: 0 10px;
  display: block;
  line-height: 44px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.88em;
  -webkit-appearance: none;
}

.signup_message {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 18px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  color: white;
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  backdrop-filter: blur(10px);
}

form td {
  display: block;
}

form input[type="text"],
select {
  margin: 8px 0;
  padding: 8px;
  width: 93%;
  max-width: 350px;
  color: #000;
}

form input[type="submit"] {
  border: 0;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  background: #0c9a9a;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.88em;
}

a[aria-label="Sold Out"] {
  background-color: gray !important;
  border-color: gray !important;
}

.free-show {
  font-family: "Inter", system-ui, sans-serif;
  background: linear-gradient(135deg, #201f1e, #0c9a99, #333333);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.free-show-bg img {
  width: 100%;
  height: auto;
}
