/* Variables */
.blu {
  color: #0067b5; }

.red {
  color: #b20000; }

.grn {
  color: #006600; }

.yel {
  color: #ffcf05; }

.gry {
  color: #ddd; }

/* CSS for homepage presentation (pres) */
.pres-row {
  display: flex;
  padding: 20px 0;
  text-align: center;
  justify-content: center;
  box-shadow: 0 2px 2px -2px #ddd;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
  border-bottom-width: 1px; }
  .pres-row:hover {
    background: #f4f4f2; }
  .pres-row .pres-col {
    align-self: center; }
    .pres-row .pres-col img {
      display: inline-block;
      margin: 0 auto; }
      .pres-row .pres-col img:not(.img-wb):not(.img-pic) {
        box-shadow: 0 0 20px #000;
        border-style: solid;
        border-color: #000;
        border-width: 1px;
        border-radius: 4px; }
    .pres-row .pres-col .img-pic {
      border-width: 3px;
      border-style: solid;
      border-color: #000;
      border-radius: 50%; }
    .pres-row .pres-col .glyphicon {
      font-size: 10em; }
  .pres-row h1 {
    font-family: 'Pacifico', sans-serif; }
  .pres-row .pres-desc {
    font-size: 150%; }

.animated {
  transition: transform 0.3s ease-in-out; }
  .animated:hover {
    transform: scale(1.1); }

/*# sourceMappingURL=pres.css.map */
