.section .fade {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 1s, top 1s; }

.section.show .fade {
  opacity: 1;
  top: 0px !important; }

.section.show .section-subtitle {
  opacity: 1;
  top: 0px;
  transition-delay: 0.3s; }

.section.show .icon-component:nth-of-type(1) {
  opacity: 1;
  top: 0px;
  transition-delay: 0.6s; }

.section.show .icon-component:nth-of-type(2) {
  opacity: 1;
  top: 0px;
  transition-delay: 0.8s; }

.section.show .icon-component:nth-of-type(3) {
  opacity: 1;
  top: 0px;
  transition-delay: 1s; }

.section.albert.show .rain {
  transition-delay: 0.3s; }

.section.apps .fade {
  top: 80px;
  transition: opacity 1.5s, top 1.5s; }
