body.logo-sm header.site-header-flex {
  height: auto;
}

h1 {
  font-size: 40px !important;
  text-transform: none;
}

#message{
  background: #f2f5f7;
  padding: 25px;
  text-align: center;
}

.message-spacer{
  height: 100px;
}

form._form._form_42{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  header.site-header-flex {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 80px !important;
  }
}
