#samples-page {
  background-image: url(../_images/satoribk.jpg);
}

#samples-page,
#samples-page .container-fluid {
  background-size: cover;
  width: 100%;
}

.samples-pic {
  display: block;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}

a.samples-pic i {
  text-shadow: 0 0;
}

a.samples-pic:hover {
  text-decoration: none;
}

a.samples-pic:hover i {
  color: #a3bd12;
  text-shadow: 0 0;
}

a.samples-pic:hover h4 {
  color: #a3bd12;
}

a.samples-pic:hover h5 {
  color: #a3bd12;
}

.samples-pic .samples-img {
  background-size: cover;
  border: 1px solid black;
  height: 180px;
  margin: 0 auto;
  margin-bottom: 0.5em;
  position: relative;
  width: 320px;
}

.samples-img .samples-icon {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.samples-icon {
  font-size: 32px;
  margin-bottom: -5px;
}

/* change header to green when menu is closed */
.samples-pic[data-toggle='collapse'] h4 {
  transition: color 0.5s ease;
  color: black;
  text-decoration: underline;
}
.samples-pic[data-toggle='collapse'].collapsed h4 {
  color: #a3bd12;
  text-decoration: none;
}

.samples-pic h4 {
  color: black;
  margin: 0;
  padding: 0;
  text-align: center;
  font-style: italic;
  font-size: 120%;
}

.samples-pic h5 {
  color: black;
  margin: 0;
  padding: 0;
  text-align: center;
}

.samples-pic h5 {
  margin-top: 0.25em;
}

.samples-pic img {
  border: 0;
  margin: 0;
  padding: 0;
}
