a.fa-links {
  color: #ffffff;
}
a.fa-links:hover,
a.fa-links:focus {
  color: #ffffff;
}

/*
 * metro-bootstrap files
 */
.thumbnail.tile {
  display: inline-block;
  cursor: pointer;
  -webkit-perspective: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.2s;
  /*float: left;*/
  width: 130px;
  height: 130px;
  text-align: center;
  /* padding: 5px; */
  opacity: 0.85;
  background-color: #2e8bcc;
  border: 0;
}

.thumbnail.tile h1,
.thumbnail.tile h2,
.thumbnail.tile h3,
.thumbnail.tile h4,
.thumbnail.tile h5,
.thumbnail.tile h6 {
  color: #ffffff;
  -webkit-user-select: none;
}
.thumbnail.tile h2 {
  font-size: 1.75em;
  margin-top: -20px;
  margin-left: 0px;
}
.thumbnail.tile h3,
.thumbnail.tile h4 {
  margin-top: -15px;
}
.thumbnail.tile h1.tile-text,
.thumbnail.tile h2.tile-text,
.thumbnail.tile h3.tile-text,
.thumbnail.tile h4.tile-text {
  margin-top: 43.333333333333336px;
}
.thumbnail.tile a:hover {
  text-decoration: none;
}
.thumbnail.tile img {
  border: 0;
}
.thumbnail.tile:hover {
  opacity: 1;
}

.thumbnail.tile.tile-green {
  background-color: #339933;
}