.font-Bebas-Neue{
  font-family: "Bebas Neue", "sans-serif" !important;
}

.stripes {
  font-size: 8rem;
  left: calc(50%);
  position: absolute;
  text-shadow: stripes();
  top: -500px;
  transform: scaleX(100) skewY(89deg);
  z-index: 1;
}


.glow {
  color: #444;
  text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px #eee, 
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc;
}

.relief {
  /* background-color: #3a50d9; */
  color: #f8f5f5;
  font: italic bold 100px Georgia, Serif;
  text-shadow: -4px 3px 0 #3a50d9, -14px 7px 0 #0a0e27;
}

.close {
  background-color: #fff; 
  color: #202c2d;
  text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93,
    -5px 4px #cdd2d5,
    -5px 6px #808d93,
    -6px 5px #cdd2d5,
    -6px 7px #808d93,
    -7px 6px #cdd2d5,
    -7px 8px #808d93,
    -8px 7px #cdd2d5;
}

.bg-masthead-single{
  background-color: rgba(4, 1, 2, 0.7) !important;
  margin-top: 3rem;
}

.masthead-single {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 25rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead-single h1, .masthead-single .h1 {
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.8rem;
  /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text; */
}
.masthead-single h2, .masthead-single .h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (max-width: 768px){
  #mainNav{
    background-color: red !important;
  }
}

@media (min-width: 768px) {
  .masthead-single h1, .masthead-single .h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  #mainNav.navbar-top-color {
    background-color: rgba(2, 1, 1, 0.547);
  }
  .masthead-single {
    height: 100vh;
    padding: 0;
  }
  .masthead-single h1, .masthead-single .h1 {
    font-size: 5.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.8rem;
    border: 2px;
    border-color: black;
  }
  .masthead-single h2, .masthead-single .h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}