.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1.0;
  background-color: #fff;
  z-index: 99;
  flex-direction: column!important;
}

#loading-image {
  z-index: 100;
}

.navbar {
  font-size: .765625rem;
  text-transform: uppercase;
  font-weight: 600;
  position: fixed;
  z-index: 50;
}

.fp-watermark {
  display: none!important;
}

.glow {
  text-shadow: 0px 0px 14px rgb(255,229,95), 0px 0px 2px;
}

.slide-bottom {
  -webkit-animation: slide-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
  animation: slide-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#fp-nav ul li a span {
  background: #fff!important;
  opacity: 30%;
}

.new_badge {
  position: absolute;
  margin-top: 15px;
  margin-left: 10px;
}

