@-webkit-keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
    color: #172941;
  }
  50% {
    color: #8C99A7;
  }
  100% {
    transform: rotate(360deg);
    color: #172941;
  }
}
@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
    color: #172941;
  }
  50% {
    color: #8C99A7;
  }
  100% {
    transform: rotate(360deg);
    color: #172941;
  }
}
.animate--loading-spin {
  -webkit-animation-name: loadingSpin;
          animation-name: loadingSpin;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

:root, .theme--light {
  --background-h: 0;
  --background-s: 0%;
  --background-l: 100%;
}

.theme--dark {
  --background-h: 0;
  --background-s: 0%;
  --background-l: 0%;
}

/* Gloabls
---------------------------------------- */
/* Mixins
---------------------------------------- */
/* Working Space Below! Warning: untested and unstable~~~! */
/* Experemental Webkit/Moz Animations
---------------------------------------- */
@font-face {
  font-family: "icons";
  src: url("../../../fonts/fontello/fontello_6520-iefix.eot") format("embedded-opentype"), url("../../../fonts/fontello/fontello_6520.woff") format("woff"), url("../../../fonts/fontello/fontello_6520.ttf") format("truetype"), url("https://ny.amazelightfestival.com/assets/fonts/fontello/fontello?6520#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../../../fonts/fontello/fontello_6520-iefix.eot") format("embedded-opentype"), url("../../../fonts/fontello/fontello_6520.woff") format("woff"), url("../../../fonts/fontello/fontello_6520.ttf") format("truetype"), url("https://ny.amazelightfestival.com/assets/fonts/fontello/fontello?6520#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glyphish";
  src: url("../../../fonts/glyphish/glyphish.eot") format("embedded-opentype"), url("../../../fonts/glyphish/glyphish.woff") format("woff"), url("../../../fonts/glyphish/glyphish.ttf") format("truetype"), url("https://ny.amazelightfestival.com/assets/fonts/glyphish/glyphish#Glyphish") format("svg");
  font-weight: normal;
  font-style: normal;
}
.color-primary {
  color: #2A68B1;
}

.background-primary {
  background-color: #2A68B1;
}

.color-secondary {
  color: #00A3FF;
}

.background-secondary {
  background-color: #00A3FF;
}

.border-primary {
  border-color: #2A68B1;
}

.border-secondary {
  border-color: #00A3FF;
}

body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

footer .footer_wrap .bottom_bar .bottom_left a.bottom_logo {
  background-image: url(../images/logo-light.png);
}

@media only screen and (max-width: 575px) {
  a.bottom_logo_mobile {
    width: 100%;
    height: 30px;
    background-image: url(../images/logo-light.png);
  }
}

nav #nav_logo a {
  width: 200px;
  height: 30px;
  background-image: url(../images/logo-light.png);
}