.home-teaser {
  background-color: rgba(255, 255, 255, .7);
    padding: 30px 45px;
    border-radius: 12px;
}
.home-teaser h1 {
  font-size: 3.5rem;
  color: #555;
  font-weight: 400;
}
.home-teaser h2, .home-teaser h3 {
  font-size: 2.5rem;
  color: #555;
  font-weight: 400;
}
.home-teaser p {
  font-size: 2rem;
  color: #555;
  font-weight: 300;
}
.home-teaser p.small {
  font-size: 1.75rem;
}

.navbar-brand {
display: flex!important;
flex-direction: row!important;
justify-items: center;
align-items: center;
}

.navbar-brand .site-description {
font-size: 28px;
}