.logo {
  width: 60%;
  max-width: 250px;
}

.landing-page__sticky-bar__logo .icon {
  width: 5.5rem;
}

.landing-page__section--hero {
  background-image: url('/images/tahrir.jpg');
  background-size: cover;
  background-position: center;
  max-height: none;
}

.landing-page__section--hero__wrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landing-page__section--hero__header__tagline {
  font-size: 2em;
}

@media (min-width: 672px) {
  .landing-page__section--hero__header__tagline {
    font-size: 2.8em;
  }
}

.contact-us-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-us-form h2 {
  font-size: 1.8em;
}

.contact-us-form fieldset {
  margin-bottom: 20px;
}

.contact-us-form button {
  display: block;
  width: 110px;
  margin: auto;
  margin-bottom: 20px;
}

#errors,
#success {
  display: none;
  padding: 10px;
  border-radius: 4px;
  color: white;
  text-align: center;
}

#errors {
  background: rgba(149, 0, 0, 0.5);
}

#success {
  background: rgba(15, 149, 0, 0.6);
}
