:root {
  --bg--black: #000;
  --gray--muted: #9ca3af;
  --text--white: #fff;
  --accent--red: #dc2626;
  --accent-hover--dark-red: #b91c1c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg--black);
  color: #fff;
  min-width: 320px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

p {
  max-width: 60ch;
  margin-bottom: 10px;
}

a:hover {
  text-decoration: underline;
}

.h1 {
  margin-bottom: 24px;
  font-size: 64px;
}

.h2 {
  margin-bottom: 20px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.6;
}

.body {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.link {
  color: #fff;
}

.container {
  color: #ccc;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.about-section {
  position: relative;
}

.btn {
  text-align: center;
  cursor: pointer;
  border-radius: 16px;
  padding: 14px 28px;
  font-weight: 600;
  transition: opacity .2s;
  display: inline-block;
}

.btn.btn-outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #000;
}

.btn.btn-outline:hover {
  color: #000;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #dc2626;
  border: 1px #000;
}

.btn-primary:hover {
  background-color: #b91c1c;
}

.heading-2 {
  margin-bottom: 12px;
}

.heading-2.is-center {
  text-align: center;
  margin-bottom: 32px;
}

.text.is-muted {
  color: var(--gray--muted);
}

.hero-coming {
  background-image: url('../images/band-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  position: relative;
}

.overlay {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.overlay.is-soft {
  background-image: linear-gradient(#00000040, #0000008c);
}

.stack {
  display: flex;
}

.stack.is-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-coming-soon {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/band-photo.jpg');
  background-position: 0 0, 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.beehumana {
  color: #f0e6d2;
  letter-spacing: .03rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 4rem;
}

.paragraph-2 {
  color: #d2cbb6;
  margin-top: .5em;
  font-size: 1.5rem;
  font-weight: 600;
}

.hero {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hero-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.visually-hidden {
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-bottom: -1px;
  position: absolute;
  overflow: hidden;
}

.site-bg {
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/background.avif');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  z-index: 1;
  flex: 1;
  position: relative;
}

.heading.is-center {
  color: #ccc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.about-photo {
  object-fit: cover;
  border-radius: 16px;
  width: 45%;
  max-width: 500px;
  box-shadow: 0 2px 5px #0003;
}

.about-text {
  width: 45%;
  line-height: 1.7;
}

.shows-section {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.shows-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.show-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr auto;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 24px;
  transition: background-color .2s ease-out;
  display: flex;
  box-shadow: 0 0 20px #0006;
}

.show-card:hover {
  background-color: #ffffff14;
}

.show-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.show-notes {
  color: #ccc;
  max-width: none;
  line-height: 160%;
}

.show-link {
  color: #fff;
  background-color: #dc2626;
  border-radius: 6px;
  margin: 0 auto;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #dc26260d;
}

.show-link:hover {
  background-color: #b91c1c;
  text-decoration: none;
}

.is-centered {
  text-align: center;
}

.show-top {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-section {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 24px 0 16px;
  display: flex;
  position: relative;
  top: 0;
}

.hero-logo {
  object-fit: contain;
  background-color: #0000;
  max-width: 90vw;
  max-height: 150px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.nav-menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}

.nav-menu:hover {
  color: #dc2626;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  color: #dc2626;
  border-radius: 8px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #dc2626;
  font-weight: 700;
}

.hero-photo {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  max-width: 85vw;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero-photo-wrapper {
  position: relative;
}

.music-section {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.code-embed {
  z-index: 1;
  padding-top: 20px;
  position: relative;
}

.video-gallery {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.video-thumb {
  border-radius: 10px;
  max-width: 240px;
}

.footer {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.footer-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.body-2 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.show-location {
  max-width: 60svw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.show-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 0;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.about-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.about-row.reverse {
  flex-flow: row-reverse;
}

.about-row.center {
  justify-content: space-between;
  align-items: center;
}

.about-row-reverse {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.press-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

.press-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  display: flex;
  position: relative;
}

.press-intro {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block {
  text-overflow: clip;
  overflow-wrap: normal;
  position: static;
}

.heading-3 {
  position: relative;
}

.press-item {
  border-bottom: 1px solid #ffffff1f;
  padding-top: 0;
  padding-bottom: 32px;
}

.press-meta {
  padding-top: 20px;
}

.press-title {
  margin-bottom: 10px;
}

.press-link {
  color: #dc2626;
  font-weight: 600;
  text-decoration: none;
}

.press-link:hover {
  color: #ffffffb3;
  text-decoration: none;
}

.text-block-2 {
  color: #ffffffe6;
  margin-top: 10px;
  font-style: italic;
}

.press-description, .press-quote {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  body {
    min-height: 500px;
  }

  .h1 {
    font-size: 48px;
  }

  .h2 {
    font-size: 32px;
  }

  .hero {
    background-position: 50% 0;
    background-size: 100vw;
    width: 100vw;
  }

  .hero-overlay {
    max-width: 90vw;
    overflow: visible;
  }

  .page-wrapper {
    flex: 1;
    position: relative;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .about-photo {
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .about-text {
    width: 90%;
    max-width: 500px;
    line-height: 1.7;
  }

  .shows-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .show-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #ffffff0d;
    border-radius: 12px;
    padding: 20px 24px;
    transition: background-color .2s ease-out;
  }

  .show-card:hover {
    background-color: #ffffff14;
  }

  .show-date {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
  }

  .show-notes {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
  }

  .show-link {
    color: #fff;
    background-color: #dc2626;
    border-radius: 6px;
    padding: 10px 18px;
  }

  .show-link:hover {
    background-color: #b91c1c;
  }

  .is-centered {
    text-align: center;
  }

  .hero-logo {
    max-width: 80vw;
    max-height: 120px;
  }

  .hero-photo {
    max-width: 90vw;
  }

  .show-location {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
  }

  .about-row {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .about-row.reverse {
    flex-flow: column;
  }

  .press-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .press-intro {
    font-size: 14px;
  }

  .press-item {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 36px;
  }

  .h2 {
    font-size: 28px;
  }

  .section-coming-soon {
    background-image: linear-gradient(#0000, #0000), url('../images/band-photo-mobile.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

  .hero {
    background-image: linear-gradient(#0000, #0000);
    display: flex;
  }

  .hero-overlay {
    background-image: none;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-menu {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
  }

  .press-section {
    padding: 20px 10px;
  }

  .press-container {
    max-width: 500px;
  }

  .press-item {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .about-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .beehumana {
    font-size: 3.5rem;
  }

  .hero-overlay {
    background-image: none;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    inset: 0;
  }

  .heading.is-center {
    font-size: 48px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 20px;
  }

  .about-text {
    padding-left: 2px;
    padding-right: 2px;
  }

  .show-card {
    margin-left: 5px;
    margin-right: 5px;
  }

  .show-date {
    font-size: 14px;
    line-height: 16px;
  }

  .show-link {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 9px;
  }

  .hero-logo {
    filter: brightness(110%);
    width: auto;
    max-width: 100vw;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .nav-link {
    padding-bottom: 6px;
    padding-right: 14px;
    font-size: 12px;
  }

  .show-location {
    max-width: 60svw;
    font-size: 14px;
    line-height: 16px;
  }

  .press-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-intro {
    font-size: 10px;
  }

  .press-meta {
    font-size: 15px;
  }

  .press-title {
    font-size: 22px;
  }

  .press-description, .press-quote {
    font-size: 14px;
  }
}

#w-node-_851365ad-709a-e2c4-aad2-f00501d7ecc2-5bc5d938 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}


