body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: #ffde5b;
  text-decoration: underline;
}

.nav-menu {
  text-align: center;
}

.nav-link {
  margin-left: 5px;
  padding: 26px 10px 26px 0px;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

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

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-bar {
  padding-left: 0px;
  background-color: transparent;
  letter-spacing: 0.4vh;
}

.hero {
  position: static;
  display: block;
  width: auto;
  height: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  text-align: center;
}

.hero-heading {
  position: relative;
  margin-top: -195px;
  padding-right: 0px;
  font-family: 'Urw impact w01 condensed';
  color: #fff;
  font-size: 120px;
  line-height: 140px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4vh;
  text-transform: uppercase;
  white-space: normal;
}

.hero-subtitle {
  position: relative;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.subpage-background {
  background-color: #000;
  font-weight: 300;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-title {
  padding: 85px 2.5%;
  color: #fff;
  text-align: center;
}

.page-title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  float: none;
  font-size: 50px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding-right: 2.5%;
  padding-bottom: 50px;
  padding-left: 2.5%;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  color: #fff;
}

.footer {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer.homepage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.76;
  color: #fff;
}

.social-link {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  margin-left: 7px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.track-listing-row {
  margin-bottom: 45px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
}

.featured-track {
  margin-bottom: 0px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

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

.small-grey-text {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  margin-bottom: 100px;
  text-align: center;
}

.rsvp-button {
  padding: 5px 15px;
  border: 1px solid #f7e769;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #f7e769;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.rsvp-button:hover {
  border-color: #fff;
  color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.contact-row {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
  text-align: center;
}

.contact-link {
  display: inline-block;
  margin-top: 5px;
  color: #999;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
}

.form {
  display: block;
  max-width: 550px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #333;
}

.submit-button.sign-up {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-top: 0px;
}

.input-inline {
  display: inline-block;
  max-width: 414px;
  margin-right: 20px;
}

.album-art {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin: 0px -25px 0px -40px;
  padding-right: 0px;
  font-family: Urwdincond, sans-serif;
  color: #fdfdfd;
  font-size: 35px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-container {
  position: relative;
  margin-top: 18.5vh;
  padding-top: 0px;
  text-align: center;
}

.button {
  padding: 11px 19px;
  border: 1px solid rgba(248, 199, 41, 0.7);
  background-color: transparent;
  color: rgba(248, 199, 41, 0.7);
  font-size: 14px;
}

.button.big {
  margin-top: 35px;
  margin-right: 9px;
  margin-left: 9px;
  padding: 11px 26px;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.button.contact {
  padding-right: 29px;
  padding-left: 29px;
  background-color: rgba(248, 199, 41, 0.7);
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
}

.footer-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.43);
}

.song-list-item {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.28);
  text-align: center;
}

.album-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.album-columns {
  text-align: center;
}

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.photo-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
  text-align: center;
}

.photo {
  margin-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.51);
}

.field {
  font-weight: 300;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 40%, 0.64);
  color: #fff;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.77);
}

.input.textarea {
  min-height: 110px;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, 0.35);
}

.image {
  position: relative;
  z-index: auto;
  display: inline-block;
  width: 58%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: static;
  display: block;
  width: 40%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  width: 40%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  display: block;
  margin: 80px auto;
}

.image-5 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 65px;
}

.body {
  height: auto;
  clear: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph {
  margin-top: 91px;
  padding-top: 0px;
  font-size: 16px;
}

.paragraph-2 {
  font-size: 20px;
}

.image-6 {
  display: block;
  max-height: 50%;
  max-width: 60%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.section-3 {
  margin-right: 2.5%;
  margin-bottom: 50px;
  margin-left: 2.5%;
}

.paragraph-3 {
  font-size: 16px;
}

.columns {
  margin-left: 0px;
  padding-top: 40px;
}

.column-5 {
  padding-left: 0px;
}

.text-block {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-4 {
  padding-top: 60px;
  font-size: 18px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  padding-left: 0px;
}

.link-block {
  min-width: 100%;
}

.link-block-2 {
  min-width: 100%;
}

.link-block-3 {
  min-width: 100%;
}

.link-block-4 {
  min-width: 100%;
}

.link-block-5 {
  min-width: 100%;
}

.image-7 {
  display: block;
  max-height: none;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.section-4 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}

.columns-3 {
  padding-bottom: 30px;
}

.columns-4 {
  padding-bottom: 30px;
}

.columns-5 {
  padding-bottom: 30px;
}

.columns-6 {
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.section-5 {
  margin-bottom: 50px;
  padding-top: 40px;
}

.section-6 {
  position: static;
  margin-top: 100px;
  padding-top: 0px;
}

.fixed-background2 {
  position: fixed;
  width: 100%;
  height: 100vw;
  background-color: #000;
}

.image-12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
  max-width: none;
  min-width: 100%;
  opacity: 1;
  -webkit-filter: blur(5px) brightness(40%);
  filter: blur(5px) brightness(40%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.fixed-background3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  -o-object-fit: fill;
  object-fit: fill;
}

.image-13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
  max-width: none;
  min-width: 100vw;
  -webkit-filter: blur(5px) brightness(40%);
  filter: blur(5px) brightness(40%);
  -o-object-fit: cover;
  object-fit: cover;
}

.fixed-background4 {
  position: fixed;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-14 {
  height: 100vh;
  min-width: 100%;
  -webkit-filter: blur(5px) brightness(40%);
  filter: blur(5px) brightness(40%);
  -o-object-fit: cover;
  object-fit: cover;
}

.fixed-background5 {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.image-15 {
  position: fixed;
  height: 100vh;
  min-width: 100%;
  -webkit-filter: brightness(40%) blur(5px);
  filter: brightness(40%) blur(5px);
}

.fixed-background6 {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.image-16 {
  height: 100vh;
  min-width: 100%;
  -webkit-filter: brightness(40%) blur(5px);
  filter: brightness(40%) blur(5px);
  -o-object-fit: cover;
  object-fit: cover;
}

.fixed-background {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.image-17 {
  height: 100vh;
  min-width: 100%;
  -webkit-filter: brightness(40%) blur(5px);
  filter: brightness(40%) blur(5px);
  -o-object-fit: cover;
  object-fit: cover;
}

.container-3 {
  position: static;
  max-width: 50%;
  margin-top: 0px;
}

.text-block-2 {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-5 {
  font-size: 16px;
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-top: 50px;
  font-size: 18px;
}

.column-6 {
  padding-top: 0px;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.heading {
  margin-top: 0px;
}

.image-18 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-7 {
  margin-top: -27px;
}

.paragraph-8 {
  margin-top: 40px;
  font-size: 18px;
}

.paragraph-9 {
  font-size: 16px;
}

.paragraph-10 {
  font-size: 16px;
}

.heading-2 {
  position: relative;
  font-size: 28px;
}

.heading-3 {
  position: relative;
  font-size: 28px;
}

.section-7 {
  padding-bottom: 50px;
}

.paragraph-11 {
  font-size: 16px;
}

.paragraph-12 {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
}

.fixed-background7 {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.image-19 {
  position: fixed;
  display: inline-block;
  height: 100vh;
  max-width: none;
  min-height: 200%;
  min-width: 100vw;
  margin-left: 0px;
  background-color: #000;
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-20 {
  height: 100%;
  min-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-4 {
  position: relative;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.button-2 {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  max-width: 15%;
  min-width: 9vw;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid rgba(248, 199, 41, 0.7);
  border-radius: 0px;
  background-color: transparent;
  color: #ffde59;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
}

.form-block {
  position: relative;
}

.contact-form {
  position: relative;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-21 {
  position: relative;
}

.grid {
  grid-template-areas: "Area Area-2";
}

.image-22 {
  position: relative;
}

.columns-7 {
  position: relative;
  height: auto;
  margin-top: 60px;
  margin-right: 140px;
  margin-left: 140px;
}

.image-laurels {
  height: auto;
  max-width: 20vw;
  min-height: auto;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  font-style: normal;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-24 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: inline-block;
  max-width: 20vw;
  float: none;
  text-align: center;
  text-decoration: underline;
}

.video-2 {
  display: inline-block;
  margin-top: 0px;
}

.link-block-6 {
  width: auto;
  height: 100%;
  float: right;
}

.column-7 {
  height: auto;
  text-align: center;
}

.image-25 {
  max-width: 20vw;
  float: none;
  clear: none;
  text-align: left;
}

.column-8 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }

  .hero-heading {
    margin-top: -66px;
    font-size: 130px;
    line-height: 130px;
  }

  .page-title {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .featured-track {
    margin-bottom: 0px;
  }

  .menu-button {
    padding: 20px 0px 20px 20px;
    color: hsla(0, 0%, 100%, 0.62);
    font-size: 25px;
    line-height: 22px;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }

  .logo {
    margin-left: 0px;
    padding-left: 25px;
  }

  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .menu-text:hover {
    color: #fff;
  }

  .menu-icon {
    float: left;
  }

  .image-5 {
    margin-top: 30px;
  }

  .body {
    background-position: 0px 0px, 70% 50%;
  }

  .image-6 {
    position: static;
    min-width: 30vw;
  }

  .section-3 {
    margin-right: 75px;
    margin-left: 75px;
  }

  .column-4 {
    position: relative;
  }

  .image-7 {
    max-width: 50%;
  }

  .image-13 {
    position: relative;
    left: -50%;
    width: auto;
    height: 100vh;
  }

  .container-3 {
    max-width: 70%;
  }

  .image-19 {
    position: fixed;
    left: -589px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-2 {
    max-width: 25%;
    min-width: 25px;
    font-size: 26px;
    line-height: 24px;
  }

  .columns-7 {
    margin-top: 50px;
    margin-right: 60px;
    margin-left: 60px;
  }

  .image-laurels {
    display: inline-block;
    max-width: 20vw;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    text-align: left;
  }

  .image-24 {
    max-width: 20vw;
  }

  .image-25 {
    max-width: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    padding-bottom: 0px;
  }

  .hero-heading {
    margin-top: -145px;
    padding-top: 0px;
    padding-left: 48px;
    font-size: 61px;
    line-height: 60px;
  }

  .hero-subtitle {
    padding-bottom: 0px;
  }

  .page-title {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .featured-track {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .rsvp-button {
    margin-top: 15px;
  }

  .tour-date-row {
    text-align: center;
  }

  .contact-link {
    margin-bottom: 30px;
  }

  .submit-button.sign-up {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    margin-right: 7px;
  }

  .album-art {
    margin-bottom: 12px;
  }

  .logo {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }

  .album-list {
    margin-bottom: 60px;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-4 {
    width: 40%;
  }

  .image-5 {
    margin-top: 20px;
  }

  .body {
    background-position: 0px 0px, 70% 0%;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .column {
    margin-bottom: -75px;
  }

  .column-2 {
    margin-top: -75px;
  }

  .image-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-3 {
    padding-bottom: 0px;
  }

  .image-7 {
    max-width: 50%;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-4 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .image-8 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-9 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-11 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-13 {
    position: relative;
    left: -100%;
    width: auto;
    height: 100vh;
  }

  .container-2 {
    padding-top: 20px;
  }

  .image-19 {
    position: fixed;
    left: -772px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button-2 {
    max-width: 30%;
    min-width: 30vw;
    font-size: 26px;
    line-height: 24px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    margin-right: 80px;
    margin-left: 55px;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #ffde5b;
  }

  .hero {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .hero-heading {
    margin-top: -120px;
    margin-bottom: 0px;
    font-size: 39px;
    line-height: 52px;
  }

  .hero-subtitle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .subpage-background {
    display: block;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .page-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .small-grey-text {
    margin-top: 15px;
  }

  .contact-row {
    padding-bottom: 16px;
  }

  .album-art {
    padding-bottom: 12px;
  }

  .logo {
    display: block;
    width: 100.00010369584547%;
    max-width: 100.00010369584547%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    line-height: 40px;
  }

  .hero-container {
    padding-right: 13px;
    padding-left: 13px;
  }

  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .body {
    background-position: 0px 0px, 70% 0%;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .column {
    padding-top: 30px;
  }

  .image-6 {
    min-height: 40px;
    min-width: 40vw;
  }

  .section-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-7 {
    min-width: 200px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-8 {
    min-width: 150px;
  }

  .image-9 {
    min-width: 150px;
  }

  .image-10 {
    max-width: 50%;
    min-width: 150px;
  }

  .image-11 {
    max-width: 50%;
    min-width: 150px;
  }

  .section-6 {
    margin-top: -20px;
  }

  .fixed-background3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
  }

  .image-13 {
    position: relative;
    left: -100%;
    width: auto;
    height: 100vh;
  }

  .container-2 {
    padding-top: 20px;
  }

  .container-3 {
    max-width: 80%;
    padding-top: 35px;
  }

  .video {
    margin-top: 0px;
  }

  .image-19 {
    position: fixed;
    left: -375px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .button-2 {
    position: relative;
    max-width: 35%;
    min-width: 45vw;
    font-size: 26px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns-7 {
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 13px;
  }

  .image-laurels {
    max-width: 25vw;
  }

  .image-24 {
    max-width: 25vw;
  }

  .image-25 {
    max-width: 25vw;
  }
}

@font-face {
  font-family: 'Urwdincond';
  src: url('../fonts/URWDINCond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}