html,
body {
  height: 100%;

  font-family: 'LL Circular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.flex-container {
  min-height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
  width: 90%;
  max-width: 80rem;
}

/* typography */
h1 {
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: -0.15rem;
}

h2 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.15rem;
}

em {
  font-style: italic;
}

p {
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: -0.056rem;
}

a {
  color: inherit;
}

/* Content */
.main-content {
  width: 51.5rem;
  max-width: 100%;
  margin: 0 auto 3.6rem;
  text-align: center;
}

header .location {
  margin-top: 4.6rem;
  margin-bottom: 5.6rem;

  font-size: 1.6rem;
  font-weight: 700;

  color: #660000;
}

header .headline {
  max-width: 41.5rem;
  margin: 0 auto;
}

header p {
  font-size: 2.4rem;
}

.content-box {
  padding: 4.2rem 2rem;
  margin-bottom: 1.6rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}

.content-box .content {
  width: 44.7rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.content-box .content h2 {
  margin-bottom: 1.6rem;
}

.content-box .content p:not(:last-child) {
  margin-bottom: 3.6rem;
}

.content-box .content .button {
  width: 100%;
  max-width: 36.8rem;
  margin-bottom: 1.2rem;
}

.content-box .info {
  font-size: 1.4rem;
  opacity: 0.5;
}

/* Buttons */
.button {
  display: inline-block;
  padding: 1.4rem 1.6rem;

  border-radius: 1.2rem;

  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  text-decoration: none;

  background-color: #000000;
  color: #ffffff;
}

.secondary {
  background-color: #c0c0c0;
  color: #000000;
}

@media only screen and (max-width: 800px) {
  header .location {
    margin-bottom: 2.6rem;
  }
}
