:root {
  --gold: rgba(248, 199, 41, .7);
}

body {
  color: #fff;
  flex-direction: column;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 125px;
  font-family: Glass Antiqua, sans-serif;
  font-size: 42px;
  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 {
  text-align: center;
}

.nav-link {
  color: rgba(255, 255, 255, .62);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 26px 13px;
  font-size: 13px;
  line-height: 18px;
}

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

.nav-bar {
  background-color: rgba(0, 0, 0, 0);
}

.hero {
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 85px;
}

.hero-subtitle {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.subpage-background {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/author-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  font-weight: 300;
  display: flex;
}

.subpage-background.reviews {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/elijah-barns-20200318.jpg');
  background-repeat: repeat, no-repeat;
}

.subpage-background.author {
  background-image: linear-gradient(to bottom, null, null), url('../images/author-bg.jpg');
  background-attachment: scroll, fixed;
}

.subpage-background.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/contact-bg.jpg');
  background-attachment: scroll, fixed;
}

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

.page-title {
  text-align: center;
  text-transform: uppercase;
  align-self: flex-start;
  margin: 0 auto 30px;
  padding-left: 0;
  font-family: Glass Antiqua, sans-serif;
  font-size: 60px;
  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: rgba(0, 0, 0, 0);
  margin-top: auto;
  padding-top: 43px;
  padding-bottom: 43px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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 {
  width: 25px;
  opacity: .5;
  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 {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, .85);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.track-listing-row {
  border-top: 1px solid rgba(153, 153, 153, .35);
  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: rgba(0, 0, 0, 0);
  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 rgba(153, 153, 153, .35);
  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 {
  max-width: 550px;
  text-align: left;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  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;
  padding-left: 0;
  font-family: Roboto Slab;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

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

.hero-container {
  text-align: center;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 19vh;
  padding-left: 0;
  display: block;
}

.button {
  color: rgba(248, 199, 41, .7);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(248, 199, 41, .7);
  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 {
  color: rgba(255, 255, 255, .7);
  background-color: #7da000;
  border-style: none;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Glass Antiqua, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.content-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 78px;
  display: flex;
}

.footer-text {
  color: rgba(255, 255, 255, .43);
  margin-top: 13px;
  font-family: Glass Antiqua, sans-serif;
}

.song-list-item {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding-top: 19px;
  padding-bottom: 19px;
}

.review-stars {
  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 rgba(255, 255, 255, .3);
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.field-label {
  margin-bottom: 10px;
  font-family: Glass Antiqua, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.input {
  outline-offset: 0px;
  color: #fff;
  background-color: rgba(102, 102, 102, .64);
  border-style: none;
  outline: 1px solid #dadada;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .77);
}

.input.textarea {
  min-height: 110px;
  outline-color: #dadada;
}

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

.image {
  max-width: 625px;
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.image-2, .image-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-2 {
  width: 100%;
  height: auto;
  opacity: 1;
  text-align: center;
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 68px;
  display: block;
}

.container {
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
  display: block;
  position: static;
}

.section-2 {
  text-align: center;
}

.heading {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 44px;
  font-family: Berkshire Swash;
  font-size: 48px;
  position: static;
  left: 168px;
}

.home {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000), url('../images/2024-03-04_web-red-witch-12_n.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-3 {
  width: 50%;
  height: auto;
  text-align: center;
  flex-flow: column wrap;
  flex: 1;
  order: -1;
  align-content: center;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  display: flex;
}

.div-block-4 {
  display: flex;
}

.image-4 {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.image-5 {
  clear: none;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.image-6 {
  margin-top: 32px;
  padding-left: 19px;
  padding-right: 19px;
}

.image-7 {
  margin-top: 39px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-2 {
  color: #acacac;
  text-align: left;
  margin-top: 0;
  padding-left: 140px;
  padding-right: 125px;
  font-family: Glass Antiqua, sans-serif;
}

.paragraph {
  text-align: left;
  padding-top: 20px;
  padding-left: 140px;
  padding-right: 200px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.div-block-5 {
  flex: 1;
  align-self: flex-start;
  padding-top: 250px;
}

.paragraph-2 {
  padding-left: 140px;
  padding-right: 125px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
}

.heading-3 {
  padding-left: 140px;
}

.paragraph-3 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-6 {
  flex: 1;
  order: 0;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  border: 1px solid #acacac;
  margin-right: 40px;
}

.text-block {
  font-family: Glass Antiqua, sans-serif;
}

.review-text {
  margin-top: 10px;
  font-family: Glass Antiqua, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.review-block {
  border-bottom: 1px solid rgba(172, 172, 172, .5);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.div-block-7 {
  position: absolute;
}

.body-2 {
  background-image: url('../images/EBCrow-redgirl-web-background_LO.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

  .subpage-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/elijah-barns-20200318.jpg');
    background-position: 0 0, 100% 0;
  }

  .subpage-background.author {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/author-bg.jpg');
    background-position: 0 0, 50% 0;
  }

  .footer {
    width: 100%;
    flex: 0 auto;
    order: 0;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    color: rgba(255, 255, 255, .62);
    padding: 20px 0 20px 20px;
    font-size: 25px;
    line-height: 22px;
  }

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

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo {
    padding-left: 0;
  }

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

  .div-block-2 {
    width: 100%;
    flex-wrap: wrap;
  }

  .home {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 495px;
    padding-right: 0%;
  }

  .div-block-4 {
    flex-wrap: wrap;
  }

  .heading-2 {
    color: #acacac;
  }

  .paragraph {
    padding-right: 125px;
  }

  .div-block-5 {
    padding-top: 126px;
  }

  .section-3 {
    height: 100%;
    min-height: 100%;
  }

  .div-block-7 {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-8 {
    clear: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-4 {
    flex: 1;
    margin-top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50% 0;
  }

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

  .subpage-background.reviews {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/elijah-barns-20200318.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-y;
  }

  .page-title {
    font-weight: 400;
  }

  .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: 7px;
    padding-right: 20px;
  }

  .logo {
    padding-left: 20px;
  }

  .hero-container {
    margin-top: 54.6vh;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 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 {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    padding-top: 3px;
  }

  .home {
    background-position: 0 0, 50% 0;
    display: flex;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    flex-flow: column wrap;
  }

  .heading-2 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 28px;
  }

  .paragraph {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-5 {
    order: -1;
  }

  .paragraph-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-3 {
    padding-left: 50px;
    font-size: 38px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 48% 0;
    background-size: cover;
  }

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

  .subpage-background.reviews {
    background-image: linear-gradient(to bottom, null, null), url('../images/elijah-barns-20200318.jpg');
    background-attachment: scroll, fixed;
  }

  .page-title {
    text-align: center;
    margin-bottom: 40px;
    font-family: Glass Antiqua, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
  }

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

  .menu-button {
    margin-right: 0;
  }

  .logo {
    text-align: left;
    margin-top: -5px;
    margin-left: 10px;
    padding-left: 0;
    font-size: 16px;
  }

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

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

  .content-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    flex-wrap: wrap;
  }

  .image-2 {
    padding-top: 30px;
  }

  .image-3 {
    width: auto;
    flex: 0 auto;
  }

  .home {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-3 {
    width: auto;
    flex-direction: column;
    flex: 1;
    align-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-4 {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-2, .paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    flex: 0 auto;
  }

  .paragraph-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3 {
    padding-left: 40px;
  }

  .paragraph-3 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .image-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-4 {
    clear: both;
    flex-direction: column;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}


