.logo h2 {
  font-size: 63px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;
  font-variant: small-caps;
}

.inner-banner-thumb {
  background-color: #851111;
  min-height: 100px;
  max-height: 200px;
  position: relative;
}

.inner-banner-thumb img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.inner-banner-thumb h1 {
  position: absolute;
  text-align: center;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  top: 35%;
  left: 0;
  right: 0;
  font-family: 'Oswald';
  color: #ffffff;
}

.site-main h1 {
  font-family: Roboto sans serif;
}