@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,500,600");
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
._center, .track-content, #tracklisting, #tracklisting #box #box-content {
  display: flex;
  align-items: center;
  justify-content: center; }

._fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%; }

.portrait ._fullscreen {
  height: 100%; }

* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #fefaee;
  color: white;
  font-family: 'Cormorant Garamond', serif !important; }

h2 {
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

p {
  font-size: 1.5rem;
  padding: 0 0 .5rem; }

.page {
  background: #fefaee;
  min-height: 100vh;
  width: 100%; }
  .page .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; }

.plus {
  position: relative;
  top: -.2rem; }

.button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #95803d;
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  outline: 0;
  line-height: 1.5;
  padding: .25rem 1.25rem;
  margin: .5rem 0 0; }
  .button:hover {
    background: #ecceb8;
    color: #040101; }

.hah-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #95803d;
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  outline: 0;
  line-height: 1.5;
  padding: .25rem 1.25rem;
  margin: .5rem 0 0; }
  .hah-button:hover {
    background: #ecceb8; }

#splash #splash-packshot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  #splash #splash-packshot .splash-left {
    flex: 1;
    padding: 2rem;
    text-align: center; }
    #splash #splash-packshot .splash-left svg {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100px;
      width: 100%; }
    #splash #splash-packshot .splash-left p.socials {
      font-size: 1.2rem;
      padding: 2rem 0 0 0; }
      #splash #splash-packshot .splash-left p.socials a {
        color: #fb2153;
        margin: 0 .25rem;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #splash #splash-packshot .splash-left p.socials a:hover {
          color: white; }
  #splash #splash-packshot .splash-middle {
    max-width: 500px;
    padding: 2rem;
    width: 90%; }
    #splash #splash-packshot .splash-middle img {
      display: block;
      height: auto;
      width: 100%; }
    #splash #splash-packshot .splash-middle p.sign-up {
      padding-top: 2rem;
      text-align: center; }
  #splash #splash-packshot .splash-right {
    flex: 1;
    padding: 2rem;
    text-align: center; }
    #splash #splash-packshot .splash-right p {
      color: #fb2153;
      padding: 0 0 .5rem; }
    #splash #splash-packshot .splash-right .pre-order-links,
    #splash #splash-packshot .splash-right .listen-links {
      display: none; }
      #splash #splash-packshot .splash-right .pre-order-links a,
      #splash #splash-packshot .splash-right .listen-links a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #fb2153;
        font-size: .8rem;
        text-decoration: none;
        text-transform: uppercase; }
        #splash #splash-packshot .splash-right .pre-order-links a:hover,
        #splash #splash-packshot .splash-right .listen-links a:hover {
          color: white; }
  #splash #splash-packshot .splash-left,
  #splash #splash-packshot .splash-right {
    opacity: 0; }
  #splash #splash-packshot .splash-middle img {
    opacity: 0; }
  #splash #splash-packshot .splash-middle p {
    opacity: 0; }
  #splash #splash-packshot .splash-bottom {
    display: none; }

#splash-jenny #splash-packshot { 
  background: #fefaee;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  #splash-jenny #splash-packshot .splash-left {
    flex: 1;
    padding: 2rem;
    text-align: center; }
    #splash-jenny #splash-packshot .splash-left svg {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100px;
      width: 100%; }
    #splash-jenny #splash-packshot .splash-left p.socials {
      font-size: 1.2rem;
      padding: 2rem 0 0 0; }
      #splash-jenny #splash-packshot .splash-left p.socials a {
        color: #86353b;
        margin: 0 .25rem;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #splash-jenny #splash-packshot .splash-left p.socials a:hover {
          color: #95803d; }
  #splash-jenny #splash-packshot .splash-middle {
    max-width: 500px;
    padding: 2rem;
    width: 90%; }
    #splash-jenny #splash-packshot .splash-middle img {
      display: block;
      height: auto;
      width: 100%; }
    #splash-jenny #splash-packshot .splash-middle p.sign-up {
      padding-top: 2rem;
      text-align: center; }
  #splash-jenny #splash-packshot .splash-right {
    flex: 1;
    padding: 2rem;
    text-align: center; }
    #splash-jenny #splash-packshot .splash-right p {
      color: #86353b;
      padding: 0 0 .5rem; }
    #splash-jenny #splash-packshot .splash-right .pre-order-links,
    #splash-jenny #splash-packshot .splash-right .listen-links {
      display: none; }
      #splash-jenny #splash-packshot .splash-right .pre-order-links a,
      #splash-jenny #splash-packshot .splash-right .listen-links a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #86353b;
        font-size: .8rem;
        text-decoration: none;
        text-transform: uppercase; }
        #splash-jenny #splash-packshot .splash-right .pre-order-links a:hover,
        #splash-jenny #splash-packshot .splash-right .listen-links a:hover {
          color: white; }
  #splash-jenny #splash-packshot .splash-left,
  #splash-jenny #splash-packshot .splash-right {
    opacity: 0; }
  #splash-jenny #splash-packshot .splash-middle img {
    opacity: 0; }
  #splash-jenny #splash-packshot .splash-middle p {
    opacity: 0; }
  #splash-jenny #splash-packshot .splash-bottom {
    display: none; }
#splash-jenny .button {
  background: #86353b; }
  #splash-jenny .button:hover {
    /*color: #040101;*/
    color: white;
    background: #95803d; }

#splash-jenny #splash-packshot .splash-middle p.sign-up span {
  color: #86353b; 
  text-transform: uppercase;
} 
#splash-jenny #splash-packshot .splash-middle p.sign-up span.ten {
  font-family: 'EB Garamond', serif;
}

#splash-jenny .splash-lungs {
  position: relative;
}

@media screen and (max-width: 800px) {
  
  #splash-jenny #splash-packshot .splash-left svg {
    max-width: 60px;
  }

  #splash-jenny #splash-packshot {
    flex-direction: column;
  }

  .splash-lungs {
    margin: 0 auto;
    width: 50%;
  }

  #splash-jenny #splash-packshot .splash-right {
    padding-top: 0;
  }

  #splash-jenny #splash-packshot .splash-left {
    padding: 4rem 0 0;
    flex: none;
  }

}


#splash-jenny .splash-lungs .splash-lungs-front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#splash-jenny .splash-lungs .splash-lungs-front .lungs-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#splash-jenny .splash-lungs .splash-lungs-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;  
}
#splash-jenny .splash-lungs .splash-lungs-back img {
  transform: rotateY(90deg);
}


#high-as-hope {
  position: relative; }
  #high-as-hope h2 {
    color: #95803d;
    font-size: 5rem;
    line-height: 1;
    text-transform: uppercase; }
  #high-as-hope #hah-content {
    color: #95803d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%; }
    #high-as-hope #hah-content .hah-left {
      opacity: 0;
      flex: 1;
      padding: 2rem;
      text-align: center; }
      #high-as-hope #hah-content .hah-left svg {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 140px;
        width: 100%; }
    #high-as-hope #hah-content .hah-middle {
      max-width: 500px;
      padding: 2rem;
      width: 90%; }
      #high-as-hope #hah-content .hah-middle img {
        display: block;
        height: auto;
        width: 100%;
        transform: rotateY(90deg); }
    #high-as-hope #hah-content .hah-right {
      opacity: 0;
      flex: 1;
      padding: 2rem;
      text-align: center; }
      #high-as-hope #hah-content .hah-right .hah-links,
      #high-as-hope #hah-content .hah-right .hah-listen-links {
        display: none; }
        #high-as-hope #hah-content .hah-right .hah-links a,
        #high-as-hope #hah-content .hah-right .hah-listen-links a {
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          color: #95803d;
          font-size: .8rem;
          text-decoration: none;
          text-transform: uppercase; }
          #high-as-hope #hah-content .hah-right .hah-links a:hover,
          #high-as-hope #hah-content .hah-right .hah-listen-links a:hover {
            color: #ecceb8; }

#live #bit-container {
  padding: 4rem 0;
  max-width: 500px;
  width: 90%; }
  #live #bit-container h2 {
    color: #95803d;
    padding-bottom: 1rem; }
  #live #bit-container .bit-top-track-button {
    display: none; }
  #live #bit-container .bit-track-button-container,
  #live #bit-container .bit-nav-bar-container,
  #live #bit-container .bit-rsvp {
    display: none; }
  #live #bit-container .bit-widget {
    font-family: 'Cormorant Garamond', serif !important; }
    #live #bit-container .bit-widget a {
      color: #95803d; }
    #live #bit-container .bit-widget a.bit-button {
      border: none;
      background: #71612e;
      color: #fefaee;
      font-weight: 600;
      transition: 250ms; }
      #live #bit-container .bit-widget a.bit-button:hover {
        background: #ecceb8;
        color: #040101; }
    #live #bit-container .bit-widget .bit-event {
      border-top: 1px solid rgba(149, 128, 61, 0.38); }
      #live #bit-container .bit-widget .bit-event .bit-offers-text {
        font-size: 1.2rem;
        font-weight: 600; }
    #live #bit-container .bit-widget .bit-upcoming-events {
      border-bottom: 1px solid rgba(149, 128, 61, 0.38); }
    #live #bit-container .bit-widget .bit-venue {
      color: #95803d; }
  #live #bit-container .bit-date {
    text-transform: uppercase; }

#main {
  position: relative; }

#tracks h2 {
  color: #95803d;
  font-size: 4rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0; }

.landscape .track-inner .spacer-landscape {
  display: block;
  pointer-events: none; }

.landscape .track-inner .spacer-portrait {
  display: none; }

.portrait .track-inner .spacer-landscape {
  display: none; }

.portrait .track-inner .spacer-portrait {
  display: block;
  pointer-events: none; }

.track {
  position: relative;
  padding: 2rem;
  min-height: 100%; }
  .track .animated-svg {
    position: relative;
    pointer-events: none; }

.track-inner {
  position: relative;
  height: calc(100vh - 4rem); }
  .track-inner > img {
    display: block;
    height: auto;
    width: 100%; }

.track-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex-direction: column; }
  .track-content img,
  .track-content svg {
    display: block;
    height: auto;
    width: 100%;
    z-index: -1; }

.overlay-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #95803d;
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  padding: .25rem 1.25rem;
  text-decoration: none; }
  .overlay-button:hover {
    background: #ecceb8;
    color: white; }

.landscape #track-1-svg-1 {
  position: absolute;
  top: 34%;
  left: 38%;
  width: 21%; }

.landscape #track-1-svg-2 {
  position: absolute;
  top: 0;
  left: 31%;
  width: 39%; }

.portrait #track-1-svg-1 {
  position: absolute;
  top: 37%;
  left: 14%;
  width: 65%; }

.portrait #track-1-svg-2 {
  position: absolute;
  top: 14%;
  left: 0%;
  width: 100%; }

.landscape #track-2-svg-1 {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 22%; }

.landscape #track-2-svg-2 {
  position: absolute;
  top: 12%;
  right: 30%;
  width: 15%; }

.portrait #track-2-svg-1 {
  position: absolute;
  top: 0%;
  left: 22%;
  width: 45%; }

.portrait #track-2-svg-2 {
  position: absolute;
  top: 70%;
  left: 30%;
  width: 40%; }

.landscape #track-3-svg-1 {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 25%; }

.landscape #track-3-svg-2 {
  position: absolute;
  top: 35%;
  right: 7%;
  width: 35%; }

.portrait #track-3-svg-1 {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 62%; }

.portrait #track-3-svg-2 {
  position: absolute;
  top: 65%;
  right: 18%;
  width: 65%; }

.landscape #track-4-svg-1 {
  position: absolute;
  top: 0%;
  right: 45%;
  width: 11%; }

.landscape #track-4-svg-2 {
  position: absolute;
  bottom: 22%;
  right: 30%;
  width: 35%; }

.portrait #track-4-svg-1 {
  position: absolute;
  top: 0%;
  right: 26%;
  width: 45%; }

.portrait #track-4-svg-2 {
  position: absolute;
  top: 75%;
  right: 12%;
  width: 70%; }

.landscape #track-5-svg-1 {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 45%; }

.landscape #track-5-svg-2 {
  position: absolute;
  bottom: 25%;
  right: 24%;
  width: 45%;
  opacity: 0; }

.portrait #track-5-svg-1 {
  position: absolute;
  top: 7%;
  left: -7%;
  width: 95%; }

.portrait #track-5-svg-2 {
  position: absolute;
  bottom: 29%;
  left: 14%;
  width: 76%;
  opacity: 0; }

.landscape #track-6-svg-1 {
  position: absolute;
  top: 7%;
  right: 30%;
  width: 17%;
  opacity: 0; }

.landscape #track-6-svg-2 {
  position: absolute;
  bottom: 10%;
  right: 14%;
  width: 20%;
  opacity: 0; }

.landscape #track-6-svg-3 {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 22%; }

.landscape #track-6-svg-4 {
  position: absolute;
  top: 20%;
  left: 28%;
  width: 10%; }

.landscape #track-6-svg-5 {
  position: absolute;
  top: 61%;
  left: 18%;
  width: 19%;
  opacity: 0; }

.portrait #track-6-svg-1 {
  position: absolute;
  top: 34%;
  right: 6%;
  width: 24%;
  opacity: 0; }

.portrait #track-6-svg-2 {
  position: absolute;
  bottom: 25%;
  left: 4%;
  width: 40%;
  opacity: 0; }

.portrait #track-6-svg-3 {
  position: absolute;
  top: 1%;
  left: 0%;
  width: 40%; }

.portrait #track-6-svg-4 {
  position: absolute;
  top: 21%;
  left: 25%;
  width: 20%; }

.portrait #track-6-svg-5 {
  position: absolute;
  top: 13%;
  right: 5%;
  width: 40%;
  opacity: 0; }

.landscape #track-7-svg-1 {
  position: absolute;
  top: 12%;
  right: 35%;
  width: 25%; }

.landscape #track-7-svg-2 {
  position: absolute;
  bottom: 34%;
  right: 30%;
  width: 25%; }

.portrait #track-7-svg-1 {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 65%; }

.portrait #track-7-svg-2 {
  position: absolute;
  top: 56%;
  right: 12%;
  width: 55%; }

.landscape #track-8-svg-1 {
  position: absolute;
  top: 0%;
  left: 40%;
  width: 21%; }

.landscape #track-8-svg-2 {
  position: absolute;
  bottom: 17%;
  left: 38%;
  width: 25%; }

.portrait #track-8-svg-1 {
  position: absolute;
  top: 4%;
  left: 2%;
  width: 75%; }

.portrait #track-8-svg-2 {
  position: absolute;
  top: 68%;
  right: 18%;
  width: 65%; }

.landscape #track-9-svg-1 {
  position: absolute;
  top: 0%;
  right: 8%;
  width: 26%; }

.landscape #track-9-svg-2 {
  position: absolute;
  top: 5%;
  left: 19%;
  width: 20%; }

.portrait #track-9-svg-1 {
  position: absolute;
  bottom: 2%;
  right: 10%;
  width: 43%; }

.portrait #track-9-svg-2 {
  position: absolute;
  top: 20%;
  left: 12%;
  width: 20%; }

.landscape #track-10-svg-1 {
  position: absolute;
  bottom: 8%;
  left: 42%;
  width: 14%;
  opacity: 0; }

.landscape #track-10-svg-2 {
  position: absolute;
  top: 0%;
  left: 6%;
  width: 24%; }

.landscape #track-10-svg-3 {
  position: absolute;
  top: 9%;
  left: 7.5%;
  width: 33%; }

.landscape #track-10-svg-4 {
  position: absolute;
  bottom: 1%;
  left: 4%;
  width: 23%; }

.portrait #track-10-svg-1 {
  position: absolute;
  top: 80%;
  right: 3%;
  width: 30%;
  opacity: 0; }

.portrait #track-10-svg-2 {
  position: absolute;
  top: 5%;
  left: 22%;
  width: 54%; }

.portrait #track-10-svg-3 {
  position: absolute;
  top: 15%;
  left: 25%;
  width: 73%; }

.portrait #track-10-svg-4 {
  position: absolute;
  bottom: 21%;
  left: 20%;
  width: 53%; }

#bg-images {
  position: absolute;
  top: 0vh;
  left: 0;
  width: 100%;
  pointer-events: none; }
  #bg-images .bg-image {
    display: block;
    position: relative;
    height: 300vh; }
  #bg-images #track-01-image-bg {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 25%;
    transform: rotate(-2deg); }
  #bg-images #track-02-image-bg {
    position: absolute;
    top: 30%;
    right: 3%;
    width: 25%;
    transform: rotate(3deg); }
  #bg-images #track-03-image-bg {
    position: absolute;
    bottom: -50%;
    left: 3%;
    width: 35%;
    transform: rotate(1deg); }
  #bg-images #track-04-image-bg {
    position: absolute;
    bottom: -40%;
    left: 3%;
    width: 28%;
    transform: rotate(-5deg); }
  #bg-images #track-05-image-bg {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 30%;
    transform: rotate(1deg); }
  #bg-images #track-06-image-bg {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 30%;
    transform: rotate(-1deg); }
  #bg-images #track-07-image-bg {
    position: absolute;
    bottom: 10%;
    left: 3%;
    width: 28%;
    transform: rotate(-5deg); }
  #bg-images #track-08-image-bg {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 28%; }
  #bg-images #track-09-image-bg {
    position: absolute;
    top: 1%;
    left: 2%;
    width: 34%;
    transform: rotate(-5deg); }
  #bg-images #track-10-image-bg {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 28%;
    transform: rotate(-5deg); }

.portrait #bg-images #track-01-image-bg {
  width: 45%; }
.portrait #bg-images #track-02-image-bg {
  width: 45%; }
.portrait #bg-images #track-03-image-bg {
  width: 45%; }
.portrait #bg-images #track-04-image-bg {
  width: 45%; }
.portrait #bg-images #track-05-image-bg {
  width: 45%; }
.portrait #bg-images #track-06-image-bg {
  width: 45%; }
.portrait #bg-images #track-07-image-bg {
  width: 45%; }
.portrait #bg-images #track-08-image-bg {
  width: 45%; }
.portrait #bg-images #track-09-image-bg {
  width: 45%; }
.portrait #bg-images #track-10-image-bg {
  width: 45%; }

#tracklisting {
  flex-direction: column;
  min-height: 100vh;
  width: 100%; }
  #tracklisting #tracklisting-top,
  #tracklisting #tracklisting-bottom {
    flex: 1; }
  #tracklisting #box {
    height: auto;
    position: relative;
    max-width: 500px;
    width: 90%; }
    #tracklisting #box #box-spacer img {
      display: block;
      height: auto;
      width: 100%; }
    #tracklisting #box #box-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      text-align: center;
      flex-direction: column;
      padding: 2rem; }
      #tracklisting #box #box-content h2 {
        color: black;
        font-size: 1.5rem;
        padding-bottom: 1rem;
        text-transform: uppercase; }
      #tracklisting #box #box-content p {
        color: #95803d;
        font-size: 1rem;
        line-height: 1.5;
        text-transform: uppercase; }
  #tracklisting #links {
    padding: 1rem; }
    #tracklisting #links p {
      text-align: center;
      padding-bottom: .5rem; }
      #tracklisting #links p a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: black;
        font-size: .8rem;
        padding: 0 .25rem;
        text-decoration: none;
        text-transform: uppercase; }
        #tracklisting #links p a:hover {
          color: #ecceb8; }

#footer {
  background: #fefaee;
  flex: 1;
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column; }
  #footer ul {
    padding-top: 1rem; }
    #footer ul li {
      display: inline-block;
      list-style: none; }
      #footer ul li a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #95803d;
        font-size: .6rem;
        padding: 0 .25rem;
        text-decoration: none;
        text-transform: uppercase; }
        #footer ul li a:hover {
          color: #ecceb8; }
  #footer p {
    font-size: 1rem;
    margin: 0;
    padding: 0 0 1rem 0; }
  #footer p.socials a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #95803d;
    font-size: 1.2rem;
    margin: 0 .25rem; }
    #footer p.socials a:hover {
      color: #ecceb8; }
  #footer p.sign-up a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #95803d;
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    padding: .25rem 1.25rem;
    text-decoration: none; }
    #footer p.sign-up a:hover {
      background: #ecceb8; }

#scroll {
  opacity: 0;
  bottom: 5px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 500; }
  #scroll img {
    width: 15px; }

@media screen and (max-width: 800px) {
  #splash #splash-packshot {
    flex-direction: column; }
    #splash #splash-packshot .splash-left,
    #splash #splash-packshot .splash-right {
      display: flex;
      align-items: center;
      justify-content: center; }

  #tracks h2 {
    font-size: 3rem; } }
@media screen and (max-width: 480px) {
  .button {
    font-size: 0.8rem; }

  .break {
    display: none; }

  /*
  #bg-images,
  .back-images {
    display: none;
  } 
  */
  h2 {
    font-size: 1.3rem; }

  #splash {
    min-height: calc(100vh - 70px);
    flex-direction: column; }
    #splash #splash-packshot {
      min-height: calc(100vh - 70px); }
      #splash #splash-packshot .splash-left {
        flex: 2;
        flex-direction: column;
        padding: 0; }
        #splash #splash-packshot .splash-left svg {
          height: 50px; }
        #splash #splash-packshot .splash-left p.socials {
          padding-top: .5rem; }
      #splash #splash-packshot .splash-middle {
        flex: 2;
        margin: 0 auto;
        padding: 0;
        width: 50%; }
        #splash #splash-packshot .splash-middle p.sign-up {
          position: absolute;
          bottom: 4rem;
          left: 0;
          margin: 0;
          padding: 0;
          width: 100%; }
      #splash #splash-packshot .splash-right {
        flex: 4;
        flex-direction: column;
        padding: 0; }
        #splash #splash-packshot .splash-right p {
          font-size: 1.3rem; }
      #splash #splash-packshot .splash-bottom {
        display: block;
        flex: 1; }

  #live h2 {
    padding-bottom: 1rem; }
  #live #bit-container .bit-widget a.bit-button {
    line-height: 30px; }
  #live #bit-container .bit-widget .bit-event .bit-offers-text {
    font-size: .8rem; }

  #high-as-hope #hah-content {
    flex-direction: column; }
    #high-as-hope #hah-content .hah-left {
      height: 10vh; }
      #high-as-hope #hah-content .hah-left svg {
        opacity: 0; }
    #high-as-hope #hah-content .hah-middle {
      flex: 2;
      width: 62%; }
    #high-as-hope #hah-content .hah-right {
      flex: 1; }
      #high-as-hope #hah-content .hah-right p {
        font-size: 1.3rem; }
      #high-as-hope #hah-content .hah-right a {
        font-size: .8rem; }

  #tracklisting {
    padding-top: 3rem; }
    #tracklisting #box #box-content h2 {
      color: black;
      font-size: 1.2rem;
      padding-bottom: 1rem;
      text-transform: uppercase; }
    #tracklisting #box #box-content p {
      color: #95803d;
      font-size: .8rem;
      line-height: 1.5;
      text-transform: uppercase; } }




#video {
  background: none;
  position: relative;
  overflow: hidden;
}
.video-foreground {
  position: relative;
  height: 100vh;
  width: 100%;
}
.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.3);
}

#video-text {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .video-foreground iframe {    
    pointer-events: auto;
  }  
}


#_evh-link {
  /*display: none;*/
}

#volume {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 2rem;
}
#volume-on {
  display: block;
  cursor: pointer;
}
#volume-off {
  display: none;
  cursor: pointer;
}


@media screen and (max-width: 800px) {
  #volume {
    display: none;
  }
}
