/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

.hero-heading {
  font-size: 4rem;
  font-weight: bold;
}

#request-download {
  margin-right: 4px;
}

.unauthorizedAlert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  display: none;
  z-index: 1000;
}

.opacity-05 {
  opacity: 0.5;
}

.delay-05s {
  animation-delay: 0.5s;
}

@media (max-width: 992px) {
  .hero-heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .hero-heading {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .hero-heading {
    font-size: 2.5rem;
  }
  #request-download {
    margin-bottom: 4px;
  }
}
/*# sourceMappingURL=download.css.map */
