/* Header */
.navbar-brand {
  padding: 15px 15px 0 15px;
}

.navbar-brand > a > img {
  max-height: 100%;
}

a.custom-logo-link {
 /*height: 50px;*/
}

/* Main page */
a {
  color: #e96656;
}

a:hover {
  color: #cb4332;
}

section#team {
  background: #f0f0f0;
}

/* 
 * Custom for Stephens &amp; Soetenga
 */

/* Header Logo */
img.intro-logo {
  max-width: 250px;
}

/* Our Staff */
.team-box .team-member {
  min-height: 175px;
  min-width: 150px;
  margin-bottom: 0;
}

.team-box .team-member .details {
  z-index: 10;
  height: 175px;
}

/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
}

