@import url('https://use.fontawesome.com/releases/v6.1.2/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Russo+One&display=swap');
body {
  background: black;
  color: white;
  font-family: russo one, sans-serif;
  text-align: center;
  margin: 50px 0 0 0;
}
.logo {
  width: 400px;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.menu {
  display: block;
  text-align: left;
  position: relative;
  height: 100px;
}
.opener, .close {
  display: none;
}
loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: black;
  z-index: 99;
  cursor: wait;
}
loading img {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translatey(-50%);
}
.menu a, .radio {
  display: inline-block;
  text-transform: uppercase;
  padding: 40px 20px;
  font-size: 20px;
}
.left {
  position: absolute;
  right: 50%;
  padding-right: 250px;
}
.right {
  position: absolute;
  left: 50%;
  padding-left: 250px;
}
.sub {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.button {
  text-transform: uppercase;
  border: solid 1px;
  padding: 15px 30px;
  display: inline-block;
  font-size: 13px;
  color: #ad916e;
}
.vid {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 100px;
}
.thumb {
  width: 100%;
  margin-top: 50px;
}
iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  height: 100%;
  display: none;
}
.vidopen iframe {
  display: block;
}
.vidopen .play {
  display: none;
}
.play {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.icon {
  font-family: fa;
  font-size: 17px;
}
.spotify:before {
  content: "\f1bc";
}
.soundcloud:before {
  content: "\f1be";
}
.instagram:before {
  content: "\f16d";
}
.facebook:before {
  content: "\f39e";
}
.twitter:before {
  content: "\f099";
}
.apple:before {
  content: "\f179";
}
.radio {
  position: relative;
  z-index: 1;
}
.social {
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
}
.tour {
  background: url(2024/bg.jpg) center;
  height: 1000px;
  width: 1000px;
  display: inline-block;
  background-size: cover;
  margin: 70px 0;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 100%;
}
.dates {
  display: inline-block;
  margin-top: 50px;
  text-align: left;
  width: 90%;
}
.dates a {
  display: block;
  padding: 8px 0;
  font-size: 20px;
}
.date {
  display: inline-block;
  width: 102px;
}
.venue {
  display: inline-block;
  width: 213px;
}
.title {
  width: 90%;
  padding: 5%;
}
.city:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  margin-left: 15px;
}
.nl .city:after {
  content: none;
}
@media (min-width: 1025px) {
  .menu a:hover, .button:hover {
    color: white;
  }
  .radio:hover .radio-drop, .radio-drop:hover {
    opacity: 1;
    pointer-events: all;
  }
  .radio-drop {
    position: absolute;
    left: 0;
    padding-top: 25px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
  }
  .radio-drop a {
    padding: 10px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  body {
    margin: 0;
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 1;
    opacity: 0;
    transition: .25s;
    pointer-events: none;
    top: 0;
  }
  .menu .wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .open .menu {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
  }
  .opener {
    display: inline-block;
    padding-top: 6vw;
  }
  .opener img {
    width: 3vw;
  }
  .close {
    padding: 30px 30px;
    position: absolute;
    width: 3vw;
    display: inline-block;
    z-index: 1;
  }
  .left, .right, .social {
    position: relative;
    right: 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 170px;
    margin: auto;
    font-size: 0;
  }
  .right {
    left: 0;
    width: 200px;
  }
  .radio-drop {
    display: block;
  }
  .social {
    width: 100%;
  }
  .right a {
    padding: 20px 10px;
  }
  .logo {
    position: initial;
    padding-top: 10vw;
  }
}
@media (max-width: 500px) {
  .logo {
    width: 90%;
  }
  .opener img {
    width: 5vw;
  }
  .close {
    width: 5vw;
  }
  .menu .wrap {
    top: 45%;
  }
  .menu a, .radio, .right a {
    padding: 20px;
    font-size: 16px;
  }
  .radio {
    padding: 20px 0 0;
    width: 100%;
  }
  .radio-drop a {
    font-size: 18px;
  }
  .social {
    top: 0;
    margin-top: 30px;
  }
  .tour {
    margin: 10vw 0;
    background: url(2024/bg-m.jpg) center;
    height: initial;
    background-size: cover;
  }
  .dates {
    margin: 10px 0 30px;
  }
  .dates a {
    font-size: 16px;
  }
  .date, .venue {
    width: 100%;
  }
}