:root {
  --black: black;
  --white: white;
  --gold: #f7c72a;
  --dark-grey: #99999959;
}

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;
}

a {
  text-decoration: underline;
}

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

.nav-link {
  float: left;
  color: #f7c72a8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 26px 13px;
  font-size: 13px;
  line-height: 18px;
  display: block;
}

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

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

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

.nav-bar {
  background-color: #0000;
}

.hero {
  background-image: radial-gradient(circle at 50% 100%, #00000075 49%, #000000d1), url('../images/1249.jpg');
  background-position: 0 0, 50% 18%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 60px;
  display: block;
}

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

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Changa One, Impact, 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;
}

.poster-background {
  background-image: linear-gradient(#00000078, #00000078), url('../images/1123.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.poster-background.poster {
  background-image: linear-gradient(to bottom, null, null), url('../images/poster.jpg');
  background-size: auto, cover;
}

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

.page-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 86px;
  font-family: Oswald, sans-serif;
  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;
  width: 40px;
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.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 {
  color: var(--white);
  text-align: center;
  border-top: 1px solid #99999959;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
}

.contact-h3.sdvsd {
  border-top-style: none;
}

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

.contact-link {
  color: var(--white);
  text-align: center;
  margin: 5px auto 10px;
  text-decoration: none;
  display: 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;
}

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

.logo {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  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: 1;
  width: 25%;
  padding-top: 8px;
  padding-bottom: 23px;
}

.brand-link.w--current {
  display: none;
}

.hero-container {
  text-align: center;
  margin-top: 20vh;
}

.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.big.email {
  color: #fff;
  background-color: #f7c72ad4;
}

.button.big.email:hover {
  background-color: #0000;
}

.button.contact {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  background-color: #f8c7299c;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

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

.footer-text {
  color: #fff;
  margin-top: 13px;
  display: inline-block;
}

.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-size: 18px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #666666a3;
  border: 3px solid #f7c72a70;
  margin-bottom: 20px;
}

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

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

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

.navdiv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  display: block;
}

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

.icons {
  width: 100%;
}

.name {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.aboutrow {
  margin-top: 50px;
}

.row {
  margin-bottom: 40px;
}

.hide {
  display: none;
}

.html {
  height: 300px;
}

.tourdiv {
  border: 3px solid #f7c72a73;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  display: block;
}

.eventheader {
  color: #99843d;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.date {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
}

.location {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.link {
  color: #999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.desc {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.img {
  border: 3px solid #f7c72a61;
  width: 100%;
}

.names, .role {
  color: var(--white);
  margin-left: 15px;
}

.homelogo {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.galleryslider {
  background-color: #0000;
  height: auto;
}

.sliderow {
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.gallerydiuv {
  height: 100%;
}

.gallerydiv {
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all .7s;
}

.gallerydiv:hover {
  transform: scale(.9);
}

.lightboximg {
  border: 3px solid #f7c72a82;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow {
  display: none;
}

.dots {
  margin-bottom: -38px;
}

.smaller, .smaller2 {
  font-size: 30px;
}

.newback {
  background-image: linear-gradient(#00000094, #00000094), url('../images/gallery1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contactpage {
  background-image: linear-gradient(#00000078, #00000078), url('../images/rob3.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, 125px;
  background-attachment: scroll, fixed, scroll;
}

.body, .gallerypage {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gallery1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.videos {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1442975433132-cb9580b88538.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.tour {
  background-image: linear-gradient(#00000096, #00000096), url('../images/1387.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bios {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2, .g-recaptcha {
  margin-bottom: 20px;
}

.sliderow-copy {
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.html-embed {
  display: inline-block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-copy {
  color: #fff;
  margin-top: 13px;
  padding-left: 5px;
  display: inline-block;
}

.html-embed-2 {
  height: 300px;
}

.page-title-copy {
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

.hero-container-copy {
  text-align: center;
  margin-top: 0;
}

.text-block {
  color: var(--gold);
  font-size: 44px;
  line-height: 55px;
}

.page-title-copy {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 86px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

.paragraph {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .nav-bar {
    flex: none;
  }

  .navdiv {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    float: none;
    background-color: #000000d9;
    border-top: 1px solid #000;
    width: 300px;
    height: 100%;
    margin-top: 68px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
  }

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

  .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-button {
    color: #ffffff9e;
    padding: 20px;
    font-size: 25px;
    line-height: 22px;
  }

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

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

  .brand-link {
    margin-left: 20px;
  }

  .brand-link.w--current {
    width: 20%;
    margin-left: 20px;
  }

  .hero-container {
    margin-top: auto;
    padding-top: 45%;
  }

  .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;
    font-size: 50px;
  }

  .content-wrapper.xfgnxfng {
    margin-top: 115px;
  }

  .navdiv {
    background-image: linear-gradient(#00000080, #00000080);
    width: 100%;
    padding-right: 20px;
  }

  .html {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .nav-bar {
    top: 0;
    left: 0;
    right: 0;
  }

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

  .poster-background {
    background-image: linear-gradient(to bottom, null, null), url('../images/12080084_10154391057774896_8294420126759369970_o.jpg');
    background-size: auto, cover;
  }

  .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 {
    margin-right: 0;
  }

  .logo {
    width: 100%;
  }

  .brand-link {
    width: 30%;
    padding-left: 0;
  }

  .brand-link.w--current {
    width: 30%;
    margin-left: 20px;
    padding-left: 0;
  }

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

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

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

  .navdiv {
    padding-right: 20px;
  }

  .html {
    height: 300px;
    margin-bottom: 40px;
  }

  .text-block {
    font-size: 33px;
    line-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 200px;
    margin-top: 58px;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .nav-bar {
    margin-bottom: -12px;
    inset: 0% 0% auto;
  }

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

  .poster-background {
    background-color: var(--black);
    background-image: linear-gradient(#0000, #0000), url('../images/12080084_10154391057774896_8294420126759369970_o.jpg');
    background-position: 0 0, 79%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .page-title {
    font-size: 30px;
  }

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

  .menu-button {
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .brand-link {
    width: 40%;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .brand-link.w--current {
    width: 40%;
    margin-left: 20px;
  }

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

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

  .content-wrapper.xfgnxfng {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .navdiv {
    padding-right: 10px;
  }

  .row {
    margin-bottom: 10px;
  }

  .html {
    height: 180px;
  }

  .tourdiv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .eventheader {
    line-height: 43px;
  }

  .sliderow {
    display: block;
  }

  .gallerydiv {
    margin-bottom: 20px;
  }

  .contactpage, .gallerypage {
    background-color: var(--black);
  }

  .videos {
    background-color: var(--black);
    background-image: linear-gradient(#0000, #0000), url('../images/photo-1442975433132-cb9580b88538.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-y;
  }

  .tour, .bios {
    background-color: var(--black);
  }

  .sliderow-copy {
    display: block;
  }

  .html-embed-3 {
    flex: 1;
    width: 100%;
    display: block;
  }

  .body-2 {
    background-color: #000;
  }

  .hero-container-copy {
    margin-top: 60px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block {
    font-size: 28px;
    line-height: 33px;
  }

  .page-title-copy {
    font-size: 30px;
  }
}


