/* Override margins for figures. */
figure {
  margin-top: 0;
  margin-bottom: 0;
}

/* Make homepage section padding compact. */
.home-section {
  padding: 60px 0 60px 0;
}

/* Clean, minimal style for Hero widget. */
.hero-overlay .hero-title,
.hero-overlay .hero-lead {
  color: #000;
  text-shadow: none;
}

.hero-overlay .btn {
  color: #fff;
  text-shadow: none;
}

.hero-overlay .hero-lead a {
  color: #aaa;
  text-decoration-line: underline;
}

.hero-overlay {
  padding: 0;
}

.hero-overlay a {
  color: #3273dc;
}

/* Normal font weight for menu. */

.navbar-light .navbar-nav > .nav-item > .nav-link,
.navbar-light .navbar-nav > .nav-item > .nav-link:focus,
.navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  font-weight: 400;
}

/* Docs: custom TOC foot. */

.connect-widget {
  margin-top: 30px;
  font-size: 0.7rem;
}

.connect-widget ul {
  list-style: none;
  padding-left: 5px;
}

/* Center tweets. */

#tweets iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}
