@font-face {
  font-family: 'Kollektif-Bold';
  src: url("/fonts/Kollektif-Bold.ttf"); }
@font-face {
  font-family: 'Kollektif';
  src: url("/fonts/Kollektif.ttf"); }
@font-face {
  font-family: 'Kollektif-Italic';
  src: url("/fonts/Kollektif-Italic.ttf"); }
.spinner {
  margin: 0 auto;
  font-size: 3em;
  color: white; }

#hideAll {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 600;
  transition: opacity .5s ease;
  text-align: center; }
  #hideAll div {
    position: relative;
    top: 50%; }

.container {
  max-width: 960px; }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.flex-equal > * {
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1; } }
.overflow-hidden {
  overflow: hidden; }

.navbar-brand {
  z-index: 1;
  color: white;
  font-size: 1.6em; }
  .navbar-brand svg {
    padding: 0 6px;
    font-size: 1.2em; }

.nav {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  overflow-x: hidden;
  transition: opacity 0.5s ease; }
  .nav .nav-container {
    transition: opacity .5s ease-in; }
  .nav .nav-content {
    position: relative;
    top: 1%;
    width: 100vw;
    height: 100vh;
    font-size: .9em; }
    @media (min-height: 500px) {
      .nav .nav-content {
        font-size: .95em; } }
    @media (min-height: 615px) {
      .nav .nav-content {
        font-size: 1em; } }
    @media (min-width: 768px) {
      .nav .nav-content {
        height: 50vh;
        font-size: 1.4em; } }
    @media (min-height: 800px) {
      .nav .nav-content {
        top: 25%; } }
    .nav .nav-content .row-height {
      height: 100vh; }
    .nav .nav-content .sleepy-link {
      width: 150px; }
      @media (max-height: 550px) {
        .nav .nav-content .sleepy-link {
          display: none; } }
      @media (min-height: 800px) {
        .nav .nav-content .sleepy-link {
          width: 200px; } }
    .nav .nav-content .container, .nav .nav-content .row {
      position: relative; }
  .nav .text-muted {
    color: #eed !important; }
  .nav .contact {
    font-size: 1.6em;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 0; }
    @media (min-width: 768px) {
      .nav .contact {
        margin-top: 120px;
        font-size: 2em;
        position: relative; } }
    .nav .contact .row {
      display: block; }
    .nav .contact a:hover {
      text-decoration: none; }
    .nav .contact svg {
      margin: 10px 14px;
      color: #eed;
      transition: color .4s ease; }
      .nav .contact svg:hover {
        color: #007bff;
        cursor: pointer; }
      @media (min-width: 768px) {
        .nav .contact svg {
          margin: 20px 14px; } }

body {
  z-index: 5;
  font-family: 'Kollektif-Bold', sans-serif;
  max-width: 100%;
  height: 100%;
  -webkit-tap-highlght-color: rgba(255, 255, 255, 0.2);
  text-rendering: geometricPrecision; }

html,
body {
  height: 100%;
  background-color: #000; }

header {
  margin-bottom: 2rem; }

.donate {
  margin: 100px auto; }

#info {
  padding-top: 0; }

#mc_embed_signup {
  margin: 50px 0; }

.cover-container {
  max-width: 42em; }

.marketing {
  margin-top: 50px; }

.italic {
  font-style: italic;
  font-size: .95em; }

#privacyModal {
  color: white; }

.privacy-link {
  font-size: .95em; }
  .privacy-link:hover {
    text-decoration: underline;
    cursor: pointer; }

.featurette {
  font-family: "Kollektif", sans-serif; }
  .featurette .img-star {
    float: right;
    width: 50%;
    margin: 20px; }
    @media (min-width: 768px) {
      .featurette .img-star {
        width: 30%; } }
  .featurette .lead {
    color: white; }
  .featurette .song-title {
    font-style: italic;
    font-weight: normal !important; }
  .featurette ul {
    color: white;
    font-weight: bold; }

.featurette-divider {
  background-color: white; }

.btn-primary {
  background-color: #9b1762;
  border: 1px solid #9b1762;
  width: 250px;
  letter-spacing: 1px;
  text-shadow: none; }
  .btn-primary:hover {
    background-color: #c71e7e;
    border: 1px solid white; }
  .btn-primary svg {
    font-size: 1.4em;
    margin: 0 6px; }

.btn-secondary {
  width: 250px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #9b1762;
  letter-spacing: 1px;
  text-shadow: none; }
  .btn-secondary:hover {
    background-color: white;
    color: #9b1762; }
  .btn-secondary svg {
    font-size: 1.4em;
    margin: 0 6px; }

.mastfoot .learn-more {
  margin-bottom: -5px; }
  .mastfoot .learn-more a {
    font-size: .9em;
    color: #eed !important; }
    .mastfoot .learn-more a:hover {
      color: #007bff !important; }
.mastfoot svg {
  font-size: 2em;
  color: #eed !important; }
  .mastfoot svg:hover {
    color: #007bff !important; }

footer {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  color: #999;
  font-family: "Kollektif", sans-serif;
  letter-spacing: 5px; }
  footer svg {
    margin: 0 5px; }

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem; }

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700; }

.img-sleepy {
  width: 100%;
  height: auto;
  margin: 50px 0; }

.img-sleepy2 {
  width: 250px;
  height: auto;
  margin: 0; }

.cover-container {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased; }

.bg-img {
  background-image: url(/images/sky_web_new_.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: ss_background 20s linear infinite;
  animation: ss_background 20s linear infinite;
  color: white;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
  height: 100vh;
  /* position: absolute;
   */
  margin-top: -100px;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fader {
  position: relative;
  top: -80px;
  left: -800px;
  width: 400%;
  height: 100vh;
  z-index: 2; }
  .fader .slick-initialized {
    position: absolute; }
  .fader img {
    height: 100vh;
    width: auto; }
  @media (min-width: 768px) {
    .fader {
      width: 100%;
      left: 0; } }

.main-info {
  z-index: 10; }

@-webkit-keyframes ss_background {
  0% {
    background-color: #626262; }
  33% {
    background-color: #588080; }
  50% {
    background-color: #b7917a; }
  67% {
    background-color: #9b1762; }
  100% {
    background-color: #626262; } }
@keyframes ss_background {
  0% {
    background-color: #626262; }
  33% {
    background-color: #588080; }
  50% {
    background-color: #b7917a; }
  67% {
    background-color: #9b1762; }
  100% {
    background-color: #626262; } }
html {
  z-index: 5;
  overflow-x: hidden;
  max-width: 100%;
  height: 100%; }

.img-me {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-size: contain;
  float: right; }

.navbar {
  color: white; }
  .navbar .navbar-brand {
    font-size: 1.6em; }
    .navbar .navbar-brand svg {
      padding: 5px 0; }

.lead-text {
  position: absolute;
  bottom: 10%;
  left: 5%;
  text-align: left;
  line-height: 1em;
  -webkit-animation: ts 20s ease-in-out infinite; }
  @media (min-width: 400px) {
    .lead-text {
      line-height: 1.6em; } }
  @media (min-width: 768px) {
    .lead-text {
      bottom: 10%;
      left: 10%;
      line-height: 3em; } }
  .lead-text h1 {
    font-size: 5.4em;
    font-weight: 1000;
    line-height: .72em; }
    @media (min-width: 400px) {
      .lead-text h1 {
        font-size: 6em;
        line-height: .72em; } }
    @media (min-width: 768px) {
      .lead-text h1 {
        font-size: 8em; } }
  .lead-text .lead {
    font-family: 'Kollektif', sans-serif;
    letter-spacing: 14px;
    font-size: 3.4em; }
    @media (min-width: 400px) {
      .lead-text .lead {
        font-size: 4em; } }
    @media (min-width: 768px) {
      .lead-text .lead {
        font-size: 6em; } }
  .lead-text .normy {
    font-family: 'Kollektif-Italic', sans-serif;
    margin-top: 10px;
    font-weight: normal;
    text-shadow: none; }
  .lead-text .grad-line {
    display: block;
    border: none;
    height: 1px;
    background: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    width: 300px; }
    @media (min-width: 400px) {
      .lead-text .grad-line {
        width: 350px; } }
    @media (min-width: 768px) {
      .lead-text .grad-line {
        width: 470px; } }

.contact {
  font-size: 2em;
  padding: 0 50px; }
  .contact svg {
    margin: 20px;
    color: #999;
    transition: .4s ease-in; }
    @media (min-width: 768px) {
      .contact svg {
        margin: 45px; } }
    .contact svg:hover {
      color: white;
      cursor: pointer; }

.p-margin-top {
  margin-top: 40px; }

/*
 * navvy anim
 */
.navbar .navbar-toggle .icon-bar {
  background-color: white;
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 1px;
  margin-top: 6px; }

.navbar-toggle {
  border: none;
  font-size: 2em;
  border: none;
  cursor: pointer;
  display: block;
  text-align: right;
  background-color: transparent;
  border: none;
  z-index: 102;
  position: relative; }
  .navbar-toggle:focus {
    outline: none; }

.navbar-toggle .icon-bar {
  width: 32px;
  transition: all 0.2s; }

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-toggle .middle-bar {
  opacity: 0; }

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0); }

.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0); }

/*
 * modal styles
 */
.modal-content {
  background-color: #000; }

.modal-header {
  height: 30px;
  padding: 0 15px;
  border-bottom: none; }

.modal-header span {
  font-size: 1.8em;
  color: white !important;
  z-index: 10000; }

.modal-header > span:hover {
  color: white; }
