#heading-breadcrumbs {
  background: url('../img/texture-red.png') center center repeat;
  padding: 20px 0;
  margin-bottom: 40px;
}

.bar.background-pentagon {
  background: url('../img/texture-red.png') center center repeat;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}

/*!
 * custom stuff
 */
img[src$='#center-image'] {
  display: block;
  margin: 1.0rem auto;
  max-width: 100%;
  height: auto;
}

td {
  padding-right: 15px;
}

/*!
 * face gallery
 */

div.facegalleryblock {
  width: max-content;
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
}

div.facegallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 210px;
  font-size: 12px;
}

div.facegallery:hover {
  border: 1px solid #f00;
  background: #f44;
}

div.facegallery img {
  width: 80%;
  height: auto;
  min-height: 166px;
  object-fit: scale-down;
  margin: auto;
  display: block;
  transition: transform .2s; /* Animation */
}

div.facegallery:hover img {
  transform: scale(1.25);
}

div.facegallery a {
  color: inherit; /* same color */
  text-decoration: inherit; /* no underline */
}

div.faceimg {
  overflow: hidden; 
  max-height: 168px;
}

div.facedesc {
  padding: 15px;
  text-align: center;
}
