.paragraph {
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 15px;
}

.paragraph.link {
  margin-bottom: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px 1px 5px;
  border-color: #000;
  border-radius: 0px;
}

.progress {
  width: 100%;
  height: 5px;
  border-bottom: 5px dashed #000;
}

.body {
  height: auto;
  padding: 0%;
  background-color: #000;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: cell;
}

.logo {
  width: 350px;
  padding-bottom: 20px;
}

.nav {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding-top: 2.5%;
  padding-left: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.nav-link:hover {
  color: #9e0404;
}

.html-embed {
  display: none;
}

.copyright {
  position: absolute;
  left: auto;
  top: auto;
  right: 2.5%;
  bottom: 2.5%;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 11px;
}

.wrapper {
  position: fixed;
  left: 2.5%;
  top: 2vh;
  right: 2.5%;
  bottom: 2vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.gigs {
  position: relative;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0vh;
  display: block;
  padding-top: 2vh;
  padding-right: 2.5%;
  padding-left: 2.5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-2 {
  color: #fff;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #000;
  font-size: 13px;
  text-decoration: none;
}

.link-block:hover {
  color: #9e0404;
}

.background-video {
  display: none;
  width: auto;
}

.video {
  text-align: center;
}

.lower-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 2.5%;
  display: block;
  width: 400px;
  height: 60vh;
  background-image: url('../images/109143065_2573348436251254_1933224274376248127_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.lower-left:hover {
  background-image: url('../images/120926141_359504378435828_1022679974733122922_n-1.jpg'), url('../images/109143065_2573348436251254_1933224274376248127_n.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.lower-left.hide {
  display: none;
}

.upper-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
}

.lower-center {
  position: absolute;
  right: 320px;
  bottom: 0%;
  width: 260px;
  height: 48vh;
  margin-left: 5%;
}

.lower-center.hide {
  display: none;
}

.lower-right {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 300px;
}

.lower-right:hover {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.upper-center {
  position: absolute;
  top: 0%;
  right: 320px;
  z-index: 1;
  width: 350px;
  height: 46vh;
  -webkit-transition: -webkit-transform 5000ms ease;
  transition: -webkit-transform 5000ms ease;
  transition: transform 5000ms ease;
  transition: transform 5000ms ease, -webkit-transform 5000ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.upper-center:hover {
  -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
}

.spotify-embed {
  position: absolute;
  top: auto;
  right: 600px;
  bottom: 0px;
  z-index: 999;
}

.image {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: none;
}

.hide-mobile {
  height: 48vh;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hide-mobile:hover {
  -webkit-filter: none;
  filter: none;
}

.background-video-2 {
  width: 100%;
}

.show-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.location {
  width: 66%;
}

.date {
  width: 15%;
}

.ticket-link {
  width: 15%;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.title {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.buy-link {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: scroll;
  }

  .logo {
    width: 50%;
  }

  .nav {
    width: auto;
    height: auto;
  }

  .copyright {
    position: fixed;
  }

  .wrapper {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    overflow: scroll;
    height: auto;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lower-left {
    position: relative;
    left: 5%;
    bottom: 0%;
    padding-top: 40px;
  }

  .upper-right {
    position: relative;
    left: 6%;
    z-index: 1;
  }

  .lower-center {
    position: relative;
    margin-top: -200px;
  }

  .lower-right {
    position: relative;
    left: 50%;
    right: 0%;
  }

  .upper-center {
    position: relative;
    top: 50px;
  }

  .spotify-embed {
    position: relative;
    left: 5%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 95%;
  }

  .copyright {
    padding: 10px;
    background-color: #000;
  }

  .copyright.tickets {
    position: relative;
    left: 0px;
    right: 0%;
  }

  .upper-right {
    left: 40%;
  }

  .lower-right {
    left: 40%;
    top: -90px;
  }

  .upper-center {
    left: 5%;
    top: -150px;
    right: 0%;
    z-index: 10;
  }

  .location {
    width: 45%;
    padding-right: 10px;
  }

  .ticket-link {
    width: 18%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 95%;
  }

  .nav {
    width: 100%;
  }

  .copyright {
    left: 10px;
    right: auto;
    bottom: 10px;
  }

  .wrapper {
    overflow: hidden;
  }

  .lower-left {
    left: 0%;
    z-index: 2;
    width: 90%;
    height: 500px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .upper-right {
    left: 0%;
    top: 20px;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .lower-center {
    left: 20px;
    top: 80px;
    bottom: auto;
    display: none;
  }

  .lower-right {
    left: 0%;
    top: 0px;
    z-index: 20;
    width: 100%;
  }

  .upper-center {
    left: 0%;
    top: 0px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .hide-mobile {
    display: none;
  }

  .location {
    width: 33%;
  }

  .date {
    width: 30%;
  }

  .ticket-link {
    width: 25%;
  }
}

