html {
  min-height: 100%;
  background: #f7f5f1;
}

body {
  min-height: 100vh;
  margin: 0;
  color: #3a3430;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 245, 241, 0.95)),
    url("../img/bg_landing.png") center top / cover no-repeat;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.maintenance-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 22px;
  box-sizing: border-box;
}

.maintenance-content {
  width: min(760px, 100%);
}

.maintenance-logo {
  display: block;
  width: 184px;
  max-width: 58vw;
  height: auto;
  margin: 0 0 44px;
}

.maintenance-kicker {
  margin: 0 0 14px;
  color: #6f3f8f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 26px;
  color: #2f2a27;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 700;
}

p {
  margin: 0 0 18px;
  color: #4d4642;
  font-size: 19px;
  line-height: 1.58;
}

strong {
  color: #2f2a27;
  font-weight: 700;
}

a {
  color: #6f3f8f;
  font-weight: 700;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.maintenance-note {
  margin-top: 32px;
  color: #2f2a27;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .maintenance-page {
    align-items: flex-start;
    padding-top: 36px;
  }

  .maintenance-logo {
    width: 150px;
    margin-bottom: 34px;
  }

  h1 {
    font-size: 30px;
  }

  p {
    font-size: 17px;
  }
}
