html,
body {
  height: 100%;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/lato-100.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/lato-300.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
#fullPage .content {
  font-family: 'Lato', Arial, monospace;
}
#fullPage .content h1.title {
  font-size: 37px;
  font-weight: 100;
}
#fullPage .content p.subtitle {
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
}
#fullPage .content p.subtitle b {
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #fullPage .content h1.title {
    font-size: 96px;
  }
  #fullPage .content p.subtitle {
    font-size: 20px;
  }
}
#home #fullPage .content {
  min-width: 320px;
}
#home #fullPage .content .logo {
  border-radius: 20%;
  width: 140px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
  border: 0;
}
#home #fullPage .content h1.title {
  font-size: 50px;
}
#home #fullPage .content .store_card a {
  text-decoration: none;
  font-weight: bold;
}
#home #fullPage .content .store_card a i {
  font-size: 65px;
}
#home #fullPage .content p.subtitle {
  margin-top: 100px;
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
}
