html, body {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 16px;
}

.site-title a  img {
  height: 100px;
}

#user-bar {
  background-color: #8b2331;
}

#user-bar a {
  color: white;
}

.title-header {
  font-weight: normal;
  font-size: 2.5rem;
  color: #8b2331;
}

.block h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.dwe p {
  margin: 0 0 .25rem 0;
  line-height: 20px;
}

.dwe h3 {
  margin: 0 0 0.25rem 0;
  color: #8b2331;
  font-weight: normal;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

footer {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  font-size: 0.9rem;
background-color: lightgray;
  text-align: center;
}