/* Header */
.navbar-brand {
  padding: 15px 15px 0 15px;
  height: 60px;
}

.navbar-brand > a > img {
  max-height: 100%;
}

/* Main page */
a {
  color: #e96656;
}

a:hover {
  color: #cb4332;
}

section#team {
  background: #f0f0f0;
}

section#aboutus {
  background-color: #f0f0f0;
}

.about-us, body .about-us p, section#aboutus .white-text {
  color: #404040;
}

/* Footer */
#footer ul.social {
  display: none;
}

/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
}