.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2)!important;
  transition: 0.3s!important;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)!important;
}

/* #Nav a{
  color: #fff;
  text-decoration:none;
} */

#Nav ul li span{
 color: white;
 background-color: #AF111C;
}