html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  color: #292929;
  background-color: #fff; }

h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.6em;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.25em;
  margin-bottom: 0.75em; }

p {
  margin-bottom: 1em; }

ol {
  list-style: decimal;
  padding-inline-start: 40px; }

li {
  margin-bottom: 0.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.content {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 960px; }

.gray-bg {
  background-color: #f8f8f8; }

#intro > .content,
#features > .content,
#download > .content {
  text-align: center; }

nav a {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
  color: inherit; }

nav.triple .title {
  width: 40%;
  flex: 0 auto; }

nav .title > a {
  display: block;
  font-family: "Libre Baskerville", serif;
  text-align: center; }

nav.triple > .content {
  display: flex;
  align-items: center; }

nav.triple > .content > div:first-child,
nav.triple > .content > div:last-child {
  width: 30%;
  flex: 0 auto; }

nav.triple > .content > div:last-child {
  display: flex;
  justify-content: flex-end; }

#intro > .content > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 640px;
  margin-top: 20px;
  margin-bottom: 20px; }

#about h2 {
  text-align: center; }

#features > .content {
  padding-top: 40px; }

#features img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 240px;
  height: 478px; }

#features img:last-child {
  margin-bottom: 20px; }

#apps li {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center; }

.home h1 {
  margin-bottom: 1em;
  text-align: center; }

#apps h2 {
  font-weight: bold;
  margin-bottom: 10px; }

#apps p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.25em; }

#apps li > img:last-child {
  width: 100%;
  max-width: 320px;
  margin-top: 20px; }

#apps a {
  font-size: 1.25em;
  text-decoration: none;
  color: #007aff; }

#download {
  background-color: #30302f; }

#download > .content {
  padding-top: 40px;
  padding-bottom: 40px; }

#download a {
  text-decoration: none; }

#download h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px; }

.app-icon {
  width: 100px;
  margin-bottom: 20px; }

#contact-us form {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  margin-bottom: 40px; }

input, label, textarea {
  color: #444444; }

input, textarea {
  font-size: 1.15em;
  border: 1px solid #292929;
  border-radius: 5px;
  padding: 5px; }

#submit {
  width: 180px;
  float: right;
  background-color: #1f95d2;
  color: #fff;
  border: none;
  font-size: 1.25em; }

section.user-guide:not(:last-child) {
  border-bottom: 1px solid #dcdcdc; }

.screenshot {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em; }

.button {
  color: #ff3b30; }

.done-button {
  color: #ff3b30;
  font-weight: bold; }

footer a {
  color: inherit;
  font-size: 0.9em;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #d6d6d6; }

footer a:horizontal {
  text-decoration: underline; }

footer a:last-child {
  border-right: none; }

footer .content {
  text-align: center; }

footer .links {
  display: inline-block; }

.field {
  padding-bottom: 20px; }

.field > label {
  width: 25%;
  padding-top: 6px;
  float: left; }

.field > input,
.field > textarea {
  width: 75%; }

.field > textarea {
  height: 100px; }

label span {
  color: #ff0000; }

.user-guide h2 {
  font-weight: bold;
  margin-bottom: 0.5em; }

.user-guide h3 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

.user-guide p {
  margin-bottom: 0.5em; }

.user-guide ul {
  list-style: disc;
  padding-inline-start: 40px; }

.user-guide a {
  text-decoration: none;
  color: #007aff; }
