/* Reveal animations */
.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom {
  opacity: 0;
  transition: all 1s ease;
}
