:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  background-image: url('../images/home-image-01.jpg');
  background-position: 0 0;
  background-size: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  text-align: center;
}

.body {
  background-image: url('../images/IMG_15231.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-logo {
  margin-top: 20px;
  margin-bottom: 0;
}

.contaner-cta {
  max-width: 1100px;
}

.quick-stack {
  background-color: #00000096;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
}

.form-block {
  width: 100%;
}

.form-label-cta {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.form-field {
  background-color: #ffffffbf;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.form-cta-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #fc0000;
  border-bottom: 6px solid #5d0000;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.music-left, .music-right {
  align-items: center;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
}

.heading-3 {
  margin-top: 0;
}

.cta-left-h2 {
  color: #fff;
  margin-top: 0;
  font-size: 25px;
}

.cta-paragraph {
  color: #fff;
  line-height: 25px;
}

.image {
  text-align: center;
}

.h4-song-title {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.code-embed {
  text-align: center;
  background-color: #eeeeee36;
  border-radius: 8px;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 1px;
}

.song {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.band-member {
  border-radius: 6px;
  padding-top: 20px;
}

.footer-section {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.footer-container {
  float: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.footer-text {
  color: #fff;
  text-align: center;
}

.image-2 {
  clear: none;
  text-align: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .quick-stack {
    margin-top: 10px;
  }

  .cta-left-h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .quick-stack {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .band-member {
    align-self: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .contaner-cta {
    margin-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-cta-button {
    font-size: 15px;
  }

  .image {
    text-align: center;
    max-width: 100%;
  }

  .footer-section {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

#w-node-_7f929144-022a-e196-0b83-619fc0506c80-98d7a551, #w-node-_895c3126-45ce-4c0a-1bd7-79216d1a05cf-98d7a551, #w-node-_548c6d34-88d8-b13f-4f4f-66f09fa04506-98d7a551 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_7f929144-022a-e196-0b83-619fc0506c80-98d7a551, #w-node-_895c3126-45ce-4c0a-1bd7-79216d1a05cf-98d7a551, #w-node-_548c6d34-88d8-b13f-4f4f-66f09fa04506-98d7a551 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


