

/* .row {
   opacity: 0;
   transition: all 5s;
} */


.showIt {
   opacity: 1;
}



.revealIt {
   opacity: 1;
}
