@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://use.fontawesome.com/releases/v6.1.1/css/all.css');
body {
  background: black;
  color: white;
  text-align: center;
  margin: 90px 0;
  font-family: barlow;
  font-size: 20px;
  text-transform: uppercase;
}
a {
  color: inherit;
  text-decoration: none;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: 9;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: barlow !important;
}
.description {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.logo img {
  width: 300px;
  max-width: 70%;
}
.menu {
  display: block;
  padding: 15px 0 0;
}
.menu a {
  display: inline-block;
  padding: 10px;
}
.div {
  display: inline-block;
  background: white;
  width: 1px;
  height: 15px;
  vertical-align: middle;
}
.social a {
  padding: 10px;
  display: inline-block;
}
video {
  width: 700px;
  max-width: 100%;
  margin: -60px;
  z-index: -1;
  position: relative;
}
.releases {
  font-size: 0;
  display: block;
  margin: 40px;
}
.releases img {
  width: 250px;
}
.stores a {
  font-size: 20px;
  display: inline-block;
  padding: 15px;
}
.stores img {
  width: 15px;
}
.shows {
  text-transform: uppercase;
  line-height: 2;
  text-align: left;
  margin: 50px 0;
  display: inline-block;
}
.date {
  display: inline-block;
  width: 100px;
}
.venue {
  display: inline-block;
  width: 320px;
}
.city {
  display: inline-block;
  width: 271px;
}
.stores {
  display: block;
  margin-top: 30px;
}
.tidal img {width:20px;}
@media (min-width: 1000px) {
  .releases a:hover img {
    display: none;
  }
  .releases a:hover {
    width: 250px;
    height: 250px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    font-size: 16px;
    padding: 30px;
    box-sizing: border-box;
    line-height: 1.7;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 18px;
    margin: 80px 0;
  }
  video {
    margin: -20px;
  }
  .stores a {
    font-size: 16px;
    padding: 7px;
  }
  .stores img {
    width: 13px;
    vertical-align: -2px;
  }
  .releases img {
    margin-bottom: 30px;
  }
  .social a {
    padding: 6px;
    font-size: 16px;
  }
.tidal img {
    vertical-align: 1;
}
}