:root {
  --crimson: #ca3130;
  --crimson-2: rgba(0, 0, 0, .62);
  --wheat: #f5e5c1;
  --firebrick: #f40200;
  --darker-red: #d20909;
  --floral-white: #fff9ec;
  --black: #34231c;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.home {
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cover-1-no-text.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.artwork {
  display: none;
  position: relative;
}

.link {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 25.5%;
  left: 32.5%;
  transform: rotate(-90deg);
}

.image {
  z-index: 1;
  position: relative;
}

.merchlink {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 25.5%;
  left: 32.5%;
  transform: rotate(-90deg);
}

.merchlink:hover {
  text-decoration: underline;
}

.videoslink {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 55%;
  left: 57.8%;
  transform: rotate(-90deg);
}

.videoslink:hover {
  text-decoration: underline;
}

.tourlink {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 62%;
  left: 61%;
  transform: rotate(0);
}

.tourlink:hover {
  text-decoration: underline;
}

.listennowlink {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 69%;
  left: 27%;
  transform: rotate(0);
}

.listennowlink:hover {
  text-decoration: underline;
}

.subscribelink {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .6rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 74.8%;
  left: 34.7%;
  transform: rotate(0);
}

.subscribelink:hover {
  text-decoration: underline;
}

.wegoagainlink {
  z-index: 2;
  color: #444;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 76.5%;
  left: 45%;
  transform: rotate(0);
}

.wegoagainlink:hover {
  text-decoration: underline;
}

.image-2 {
  z-index: 2;
  mix-blend-mode: color-burn;
  width: 30%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-30%, 50%);
}

.sociallinks {
  z-index: 3;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 26.5%;
  transform: rotate(-90deg);
}

.link-block {
  width: 12px;
  height: auto;
  margin-right: 6px;
  transition: all .2s;
  transform: rotate(90deg);
}

.link-block:hover {
  transform: rotate(90deg);
}

.image-3 {
  width: auto;
  height: auto;
}

.socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.social-link {
  margin: 4px;
  transition: all .2s;
  display: block;
}

.social-link:hover {
  box-shadow: inset 0 2px 5px 0 var(--crimson-2);
  transform: scale(1.1);
}

.albumart {
  max-width: 400px;
  margin-top: 20px;
  box-shadow: 0 10px 12px 2px rgba(0, 0, 0, .4);
}

.html-embed {
  width: 90%;
  max-width: 960px;
  margin-top: 48px;
}

.html-embed-2 {
  width: 90%;
  max-width: 960px;
  margin-top: 40px;
  font-weight: 700;
  display: flex;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #d20909;
  margin-top: 24px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 24px;
  font-family: D dincondensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: #d20909;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d20909;
}

.section-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mailingmodal {
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, .88);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 24px;
  padding: 16px 24px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 100%;
}

.closemailingmodal {
  border: 1px solid var(--wheat);
  color: var(--wheat);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 24px;
  padding: 16px 24px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.closemailingmodal:hover {
  background-color: var(--wheat);
  color: #000;
  border-radius: 4px;
}

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

.menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 1%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.link-3 {
  color: #d20909;
  font-family: Misopen;
  font-size: 2rem;
  line-height: 100%;
  text-decoration: none;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
}

.subscribebutton {
  color: var(--crimson);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  font-size: .9rem;
  font-weight: 700;
  transition: text-shadow .2s ease-in-out;
  display: block;
}

.subscribebutton:hover {
  color: var(--wheat);
  text-shadow: 0 1px 8px var(--wheat);
  text-decoration: none;
}

.ctas {
  justify-content: center;
  align-items: center;
  display: flex;
}

.enny-logo {
  filter: grayscale() brightness(370%) sepia(400%);
  color: var(--wheat);
  margin-top: 0;
  display: none;
}

.videosbutton {
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  font-family: D dincondensed, sans-serif;
  font-size: 1rem;
}

.videosbutton:hover {
  text-decoration: underline;
}

.tourbutton {
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  font-family: D dincondensed, sans-serif;
  font-size: 1rem;
}

.tourbutton:hover {
  text-decoration: underline;
}

.merchbutton {
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  font-family: D dincondensed, sans-serif;
  font-size: 1rem;
}

.merchbutton:hover {
  text-decoration: underline;
}

.section-3 {
  z-index: 9999;
  opacity: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tourmodal {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(0, 0, 0, .88);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: block;
}

.html-embed-3 {
  color: #fff;
  width: 90%;
  max-width: 960px;
}

.closetourmodal {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 24px;
  padding: 16px 24px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
}

.closetourmodal:hover {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
}

.section-4 {
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.videos {
  z-index: 9999;
  opacity: 1;
  background-color: rgba(0, 0, 0, .83);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  overflow: hidden;
}

.closevideomodal {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 24px;
  padding: 16px 24px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
}

.closevideomodal:hover {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
}

.html-embed-4 {
  width: 90%;
  max-width: 960px;
}

.link-block-4 {
  color: #d20909;
  font-size: 1px;
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

.background-video {
  z-index: -100;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  color: #fff;
  background-color: #00ce01;
  background-image: none;
  font-family: Ccsinglebound, sans-serif;
}

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

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 70vw;
  height: auto;
}

.youtube {
  width: 100%;
}

.mask {
  margin-bottom: 50px;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading.top {
  color: #000;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border: 0 #000;
  border-radius: 0;
  margin-bottom: 20px;
  font-family: Ccsinglebound, sans-serif;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 3rem;
  display: block;
}

.nav-link {
  color: var(--crimson);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: text-shadow .2s ease-in-out;
  display: block;
}

.nav-link:hover {
  text-shadow: 0 1px 8px var(--wheat);
}

.nav-link.w--current {
  text-shadow: 0 0 6px var(--wheat);
}

.social-icon {
  filter: invert();
  color: var(--firebrick);
  width: 16px;
}

.playlist {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.html-embed-5 {
  width: 55vw;
}

.button {
  color: #fafafa;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 0;
  margin-top: 0;
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  transition: box-shadow .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  box-shadow: 0 0 8px 0 var(--wheat);
}

.tour {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.html-embed-6 {
  width: 55vw;
}

.heading-2 {
  color: var(--wheat);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 38px;
  display: inline-block;
}

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

.mailinglist {
  margin-top: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-4 {
  width: 24px;
}

.mail-list {
  box-shadow: none;
  transition: opacity .2s;
  transform: scale(1.1);
}

.mail-list:hover {
  box-shadow: 0 2px 5px 0 var(--darker-red);
  display: block;
  transform: scale(1.1);
}

.subscribe-modal {
  z-index: 1000;
  background-color: #a24b2b;
  display: none;
  position: relative;
}

.modal-wrapper_subscribe {
  z-index: 2000;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  color: #e37152;
  text-align: center;
}

.heading-3.modal-text {
  color: #fff;
  display: none;
}

.exit-icon {
  filter: invert();
  justify-content: center;
  margin-top: 8px;
  margin-right: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.image-56 {
  filter: contrast(200%);
  display: block;
}

.html-embed-7 {
  color: #fff;
  width: 500px;
  display: block;
}

.mail-sectionmodal {
  display: none;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  background-color: #f4f4f4;
  border: 1px solid #000;
  border-radius: 2px;
  flex: 1;
  width: 200px;
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 900;
  line-height: 24px;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: block;
}

.button-2:hover {
  background-color: #deff00;
  transform: scale(1.1);
}

.div-block-19 {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-19.og {
  display: none;
}

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

.image-57 {
  width: 75%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-58 {
  margin: auto auto 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-58:hover {
  opacity: .73;
  filter: grayscale(57%);
}

.image-5 {
  color: #e3cf00;
  width: 480px;
  margin: 0 auto 20px;
  display: none;
}

.image-9 {
  max-width: 60%;
  display: none;
}

.youtube-2 {
  width: 70%;
  max-width: 100%;
}

.signup {
  height: 100vh;
  display: none;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.html-embed-8 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.body-2 {
  background-color: #00ce01;
}

@media screen and (max-width: 991px) {
  .home {
    background-image: url('../images/cover-1-no-text.jpg');
    background-size: cover;
  }

  .merchlink {
    font-size: .7rem;
    top: 25%;
    left: 32.8%;
  }

  .tourlink {
    font-size: .7rem;
    top: 63%;
    left: 61.4%;
  }

  .listennowlink {
    font-size: .7rem;
    left: 27.6%;
  }

  .subscribelink {
    font-size: .55rem;
    left: 35%;
  }

  .wegoagainlink {
    font-size: .7rem;
    top: 76.8%;
    left: 45.7%;
  }

  .sociallinks {
    left: 27%;
  }

  .link-block {
    width: 11px;
  }

  .exit-icon {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .home {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 0;
  }

  .videoslink {
    font-size: .7rem;
    left: 58%;
  }

  .listennowlink {
    font-size: .6rem;
    top: 70%;
    left: 27.9%;
  }

  .subscribelink {
    font-size: .5rem;
  }

  .sociallinks {
    left: 26.7%;
  }

  .socials {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .subscribebutton {
    margin-left: 0;
  }

  .body {
    background-color: #00cd02;
    background-image: none;
    background-size: auto;
  }

  .slider {
    width: 97vw;
  }

  .html-embed-5 {
    width: 80vw;
  }

  .button {
    margin-top: 20px;
    margin-left: 0;
  }

  .html-embed-6 {
    width: 80vw;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .html-embed-7 {
    width: auto;
    max-width: 100%;
  }

  .container-4 {
    height: 80vh;
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-19 {
    margin-top: 60px;
  }

  .image-57 {
    display: block;
  }

  .image-58 {
    width: 70%;
    display: block;
  }

  .image-58:hover {
    filter: none;
  }
}

@media screen and (max-width: 479px) {
  .home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .merchlink {
    font-size: .5rem;
    left: 32%;
  }

  .videoslink {
    font-size: .5rem;
    left: 57.3%;
  }

  .tourlink {
    font-size: .55rem;
    top: 62%;
    left: 62%;
  }

  .listennowlink {
    font-size: .47rem;
    top: 69%;
    left: 26%;
  }

  .subscribelink {
    font-size: .45rem;
    left: 31%;
  }

  .wegoagainlink {
    font-size: .5rem;
    top: 77%;
    left: 43%;
  }

  .sociallinks {
    top: 46%;
    left: 21.8%;
  }

  .link-block {
    width: 8.5px;
  }

  .socials {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-2 {
    font-size: 1rem;
  }

  .subscribebutton {
    font-weight: 700;
  }

  .ctas {
    flex-flow: wrap;
    width: 100%;
  }

  .enny-logo {
    max-width: 100%;
  }

  .videosbutton, .tourbutton, .merchbutton {
    font-weight: 700;
  }

  .link-block-3 {
    text-align: center;
    width: 90%;
  }

  .heading.top {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .subscribe-modal {
    display: none;
  }

  .modal-wrapper_subscribe {
    z-index: 0;
  }

  .html-embed-7 {
    width: 300px;
    max-width: 100%;
  }

  .mail-sectionmodal {
    z-index: 1000;
    display: none;
    position: fixed;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-19 {
    width: 780%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-5 {
    width: 260px;
  }

  .youtube-2 {
    width: 80%;
  }
}


@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring uniformpro blk';
  src: url('../fonts/Fontspring-uniformpro-blk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ccsinglebound';
  src: url('../fonts/CCSingleBound-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ccsingleboundvintage';
  src: url('../fonts/CCSingleBoundVintage-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}