/* colors */
/* fonts */
html,
body {
  position: relative;
  height: 100%;
}

body {
  min-width: 375px;
  font-weight: 400;
  background-color: #000000;
}
body.lock-body-for-mobile-menu {
  overflow-y: hidden;
}

.font-roboto, body {
  font-family: "Roboto", sans-serif;
}

.font-cousine, .audio-player .controls .time, #events, #hero .countdown-label {
  font-family: "Cousine", monospace;
}

.font-bangers {
  font-family: "Bangers", cursive;
}

.eyebrow {
  color: #323232;
}

.title {
  font-weight: 600;
}

p {
  color: #646464;
  line-height: 2;
}

h1, h2 {
  font-family: "Bangers", cursive;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400 !important;
}

a {
  color: #FBD908;
}

#page-magazine {
  background-color: #23103E;
}
#page-magazine #page-magazine-section {
  background: #23103E url("../images/contact-bkg.gif") no-repeat right top;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  #page-magazine #page-magazine-section {
    background-size: cover;
  }
}
#page-magazine #page-magazine-section #desc {
  color: #ffffff;
}
#page-magazine #page-magazine-section #desc-label {
  color: #FBD908 !important;
}
#page-magazine #page-magazine-section #price-label {
  color: #FBD908 !important;
  line-height: 120% !important;
  margin-top: 1rem !important;
}
#page-magazine #page-magazine-section #subtotal-container {
  display: none !important;
  visibility: hidden !important;
  line-height: 0px !important;
}
#page-magazine #page-magazine-section #tax-container {
  display: none !important;
  visibility: hidden !important;
}
#page-magazine #page-magazine-section #tax-container + p {
  display: none !important;
  visibility: hidden !important;
}
#page-magazine #page-magazine-section .paypal-button-tagline, #page-magazine #page-magazine-section .paypal-button-text {
  display: none !important;
  visibility: hidden !important;
}

.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.vidbg-container video {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s opacity ease-in-out;
  max-width: none;
  opacity: 0;
}

.vidbg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* header */
/* hero */
#hero {
  z-index: -1 !important;
}
#hero .vidbg-container {
  position: fixed;
}
#hero .headline {
  color: #FBD908;
}
#hero a.button {
  font-family: "Roboto", sans-serif;
  background-color: #FBD908;
  color: #000000;
  font-weight: 600;
  min-width: 141px;
}
#hero a.button:hover {
  background-color: #ffffff;
  border-bottom: 0;
}

/* events */
#events {
  background-color: #000000;
  z-index: 10;
  background-color: #000000;
}
#events h1 span {
  display: block;
  color: #FBD908;
}
#events a {
  color: #FBD908;
}
#events a:hover {
  border-bottom: 1px solid #FBD908;
}
#events .event-row {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  #events .event-row {
    padding-left: 3rem;
    padding-right: 3rem;
    border-bottom: 1px solid #323232;
  }
}
#events .event-row.last {
  border-bottom: 0;
  margin-bottom: 0;
}
#events .f-col {
  padding-top: 1.5rem;
}
#events .f-col:nth-child(2) {
  padding-top: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  #events .border-left {
    border-left: 1px solid #323232;
    padding: 1.5rem 2rem 1.5rem 2rem;
    margin-left: 2rem;
  }
}
#events .border-top {
  border-top: 1px solid #323232;
  margin-top: 1rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  #events .border-top {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
#events span {
  text-transform: uppercase;
}
#events a.button {
  display: block;
  font-family: "Roboto", sans-serif;
  background-color: #FBD908;
  color: #000000;
  font-weight: 600;
  min-width: 141px;
}
#events a.button:hover {
  background-color: #ffffff;
  border-bottom: 0;
}
#events a.button-recap {
  display: block;
  font-family: "Roboto", sans-serif;
  background-color: #23103E;
  color: #ffffff;
  font-weight: 600;
  min-width: 141px;
}
#events a.button-recap:hover {
  background-color: #ffffff;
  color: #000000;
  border-bottom: 0;
}
#events a.button-recap.disabled {
  background-color: #323232;
  color: #646464;
}
#events a.button-recap.disabled:hover {
  cursor: default;
  color: #646464;
}

/* events */
#contact {
  background: #23103E url("../images/contact-bkg.gif") no-repeat right top;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  #contact {
    background-size: cover;
  }
}
#contact h2 {
  color: #FBD908;
}
#contact a {
  color: #FBD908;
}
#contact a:hover {
  border-bottom: 1px solid #FBD908;
}
#contact .social {
  text-align: center;
}
#contact .social a {
  margin: 0 1rem;
  color: rgba(255, 255, 255, 0.3);
}
#contact .social a:hover {
  border: 0;
}
#contact .social a:hover svg {
  fill: #ffffff;
}

#footer {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#footer__overlay {
  position: absolute;
  pointer-events: none;
  content: "";
  background: transparent url("../images/eq-bkg.gif") no-repeat left bottom;
  background-size: contain;
  height: 50px;
  width: 100%;
  visibility: hidden;
}

.audio-player {
  height: 50px;
  width: 100%;
  box-shadow: 0 0 20px 0 #000000;
  font-family: arial;
  color: #FBD908;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: transparent;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.audio-player .timeline .progress {
  background: #000000;
  width: 0%;
  height: 1px;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #ffffff;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
  border-left: 13px solid #FBD908;
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: #ffffff;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: #ffffff;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
  text-transform: uppercase;
}
.audio-player .controls .time > * {
  padding: 3px 4px 3px 4px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.crt::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.90);
}

.flicker, #events a:hover, #contact a:hover {
  animation-duration: 0.01s;
  animation-name: flicker;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.giggle {
  animation: giggle 0.8s ease infinite;
  mix-blend-mode: difference;
}

@keyframes flicker {
  from {
    text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69;
  }
  to {
    text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
  }
}
@keyframes giggle {
  0%, 100% {
    transform: translate(0%, 0%) translateY(-2px);
  }
  50% {
    transform: translate(0%, 0%) translateY(2px);
  }
}/*# sourceMappingURL=app.css.map */