Team 8
Team 8

Racheal Vargas
Social Media

David Lance
Marketing Director

Kim Sagina
Content Writer
Racheal Vargas
Social Media
David Lance
Marketing Director
Kim Sagina
Content Writer
/* ===== Team 8 ===== */
#team-8 .card {
-webkit-transition: all .1s;
-o-transition: all .1s;
transition: all .1s;
}
#team-8 .card:hover {
-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.1);
box-shadow: 0 0 50px rgba(0,0,0,0.1);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
z-index: 9;
}
#team-8 .card-img-top {
width: 100px;
}
#team-8 .card-icons {
-webkit-transform: translatey(20px);
-ms-transform: translatey(20px);
transform: translatey(20px);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
opacity: 0;
}
#team-8 .card:hover .card-icons {
-webkit-transform: translatey(0px);
-ms-transform: translatey(0px);
transform: translatey(0px);
-webkit-transition: all .1s;
-o-transition: all .1s;
transition: all .1s;
opacity: 1;
}