* {
  margin: 0;
  padding: 0;
}
body {
  font-family: ariel, helvetica, sans-serif;
  font-size: 1.3em;
}
a {
  color: #4a90e2;
}
body.configured .unconfigured-content,
body.unconfigured .configured-content {
  display: none;
}
body > section {
  display: flex;
  justify-content: center;
  padding: 10vh 0;
}
h1 {
  font-weight: normal;
  margin-bottom: 1.4em;
}
h1 span {
  white-space: nowrap;
}
p + h1 {
  margin-top: 1em;
}
article {
  padding-top: 2em;
}
div.app-store-links {
  display: flex;
  justify-content: space-around;
  margin-top: 3em;
}
div.app-store-links div {
  text-align: center;
}
div.app-store-links a {
  display: block;
}
img.qr-code {
  margin-top: 3em;
}
#continue-link {
  margin-top: 3em;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  section {
    flex-direction: column;
  }
  figure {
    text-align: center;
  }
  article {
    margin: 0 10vw;
  }
  figure img {
    width: 50vw;
  }
  h1 {
    font-size: 1.6em;
  }
  img.qr-code {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
  body {
    background-size: 65vh;
  }
  section {
    flex-direction: column;
  }
  figure {
    text-align: center;
  }
  article {
    margin: 0 10vw;
  }
  figure img {
    height: 70vh;
  }
  h1 {
    font-size: 2.1em;
  }
  img.qr-code {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  body {
    background-size: 65vh;
  }
  section {
    flex-direction: row;
  }
  article {
    max-width: 30vw;
    width: 30vw;
  }
  figure {
    padding-right: 5vw;
  }
  html[dir="rtl"] figure {
    padding-right: 0;
    padding-left: 5vw;
  }
  figure img {
    width: 30vw;
  }
  h1 {
    font-size: 2.1em;
  }
}
