/* CUSTOM CSS FROM BEN*/
footer .footer-logo img {
max-height: 100px;
}

/* Override newsletter-style button for login form */
.login-form .btn {
  position: relative;
  right: auto;
  top: auto;
  height: auto;
  border-radius: 4px;
  display: block;
  margin-top: 10px;
}

h2, .h2 {
font-family: var(--alt-font);
font-size: 3.438rem;
line-height: 3.438rem;
color: var(--dark-gray);
font-weight: 600 !important;
}

header .navbar-brand img {
max-height: 71px;
}