:root {
  --gold: #f8c729b3;
  --gold-2: #f8c729b3;
}

.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 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

.nav-menu {
  color: #f04747;
  text-align: center;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link {
  z-index: 15;
  color: #f04747;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0;
  font-size: 150%;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: -2%;
}

.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 {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14%;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0;
}

.hero {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.hero-heading {
  color: #fff;
  -webkit-text-stroke-color: #efb31c;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 85px;
}

.hero-subtitle {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.simple-background {
  color: #050505;
  background-color: #060606;
  background-image: url('../images/shaq_pan.png'), linear-gradient(#0009, #0009);
  background-position: 50%, 0 0;
  background-size: 100% 100%, auto;
  background-attachment: fixed, scroll;
  font-weight: 300;
}

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

.page-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 86px;
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

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

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

.content {
  color: #fff;
}

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

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

.footer-link {
  opacity: .82;
  color: #222;
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.social-link {
  opacity: .5;
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
}

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

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

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

.circle {
  background-color: #000000d9;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.track-listing-row {
  border-top: 1px solid #99999959;
  margin-bottom: 45px;
  padding-top: 20px;
}

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

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

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

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

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

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

.rsvp-button {
  color: #f7e769;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #f7e769;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 18px;
  transition: color .2s, border-color .2s;
}

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

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

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

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

.contact-row {
  text-align: center;
  border-top: 1px solid #99999959;
  padding-top: 58px;
  padding-bottom: 58px;
}

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

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

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

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

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

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

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

.menu-button {
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.logo {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.brand-link {
  z-index: 3;
  width: 6%;
  height: 75%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 7.5% auto 0% 1%;
}

.brand-link.w--current {
  width: 6%;
  height: 70%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 1%;
}

.hero-container {
  z-index: 4;
  text-align: center;
  margin-top: 29vh;
  position: absolute;
  top: 56%;
  left: 0%;
}

.button {
  color: #f8c729b3;
  background-color: #0000;
  border: 1px solid #f8c729b3;
  padding: 11px 19px;
  font-size: 14px;
}

.button.big {
  color: #f7c72a;
  border-color: #f7c72a;
  margin-left: 9px;
  margin-right: 9px;
  padding: 11px 26px;
  font-size: 16px;
  transition: border .2s, color .2s;
}

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

.button.contact {
  background-color: #f8c729b3;
  padding-left: 29px;
  padding-right: 29px;
}

.menu-icon {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  font-size: 600%;
  line-height: 100%;
  position: absolute;
}

.content-wrapper {
  margin-top: 78px;
}

.footer-text {
  color: #ffffff6e;
  margin-top: 13px;
}

.song-list-item {
  text-align: center;
  border-top: 1px solid #ffffff47;
  padding-top: 19px;
  padding-bottom: 19px;
}

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

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

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  border-top: 1px solid #ffffff4d;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.photo {
  border-radius: 5px;
  margin-bottom: 18px;
  box-shadow: 0 1px 50px #00000082;
}

.field {
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #666666a3;
  border-style: none;
  margin-bottom: 20px;
}

.input:focus {
  box-shadow: 0 0 0 1px #ffffffc4;
}

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

.success {
  background-color: #1ebb0059;
  padding-top: 29px;
}

.youtube {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 20%;
  display: flex;
  position: absolute;
  top: 36.15px;
}

.container {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 25%;
  display: flex;
  position: relative;
  top: -197px;
  left: 30px;
}

.youtube-2 {
  height: 100%;
  position: absolute;
}

.code-embed {
  position: absolute;
  top: 0%;
  left: 0%;
}

.image {
  width: 54%;
  max-width: none;
  height: 74%;
  display: block;
  position: absolute;
  top: 2%;
  left: 28.75%;
}

.body {
  color: #f8f3f3;
  background-color: #f0dcab;
  background-image: url('../images/peter_pan.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-2 {
  background-color: #070707;
  background-image: url('../images/walter_pan.png');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-3 {
  background-color: #040404;
  background-image: url('../images/thorfinn_pan.png');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-4 {
  background-color: #040404;
  background-image: url('../images/shaq_pan_2.png');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-5 {
  color: #0c0b0b;
  background-color: #070707;
  background-image: url('../images/obama_pan.png');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-6 {
  background-color: #f0dcab;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: none;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 0%;
}

.image-2 {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.image-3 {
  z-index: 2;
  width: 45%;
  max-width: none;
  height: 60%;
  position: absolute;
  top: -6%;
  left: 24%;
}

.image-4 {
  width: 90%;
  height: 80%;
  position: absolute;
  top: -19%;
  left: 3%;
}

.image-5 {
  width: 80%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: -39.5%;
  left: 6.75%;
}

.heading {
  -webkit-text-stroke-color: #f65c5c;
}

.text-block {
  color: #ee3f3f;
  width: 150%;
  height: 150%;
  font-size: 140%;
  line-height: 100%;
  position: absolute;
}

.text-block-2 {
  z-index: 5;
  color: #f04747;
  text-transform: uppercase;
  width: 25%;
  height: 60%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 450%;
  line-height: 100%;
  position: absolute;
  top: 3%;
  left: 3%;
}

.text-block-3 {
  z-index: 5;
  color: #f04747;
  width: 40%;
  height: 20%;
  font-family: Roboto Slab, sans-serif;
  font-size: 200%;
  font-style: italic;
  line-height: 100%;
  position: absolute;
  top: 70%;
  left: 1%;
  right: 0%;
}

.image-6 {
  width: 100%;
  max-width: none;
  height: 97.6977%;
}

.image-7 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-4 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-8 {
  width: 24%;
  max-width: none;
  height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dropdown {
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  padding: 0;
}

.dropdown-list.w--open {
  width: 100%;
  height: 400%;
}

.div-block {
  background-color: #110e0eed;
  width: 100%;
  height: 100%;
  padding-bottom: 0%;
  font-weight: 500;
  position: relative;
  inset: 0% 0% auto auto;
}

.container-5 {
  width: 30%;
  max-width: none;
  height: 30%;
  position: absolute;
  top: 30%;
  left: 35%;
}

.youtube-3 {
  width: 50%;
  height: 50%;
  position: absolute;
}

.youtube-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 20%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 50%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-5 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-6 {
  height: 100%;
  position: absolute;
}

.text-block-4 {
  text-align: center;
  width: 50%;
  height: 5%;
  font-size: 100%;
  line-height: 100%;
  position: absolute;
  top: 89%;
  left: 25%;
}

.div-block-2 {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
}

.text-block-5 {
  color: #f04747;
  text-align: center;
  width: 16.6%;
  height: 100%;
  font-family: PT Serif, serif;
  font-size: 125%;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  width: 16.6%;
  height: 100%;
  font-family: PT Serif, serif;
  font-size: 125%;
  line-height: 100%;
  position: absolute;
  left: 20.6%;
}

.image-9 {
  width: 4%;
  height: 100%;
  position: absolute;
  left: 16.7%;
}

.image-10 {
  width: 4%;
  height: 100%;
  position: absolute;
  left: 37%;
}

.text-block-7 {
  color: #f04747;
  text-align: center;
  width: 16.6%;
  height: 100%;
  font-family: PT Serif, serif;
  font-size: 125%;
  line-height: 100%;
  position: absolute;
  left: 41%;
}

.image-11 {
  width: 4%;
  height: 100%;
  position: absolute;
  left: 57.5%;
}

.text-block-8 {
  text-align: center;
  width: 16.6%;
  height: 100%;
  font-family: PT Serif, serif;
  font-size: 125%;
  line-height: 100%;
  position: absolute;
  top: 0%;
  left: 61.5%;
}

.image-12 {
  width: 4%;
  height: 100%;
  position: absolute;
  left: 78%;
}

.text-block-9 {
  color: #f04747;
  text-align: center;
  width: 16.6%;
  height: 100%;
  font-family: PT Serif, serif;
  font-size: 125%;
  line-height: 100%;
  position: absolute;
  left: 82%;
}

.text-block-10 {
  text-align: center;
  width: 20%;
  height: 5%;
  font-size: 100%;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 85%;
  left: 40%;
}

.image-13 {
  width: 55%;
  max-width: none;
  height: 60%;
  position: absolute;
  inset: 20% 0% 0% 22.5%;
}

.text-block-11 {
  text-align: left;
  object-fit: fill;
  width: 45%;
  height: 50%;
  font-size: 135%;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 25%;
  left: 27.5%;
}

.text-block-12 {
  text-align: center;
  width: 20%;
  height: 5%;
  font-size: 100%;
  line-height: 100%;
  position: absolute;
  top: 85%;
  left: 40%;
}

.image-14 {
  background-color: #f0dcab;
  width: 20%;
  max-width: none;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 15%;
}

.image-15 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.image-16 {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 0%;
}

.image-17, .image-18 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.container-6 {
  width: 20%;
  max-width: none;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 15%;
}

.container-7 {
  width: 20%;
  max-width: none;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 65%;
}

.text-block-13 {
  color: #f04747;
  text-align: left;
  width: 70%;
  height: 60%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 220%;
  font-weight: 500;
  line-height: 125%;
  position: absolute;
  top: 20%;
  left: 15%;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  width: 20%;
  height: 5%;
  font-size: 100%;
  line-height: 100%;
  position: absolute;
  top: 85%;
  left: 40%;
}

.text-block-15 {
  color: #f04747;
  text-align: center;
  width: 30%;
  height: 10%;
  font-size: 300%;
  line-height: 150%;
  position: absolute;
  top: 0%;
  left: 35%;
}

.text-block-16, .text-block-17 {
  color: #f04747;
  text-align: center;
  width: 20%;
  height: 10%;
  font-size: 200%;
  line-height: 200%;
  position: absolute;
  left: 40%;
}

.link-block {
  z-index: 7;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 24%;
}

.image-19 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.link {
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.navbar {
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.7327%;
  height: 11%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-block {
  width: 100%;
  height: 15%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-20 {
  width: 100%;
  height: 100%;
}

.link-block-2, .link-block-2.w--current {
  width: 6%;
  height: 80%;
  position: absolute;
  top: 13%;
  left: 1%;
}

.dropdown-3 {
  width: 15%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle-2 {
  width: 60%;
  height: 75%;
  position: absolute;
  top: 7.5%;
  left: 20%;
}

.dropdown-toggle-2.w--open {
  width: 60%;
  height: 75%;
}

.text-block-18 {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 400%;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.dropdown-list-2 {
  width: 100%;
  height: 375%;
  top: 100%;
  left: 0%;
}

.dropdown-list-2.w--open {
  background-color: #302e2e;
  width: 120%;
  left: -20%;
  right: 0%;
}

.link-2 {
  width: 100%;
  height: 50%;
  text-decoration: none;
}

.dropdown-link {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
  position: absolute;
}

.dropdown-link.w--current {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
}

.dropdown-link-2 {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
  position: absolute;
  top: 16.6%;
  left: 0%;
}

.dropdown-link-3 {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  padding-left: 0;
  padding-right: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
  position: absolute;
  top: 33.3%;
  left: 0%;
}

.dropdown-link-4 {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  padding-left: 0;
  padding-right: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
}

.dropdown-link-5 {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  padding-left: 0;
  padding-right: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
  position: absolute;
  top: 66.6%;
  left: 0%;
}

.dropdown-link-6 {
  color: #f04747;
  text-align: center;
  width: 100%;
  height: 16.6%;
  padding-left: 0;
  padding-right: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 175%;
  line-height: 100%;
  position: absolute;
  top: 83.3%;
  left: 0%;
}

.text-block-19 {
  color: #f04747;
  text-align: center;
  width: 20%;
  height: 10%;
  font-size: 200%;
  line-height: 200%;
  position: absolute;
  left: 40%;
}

.text-block-20 {
  text-align: center;
  width: 20%;
  height: 5%;
  position: absolute;
  top: 85%;
  left: 40%;
}

.text-block-21 {
  color: #f04747;
  text-align: center;
  width: 20%;
  height: 10%;
  font-size: 200%;
  line-height: 200%;
  position: absolute;
  left: 40%;
}

.link-block-3 {
  z-index: 22;
  width: 8%;
  height: 16%;
  position: absolute;
  inset: 10% 0% auto 75%;
}

.image-21 {
  vertical-align: middle;
  width: 130%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: -15%;
}

.link-block-4 {
  z-index: 22;
  width: 8%;
  height: 16%;
  position: absolute;
  top: 35%;
  left: 75%;
}

.image-22 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-5 {
  z-index: 22;
  width: 8%;
  height: 16%;
  position: absolute;
  top: 10%;
  left: 90%;
}

.image-23 {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
}

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

  .nav-link {
    text-align: center;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 25%;
    font-size: 150%;
    line-height: 100%;
  }

  .hero {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .menu-button {
    color: #ffffff9e;
    width: 20%;
    height: 100%;
    padding: 20px 0 20px 20px;
    font-size: 25px;
    line-height: 22px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

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

  .brand-link.w--current {
    width: 8%;
  }

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

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

  .menu-icon {
    float: left;
    color: #f04747;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 600%;
    line-height: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-2 {
    z-index: 1;
  }

  .text-block-2 {
    top: -2%;
  }

  .text-block-3 {
    top: 74%;
  }

  .dropdown {
    width: 20%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-toggle {
    width: 100%;
    height: 100%;
  }

  .div-block {
    background-color: #110e0eed;
    width: 125%;
    height: 100%;
    padding-bottom: 220%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .container-5 {
    width: 40%;
    max-width: none;
    top: 30%;
    left: 30%;
  }

  .image-13 {
    width: 70%;
    height: 50%;
    left: 15%;
  }

  .text-block-11 {
    width: 60%;
    height: 40%;
    font-size: 120%;
    left: 20%;
  }

  .text-block-13 {
    width: 70%;
    font-family: Changa One, Impact, sans-serif;
    font-size: 195%;
    left: 15%;
  }

  .dropdown-2 {
    width: 12.32%;
    height: 78%;
    position: absolute;
    inset: auto 0% 0% 233%;
  }

  .div-block-3 {
    z-index: 20;
    width: 100%;
    height: 15%;
    position: relative;
    inset: -9% auto auto -29%;
  }

  .div-block-4 {
    z-index: 20;
    width: 100%;
    height: 13%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: -31% 0% 0% -18%;
  }

  .link-block-2.w--current {
    width: 8%;
  }

  .dropdown-list-2.w--open {
    width: 135%;
    left: -35%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 25%;
    font-size: 150%;
    line-height: 100%;
  }

  .hero-heading {
    font-size: 61px;
  }

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

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

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

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

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

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

  .menu-button {
    width: 20%;
    height: 100%;
    margin-right: 0;
  }

  .brand-link.w--current {
    width: 10%;
  }

  .menu-icon {
    color: #f04747;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 25%;
    font-size: 600%;
    line-height: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

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

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

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

  .text-block-2 {
    width: 25%;
    font-size: 350%;
  }

  .dropdown {
    width: 20%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-toggle {
    width: 100%;
    height: 100%;
  }

  .div-block {
    background-color: #110e0eed;
    width: 150%;
    height: 300%;
    padding-bottom: 263%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .container-5 {
    width: 50%;
    left: 25%;
  }

  .text-block-5, .text-block-7 {
    font-size: 120%;
  }

  .text-block-8 {
    font-size: 125%;
  }

  .text-block-9 {
    font-size: 120%;
  }

  .image-13 {
    height: 40%;
    top: 25%;
  }

  .text-block-11 {
    width: 60%;
    height: 30%;
    font-size: 90%;
    top: 30%;
  }

  .text-block-12 {
    width: 30%;
    left: 35%;
  }

  .image-16 {
    left: 0%;
  }

  .text-block-13 {
    width: 70%;
    font-family: Changa One, Impact, sans-serif;
    font-size: 170%;
    left: 15%;
  }

  .text-block-14 {
    width: 30%;
    left: 35%;
  }

  .text-block-15 {
    color: #f04747;
    text-align: center;
    width: 30%;
    height: 10%;
    font-size: 200%;
    line-height: 200%;
    position: absolute;
    top: 0%;
    left: 35%;
  }

  .link-block-2.w--current {
    width: 10%;
  }

  .dropdown-list-2.w--open {
    width: 190%;
    left: -90%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    z-index: 10;
    background-color: #000;
    width: 300%;
  }

  .nav-link {
    z-index: 11;
    letter-spacing: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
    padding-bottom: 25%;
    font-size: 100%;
    line-height: 90%;
    position: relative;
    top: auto;
  }

  .hero {
    background-image: none;
  }

  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }

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

  .menu-button {
    width: 20%;
    height: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    inset: 0% 0% 0% auto;
  }

  .brand-link, .brand-link.w--current {
    width: 15%;
  }

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

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

  .menu-text {
    width: 60.0878%;
    height: 50%;
    margin-right: 0;
    padding: 25% 0;
    font-size: 75%;
    line-height: 100%;
    position: absolute;
    inset: 25% auto 0% 0%;
  }

  .menu-icon {
    color: #f04747;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 25%;
    padding-bottom: 25%;
    font-size: 400%;
    line-height: 100%;
    position: absolute;
    inset: 0%;
  }

  .body, .body-2, .body-5 {
    background-repeat: no-repeat;
  }

  .container-2 {
    z-index: 1;
    height: 100%;
    inset: 0%;
  }

  .image-2 {
    height: 80%;
    inset: auto 0% 0%;
  }

  .image-3 {
    width: 55%;
    height: 40%;
    top: 21%;
  }

  .image-5 {
    z-index: 1;
    width: 120%;
    height: 80%;
    top: -1.5%;
    left: -7.25%;
  }

  .text-block-2 {
    font-size: 200%;
    top: 29%;
  }

  .text-block-3 {
    font-size: 150%;
  }

  .image-8 {
    height: 35%;
  }

  .dropdown {
    z-index: 9;
    width: 20%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-toggle {
    z-index: 9;
    width: 100%;
    height: 100%;
  }

  .dropdown-list {
    z-index: 9;
  }

  .div-block {
    background-color: #110e0eed;
    width: 200%;
    height: 250%;
    padding-bottom: 500%;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .container-5, .text-block-4 {
    width: 70%;
    left: 15%;
  }

  .text-block-5, .text-block-6 {
    font-size: 85%;
  }

  .text-block-7 {
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 85%;
    display: flex;
  }

  .text-block-8 {
    font-size: 85%;
    display: block;
  }

  .text-block-9 {
    font-size: 85%;
  }

  .text-block-10 {
    width: 40%;
    left: 30%;
  }

  .image-13 {
    width: 85%;
    height: 30%;
    top: 30%;
    left: 7.5%;
  }

  .text-block-11 {
    object-fit: fill;
    width: 75%;
    height: 20%;
    font-size: 60%;
    top: 35%;
    left: 12.5%;
  }

  .container-6 {
    width: 35%;
    height: 35%;
    left: 10%;
  }

  .container-7 {
    width: 35%;
    height: 35%;
    left: 55%;
  }

  .text-block-13 {
    width: 70%;
    font-family: Changa One, Impact, sans-serif;
    font-size: 125%;
    left: 15%;
  }

  .text-block-16 {
    width: 30%;
    font-size: 150%;
    left: 35%;
  }

  .text-block-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-2, .link-block-2.w--current {
    width: 15%;
  }

  .dropdown-toggle-2 {
    left: -25%;
  }

  .dropdown-list-2.w--open {
    width: 325%;
    left: -225%;
  }

  .link-block-3 {
    height: 10%;
    top: 20%;
    left: 85%;
  }

  .link-block-4 {
    height: 10%;
    top: 35%;
    left: 85%;
  }

  .link-block-5 {
    height: 10%;
    top: 50%;
    left: 85%;
  }
}


