/* Header */
.navbar-brand {
  padding: 15px 15px 0 15px;
}

.navbar-brand > a > img {
  max-height: 100%;
}

/* Main page */
a {
  color: #e96656;
}

a:hover {
  color: #cb4332;
}

section#team {
  background: #f0f0f0;
}

/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
}