/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-color: #000000 !important;
  /* background-image: url('https://images.unsplash.com/photo-1603700899860-7bd37671ea92?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2574&q=80'); */
  /* background-image: url('https://images.unsplash.com/photo-1503410759647-41040b696833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2574&q=80'); */
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Hubballi', cursive;
}

iframe {
    border-radius: 10%;
}

.neuHeroText {
    font-family: 'Libre Barcode 39 Text', cursive;
    font-size: 5rem;
    text-shadow: 4px 4px 8px #000000,
    -4px -4px 8px #626a72;
}

.neutext {
    text-shadow: 2px 2px 4px #000000,
    -2px -2px 4px #424a52;
}

.neubox {
    background: #212529;
    box-shadow: 2px 2px 4px #424a52,
    -2px -2px 4px #000000 !important;
}

.neupng {
    box-shadow: 2px 2px 4px #424a52,
    -2px -2px 4px #000000 !important;
}

#heroOverlay {
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.5));
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
.videoWrapper {
    position:fixed;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
    overflow: hidden;
}
  
  .custom-video {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    min-width:100%;
    min-height:100%;
    overflow:hidden;
  height: auto;
  }
  
.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}