body {
  -webkit-font-smoothing: subpixel-antialiased;
  background: #1e2432;
  display: flex;
  flex-direction: column;
  font-family: "source-sans-pro", sans-serif;
  font-size: 13px;
}

header {
  align-items: center;
  background: #1e2432;
  display: flex;
  height: 78px;
  padding: 1em;
}

.maintenance-message {
  background: transparent center top no-repeat url("../images/hero-dark.jpg");
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  font-size: 20px;
  min-height: 500px;
  text-align: center;
  text-shadow: 2px 2px 8px #1e2432;
  flex: 1 1 auto;
}

.maintenance-message h1 {
  margin-bottom: 1em;
  font-size: 1.4em;
}

.footer-container {
  align-items: center;
  border-top: solid 1px white;
  justify-content: center;
  color: white;
  display: flex;
  height: 78px;
  flex-direction: row;
}

.social {
  color: white;
  margin-right: 2em;
}

.social .fa {
  margin-right: 0.1em;
}
