@font-face {
  font-family: 'Metropolis';
  font-weight: 200;
  src: url('/fonts/Metropolis-Thin.woff2') format('woff2'),
        url('/fonts/Metropolis-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis';
  font-weight: 400;
  src: url('/fonts/Metropolis-Regular.woff2') format('woff2'),
        url('/fonts/Metropolis-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis';
  font-weight: 800;
  src: url('/fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('/fonts/Metropolis-SemiBold.woff') format('woff');
}

* {
  box-sizing: border-box;
}

html, body {
  background: #111a1f;
  color: #f0f0f0;
  font-family: "Metropolis","proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

img {
  display: block;
  width: 100%;
}

a {
  color: #1191d6;
  text-decoration: underline;
}

a:hover {
  color: #5ec2f7;
}

.a--app {
  background: #461ad6;
  border-radius: 0.25em;
  color: #fff;
  font-style: normal;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.h1--app {
  color: #f5b547;
  font-weight: lighter;
}

.h2--app {
  color: #f5b547;
}

.h3 {
  font-size: 1.5rem;
}

.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header * {
  flex: 0 0 auto;
}

.header h1 {
  font-weight: bold;
  margin: 0;
}

.header__link {
  color: inherit;
}

.block {
  background: #111a1f;
  padding: 2rem 6vw;
}

.block--tight {
  padding-top: 0;
}

.block--dark {
  background: #000;
}

.block--insert {
  background: #1191d6;
}

.block--insert a {
  color: inherit;
}

.block__content {
  margin: 0 auto;
  max-width: 720px;
}

.block__content *:first-child {
  margin-top: 0;
}

.block__content *:last-child {
  margin-bottom: 0;
}

.store-links {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.store-links__link {
  align-items: center;
  background: #461ad6;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  flex: 1;
  margin: 0 auto 1rem;
  max-width: 300px;
  vertical-align: center;
  width: 100%;
}

.store-links__link:last-child {
  margin-bottom: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.label {
  display: block;
}

.label--hidden {
  display: none;
}

.input {
  display: block;
  width: 100%;
  padding: 0.8rem;
}

.button {
  color: #ffffff;
  background-color: #1191d6;
  padding: 0.8rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.buttons {
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 720px) {
  .header {
    flex-direction: row;
  }

  .store-links {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .store-links__link {
    margin: 0;
  }
}
