/* questrial-regular - latin */
@font-face {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/questrial-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/questrial-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/questrial-v18-latin-regular.woff2") format("woff2"), url("../fonts/questrial-v18-latin-regular.woff") format("woff"), url("../fonts/questrial-v18-latin-regular.ttf") format("truetype"), url("../fonts/questrial-v18-latin-regular.svg#Questrial") format("svg"); /* Legacy iOS */
}
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Questrial, "sans-serif";
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.header {
  background-image: url("../img/top-band.png");
  background-repeat: repeat-x;
  background-position: top center;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 3em;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.footer {
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 3em;
  padding-top: 1em;
}

/*
 * Home
 */
.hero {
  text-align: center;
  max-width: 400px;
  margin: 2em auto 5em auto;
}
.hero .features {
  text-align: left;
  font-size: 1.1em;
  color: #666;
}
.hero .features li {
  margin-bottom: 0.5em;
}

.app-links {
  text-align: center;
  margin-bottom: 5em;
}
.app-links img {
  max-width: 200px;
  height: auto;
}