html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  color: #c8c8c8;
  background: #000;
  font-family: "Druk Wide Bold", "sans-serif";
}
#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
#header {
  height: 140px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
  border-bottom: solid 4px #c8c8c8;
}
#logo {
  padding-top: 40px;
  float: left;
}

#logo img {
  width: 150px;
}

#nav {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 75px;
}
#header-socials {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 45px;
  padding-top: 75px;
}

#nav a,
#header-socials a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 300ms ease-in;
}

#nav a {
  font-size: 0.6rem;
}
#nav a:hover,
#header-socials a:hover {
  color: #c8c8c8;
}
#nav a + a,
#header-socials a + a {
  margin-left: 30px;
}
#hero {
  text-align: center;
}
#hero img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
section.page {
  position: relative;
}
section h2 {
  color: #fff;
  width: 65%;
  border-bottom: solid 4px #c8c8c8;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px;
  margin: 60px auto;
}
section:nth-child(even) h2 {
  text-align: left;
  margin-left: auto;
  display: flex;
  margin-right: 0;
}
section:nth-child(odd) h2 {
  text-align: right;
}
section.page .content {
  clear: both;
  max-width: 1200px;
  margin: auto;
}
/**/
#videos {
  padding: 40px 0;
}
#videos .video iframe {
  height: 646px;
  width: 1150px;
  display: block;
  margin: auto;
}
.slick-prev,
.slick-next {
  color: #c8c8c8;
  font-size: 60px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: 0.8;
  transition: all 300ms ease-in-out;
  z-index: 10;
  font-family: monospace; /*position: absolute; top: 54px; display: block; width: 20px; height: 20px; padding: 0; margin-bottom: 40px;*/
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
/**/
#music {
  text-align: center;
}
#music-slide {
  clear: both;
}
#music .single .buy,
#music .single .image {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
}
#music .single .image {
  vertical-align: middle;
}
#music .single .image img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
#music .buy {
  color: #c8c8c8;
  font-size: 26px;
  text-transform: uppercase;
}
#music .buy .available {
  font-size: 16px;
}
#music .buy a.smartlink {
  text-decoration: none;
  border: 1px solid #c8c8c8;
  padding: 10px 21px;
  font-size: 19px;
}
#music .buy a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  transition: all 300ms;
}
#music .buy a:hover {
  color: #fff;
  border-color: #c8c8c8;
  background-color: #c8c8c8;
}
#music .buy a + a {
  margin-left: 30px;
}
/**/
.bit-widget {
  font-family: 'Druk Wide Bold', sans-serif !important;
  text-transform: uppercase !important;
  color: #c8c8c8 !important;
  clear: both;
}
.bit-nav-bar,
.bit-top-track-button,
.bit-rsvp {
  display: none !important;
}
.bit-widget.bit-layout-desktop .bit-event:hover {
  background-color: rgba(247, 75, 114, 0.1) !important;
}
.bit-widget .bit-venue {
  color: #c8c8c8 !important;
}
.bit-offers {
  border: solid 1px #c8c8c8 !important;
  transition: all 300ms ease-in-out;
}
.bit-offers:hover {
  background: #c8c8c8 !important;
  color: #fff !important;
}
.merch-btn {
  color: #fff;
  border: solid 1px #c8c8c8;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms;
  padding: 8px 30px;
  text-transform: uppercase;
  display: block;
  margin: 50px auto;
  width: auto;
  text-align: center;
}
.merch-btn:hover {
  color: #fff;
  background: #c8c8c8;
}

/**/

/**/
#social {
  margin-top: 40px;
  padding: 55px 0;
  border-top: solid 4px #c8c8c8;
  text-align: center;
}
#social a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
}
#social a + a {
  margin-left: 30px;
}
/**/
#footer {
  width: 100%;
  box-sizing: border-box;
  background: #c8c8c8;
  color: #000;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
#footer a {
  color: #000;
  display: inline-block;
  margin: 0 4px;
}

@media (max-width: 965px) {
  #logo {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    float: none;
  }
  #nav {
    position: static;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  #header-socials {
    position: static;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  #header {
    padding-left: 18px;
    padding-right: 18px;
  }
  #header-socials a {
    font-size: 19px;
  }

  #nav a + a {
    margin-left: 22px;
  }
  section h2 {
    width: 80%;
  }
  #music .single {
    text-align: center;
  }
  #music .single .buy,
  #music .single .image {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #music .single .buy {
    margin-bottom: 20px;
  }
  #music .single .image img {
    width: 95%;
    height: auto;
    display: block;
    margin: auto;
  }
}

@media (max-width: 350px) {
  #nav a {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  #videos .video iframe {
    width: 875px;
    height: 492px;
  }
}

@media (max-width: 900px) {
  #videos .video iframe {
    width: 500px;
    height: 281px;
  }
}

@media (max-width: 500px), (max-height: 565px) and (orientation: landscape) {
  #videos .video iframe {
    width: 320px;
    height: 180px;
  }
}

@media (min-width: 768px) {
  #logo img {
    width: 300px;
  }

  #hero img {
    height: 700px;
  }
  #nav a {
    font-size: 20px;
  }
    
    form {
  font-family: Arial;
}

.container {
}

input[type=text], input[type=submit] {
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=checkbox] {
  margin-top: 16px;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}
}
