
#clients-page {
  background-image: url(../_images/satoribk.jpg);
  background-size: cover;
  width: 100%;
}

#clients-page .container {
  width: 100%;
}

.testimonial {
  background: white;
  border: 1px solid #CACACA;
  border-radius: 0.25em;
  margin: 0.5em auto;
  padding: 1em;
  text-align: center;

  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.25);
}

.testimonial .quote {
  color: #a3bd12;
  font-family: 'IM Fell Great Primer', serif;
  font-size: 18px;
}

.testimonial .context {
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: justify;
  vertical-align: top;
}

.testimonial .credits {
  color: #a3bd12;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  vertical-align: top;
}