body {
  background-color: #eee;
  border: 20px solid #fff;
}

.display-1 {
  margin-top: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
  color: #222;
  padding-bottom: 15px;
}
.lead {
  margin-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 {
  border-bottom: 1px solid #222;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #222;
}
h3 small {
  line-height: 1em;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
img {
  margin-bottom: 60px;
  border: 20px solid #fff;
}

hr {
  border-color: #bbb;
  margin-bottom: 80px;
  border-style: dotted;
}

.client-details p {
  letter-spacing: 1px;
}