/* Site-wide styles loaded via the Custom CSS plugin */

.site-logo {
  display: block;
  height: 2rem;
  width: auto;
}

#footer p {
  margin: 0;
  text-align: center;
}

/* Home landing page */
body.landing {
  background: #fffefc;
}

body.landing #page-wrapper,
body.landing #start,
body.landing #body-wrapper,
body.landing #body-wrapper .container {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  max-width: none;
  background: #fffefc;
}

.landing-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fffefc;
  position: relative;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
}

.landing-page__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.landing-page__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(320px, 72vw);
}

.landing-page__status {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 1.5rem;
  text-align: center;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #c4c4c4;
  text-transform: uppercase;
}
