body.presentation {
  line-height: 170%;
}
body.presentation .btn.btn-primary {
  background-color: #6F8992;
  border-color: #6F8992;
  color: #fff;
}
body.presentation .btn.btn-primary:hover {
  background-color: #5a7b85;
  border-color: #5a7b85;
  color: #fff;
}
body.presentation .card {
  transition: background-color 0.3s linear;
}
body.presentation .card img {
  margin: 0 auto 10px auto;
  background: #fff;
}
body.presentation .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s linear;
  background-color: rgba(111, 137, 146, 0.15);
}
body.presentation .card:hover img {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=presentation.css.map */