.facultyCard:hover
{
    background-color: #0889D7;
    color: white;
    transition: 0.3s ease-in-out;
    transition-property: background-color;
    cursor: pointer;
    
}

.facultyImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.facultyImage img.card-img-top {
    width:90px !important;
    height:90px !important;   
}

.facultyCard
{
    border:0;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

#header-jumbotron{
    background-color: #002133;
    height: 150px;
}