.main-wrap {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  border: 20px none #000;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.contact {
  min-height: auto;
}

.section.landing-wrap {
  min-height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.landing-content {
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-desktop {
  width: 510px;
  margin-bottom: 10px;
  text-align: center;
}

.navigation {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 5px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #fff;
  letter-spacing: 10px;
}

.nav-link.w--current {
  font-family: Montserrat, sans-serif;
}

.bg-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/IMG_5543-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.heading {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 13px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: 'Blacker display trial', sans-serif;
  color: #000;
  line-height: 21px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.heading.larger-heading {
  margin-bottom: 25px;
  padding-top: 8px;
  border: 1px solid #000;
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 29px;
  letter-spacing: 15px;
}

.heading.larger-heading:hover {
  padding-top: 8px;
  padding-left: 5px;
  background-color: #fff;
  color: #000;
}

.heading.contact-header {
  margin-top: 0px;
  margin-bottom: 28px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.heading.contact-header:hover {
  background-color: #fff;
  color: #000;
}

.heading.landing-header {
  display: none;
}

.button {
  font-style: italic;
  text-align: center;
  letter-spacing: 5px;
}

.listen-now {
  background-color: #fff;
  color: red;
  font-size: 20px;
  line-height: 50px;
  font-style: italic;
  letter-spacing: 5px;
  text-decoration: none;
}

.button-2 {
  border: 1px solid #fff;
  background-color: transparent;
  font-style: italic;
  letter-spacing: 10px;
}

.button-2:hover {
  background-color: #fff;
  color: #000;
}

.store-wrap {
  display: none;
  width: 800px;
  padding: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-left: 29px;
  color: #fff;
  letter-spacing: 1px;
}

.contact-link {
  color: #fff;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translate(0px, -19px);
  -ms-transform: translate(0px, -19px);
  transform: translate(0px, -19px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.frame {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  border: 10px solid #000;
}

.socials {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 19px;
  margin-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.socials.socials-mobile {
  display: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 35px;
  margin-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link:hover {
  background-color: transparent;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.html-mobile {
  display: none;
}

.logo-mobile {
  display: block;
  width: 320px;
  margin-bottom: 15px;
}

.songkick-widget {
  width: 800px;
  background-color: transparent;
  color: #fff;
}

.store-embed {
  display: none;
  margin-bottom: 0px;
  padding: 10px 9px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.header-new:hover {
  border: 1px solid #fff;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 20px;
}

.header-box {
  margin-bottom: 30px;
  padding: 5px 26px 6px 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 20px;
}

.header-box.contact {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 13px;
  cursor: pointer;
}

.columns {
  width: 800px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.landing-wrap {
    min-height: auto;
    margin-top: 261px;
  }

  .section-content.landing-content {
    padding-bottom: 0px;
  }

  .logo-desktop {
    display: none;
  }

  .navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-links {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link {
    margin-right: 12px;
    margin-left: 12px;
    background-color: #fff;
  }

  .nav-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bg-fixed {
    opacity: 0.49;
  }

  .body {
    background-color: #fff;
  }

  .store-wrap {
    width: 300px;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    margin-top: 21px;
    margin-bottom: 19px;
  }

  .contact-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .frame {
    display: none;
  }

  .socials {
    position: relative;
    display: none;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .socials.socials-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .social-link {
    margin: 10px;
  }

  .html-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .html-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
    width: 400px;
    margin-bottom: 24px;
  }

  .songkick-widget {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .logo-desktop {
    display: none;
  }

  .socials.socials-mobile {
    margin-left: 1px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrap {
    margin-top: 0px;
  }

  .navigation {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-links {
    display: none;
    width: 320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    font-size: 24px;
    line-height: 17px;
  }

  .nav-link:hover {
    text-align: left;
    letter-spacing: 5px;
  }

  .bg-fixed {
    overflow: hidden;
    height: 1000px;
    background-position: 50% 50%;
    opacity: 0.65;
  }

  .body {
    padding-top: 0px;
    background-color: #fff;
  }

  .heading {
    width: 300px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 22px;
    text-align: center;
  }

  .heading.larger-heading {
    padding-top: 8px;
    font-size: 50px;
  }

  .heading.contact-header {
    padding-top: 4px;
  }

  .button-2 {
    width: 300px;
    text-align: center;
  }

  .text-block {
    margin-top: 0px;
    margin-bottom: 34px;
    margin-left: 0px;
    text-align: left;
  }

  .frame {
    display: none;
  }

  .socials {
    position: fixed;
    display: none;
    width: 100%;
  }

  .socials.socials-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
  }

  .social-link {
    margin-right: 5px;
    margin-left: 5px;
  }

  .logo-mobile {
    width: 300px;
  }

  .header-box {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Blacker display trial';
  src: url('../fonts/Blacker-Display-Heavy-trial.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blacker display trial';
  src: url('../fonts/Blacker-Display-Regular-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blacker display trial';
  src: url('../fonts/Blacker-Display-Heavy-Italic-trial.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Blacker display trial';
  src: url('../fonts/Blacker-Display-Regular-Italic-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}