.fade {
  position: relative;
  top: 80px;
  opacity: 0;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
.fade.animated {
  top: 0;
  opacity: 1;
}