:root {
  --black: #1c1c1c;
  --goldenrod: #f6c356;
  --firebrick: #b63c31;
  --white: var(--goldenrod);
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

a {
  color: var(--goldenrod);
}

li {
  padding-bottom: 20px;
}

.heading {
  color: var(--goldenrod);
  text-align: center;
}

.site-title {
  margin-top: 40px;
}

.body {
  background-color: #3b3a3a;
}

.container {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar {
  background-color: var(--black);
  color: var(--goldenrod);
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}

.div-block {
  width: 900px;
}

.section-2 {
  background-image: url('../images/hero.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-2 {
  width: 768px;
  border: 1px #fff;
  border-bottom-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-top: 20px;
  font-size: 21px;
  line-height: 34px;
}

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

.cards-section {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4 {
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.video {
  padding-bottom: 40px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.gallery {
  padding-top: 10px;
  padding-bottom: 20px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  padding: 10px 20px 0;
  display: flex;
}

.div-block-7 {
  width: 500px;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social_links {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link {
  font-size: 200px;
  font-weight: 400;
  text-decoration: none;
}

.link.social_icon {
  color: var(--goldenrod);
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 34px;
}

.link.social_icon:hover {
  color: #e04a2e;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

.section-6, .section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.cards-section-2 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.video-2, .video-3, .video-4 {
  padding-bottom: 40px;
}

.paragraph {
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-9 {
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-2 {
  margin-top: 0;
  font-size: 16px;
  line-height: 34px;
}

.link-block {
  color: #000;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  color: #000;
  text-decoration: none;
}

.section-9 {
  background-color: var(--black);
  justify-content: center;
  display: flex;
}

.heading-2 {
  color: #f6c356;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 800;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.container-2 {
  margin-top: 40px;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.heading-3, .text-block-3 {
  color: #fff;
}

.nav-link {
  color: var(--goldenrod);
}

.nav-link.w--current {
  color: #fff;
  font-weight: 400;
}

.image-4 {
  display: none;
}

.paragraph-2 {
  width: 59%;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.hero_header {
  color: var(--goldenrod);
}

.hero_header.hero_h1 {
  margin-top: 100px;
  margin-bottom: 80px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 150px;
  font-weight: 800;
}

.hero_header.hero_h2 {
  margin-bottom: 100px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.list {
  padding-left: 20px;
  font-size: 24px;
  line-height: 30px;
}

.text-span {
  color: var(--goldenrod);
}

.golden_text {
  color: var(--goldenrod);
  font-weight: 400;
}

.text-span-2, .norml_weight {
  font-weight: 400;
}

.section-10 {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/interlude_img.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container-5 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.follow_h1 {
  font-size: 80px;
}

.follow_div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.follow_link {
  color: #fff;
}

.div-block-10 {
  margin-top: 100px;
}

.paragraph-3 {
  text-align: left;
}

.song_subtitle {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

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

.section-11 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.lightbox_img {
  margin: 10px;
}

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

.div-block-11 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.lightbox-link {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-12 {
  margin-top: 60px;
}

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

.text-block-4 {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.div-block-14 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.button {
  width: 350px;
  height: 50px;
  text-align: center;
  background-color: #af1d1d;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-2 {
    background-image: url('../images/hero.png');
    background-position: 65%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-2 {
    width: 568px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

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

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .paragraph-2 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
  }

  .hero_header.hero_h1 {
    margin-bottom: 30px;
    font-size: 80px;
  }

  .hero_header.hero_h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .container-4 {
    padding-left: 40px;
  }

  .section-10 {
    background-image: linear-gradient(rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/interlude_img.png');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 320px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link.social_icon {
    font-size: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .section-10 {
    background-position: 40%;
  }

  .div-block-10 {
    margin-right: 40px;
  }

  .section-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    background-image: url('../images/hero_long_mobile.png');
  }

  .div-block-2 {
    width: 280px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .video {
    padding-bottom: 40px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    width: 300px;
  }

  .social_links {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link.social_icon {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

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

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

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph, .text-block-3 {
    text-align: center;
  }

  .nav-link {
    background-color: var(--black);
  }

  .image-3 {
    display: none;
    overflow: visible;
  }

  .image-4 {
    display: block;
  }

  .paragraph-2 {
    width: 80%;
    margin-bottom: 500px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero_header.hero_h1 {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .hero_header.hero_h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-10 {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/interlude_img.png');
    background-position: 0 0, 30%;
    background-size: auto, cover;
  }

  .container-5 {
    align-items: flex-end;
  }

  .follow_h1 {
    justify-content: flex-end;
    margin-bottom: 0;
    font-size: 50px;
    display: flex;
  }

  .follow_div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10 {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 14px;
  }

  .heading-6 {
    justify-content: flex-end;
    margin-top: 0;
    font-size: 14px;
    display: flex;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 14px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black);
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

#w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52cd-6c6fbdbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52ce-6c6fbdbb, #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52cf-6c6fbdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d80ff261-7cb8-93e2-0142-6e8d5d5d300d-6c6fbdbb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d80ff261-7cb8-93e2-0142-6e8d5d5d300e-6c6fbdbb, #w-node-c65952c1-0a63-73f6-e6d8-a48c766af1b1-6c6fbdbb, #w-node-_3fb18f31-f8a2-84c1-4b1d-0cc77e48c9e1-6c6fbdbb, #w-node-_35b1c930-e0b3-8b05-3447-d3f0b2945706-6c6fbdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c9bd209-4c4a-b8f0-c023-c45468e3a0e9-6c6fbdbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bc70e869-02eb-96a9-02ba-50035bcf6675-6c6fbdbe, #w-node-_44b32dcf-0c75-ac05-d413-50ae48e482a8-6c6fbdbe, #w-node-_50e8a0e4-c0f6-0f40-014e-009be4d208c3-6c6fbdbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52cd-6c6fbdbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52ce-6c6fbdbb, #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52cf-6c6fbdbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d80ff261-7cb8-93e2-0142-6e8d5d5d300d-6c6fbdbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d80ff261-7cb8-93e2-0142-6e8d5d5d300e-6c6fbdbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52cd-6c6fbdbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52ce-6c6fbdbb, #w-node-_2ef609fd-a7e1-f277-ace4-bbde4e8c52cf-6c6fbdbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d80ff261-7cb8-93e2-0142-6e8d5d5d300d-6c6fbdbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d80ff261-7cb8-93e2-0142-6e8d5d5d300e-6c6fbdbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7bac760-e7da-1095-65e4-1a18c4354323-6c6fbdbe, #w-node-b7bac760-e7da-1095-65e4-1a18c435433b-6c6fbdbe, #w-node-b7bac760-e7da-1095-65e4-1a18c435432f-6c6fbdbe {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}