.to-reveal {
  opacity: 0;
  transition: all 0.8s ease;
}
.revealed {
  opacity: 1;
}
/*# sourceMappingURL=home-navbar-animation.css.map */