.badge {
  display: block;
}

.card-image {
  height: 10em;
  width: 100%;
  overflow-x: hidden;
}
.card-image i {
  color: #fff;
  padding: 10px;
}

.card {
  margin-bottom: 20px;
}
.card .card-content {
  height: 7em;
  overflow: hidden;
  font-size: 14px;
  line-height: 110%;
}
.card .card-content span {
  width: 100%;
}
.card .card-image a.card-title {
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 100%;
  justify-content: center;
  z-index: -1;
}
.card .card-reveal .card-reveal-content {
  display: block;
}
.card .card-reveal .card-reveal-content span.card-title {
  font-weight: bold;
  padding-bottom: 19px;
}
.card .card-reveal .card-reveal-content span.tooltipped {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}
.card .card-reveal .card-reveal-content span.tooltipped i {
  font-size: 12px;
  margin-right: 10px;
}

.row div.switch {
  margin-bottom: 5px;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=projects.css.map */