@font-face {
  font-family: "Suprema";
  src: url("SupremaRegular.woff") format('woff');
}

html {
  min-height: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #f2f2f0;
}

body{
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}

header h1 {
  margin: 0.8em auto 0.4em;
}

header {
  font-family: "Suprema", sans-serif;
  border-top: 1px solid #0e2f43;
  margin: 0px;
  background-color: #0e2f43;
  border-bottom: 8px solid #2d8891;
  color: #f2f2f0;
}

main {
  margin: 0px auto 5em;
  padding: 0em 1em;
  text-align: justify;
}

@media only screen and (min-width: 820px) {
  main {
    width: 780px;
  }
  header h1 {
    width: 780px;
  }
  footer p {
    width: 780px;
  }
}

code {
  background-color: #d7bf7866;
  font-family: monospace;
  padding: 0.2em 0.7em;
}

.panel {
  background-color: #cf5b55;
  text-align: center;
  padding: 1em;
  margin: 1em 6em;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.started {
  /*background-color: #55cf85;*/
  background-color: #2d8891;
}

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

footer p {
  margin: 4em auto 0em;
  padding: 1em;
  border-top: 6px solid #2d8891;
  text-align: right;
  background-color: #0e2f43;
}

a {
  color: #2d8891;
  text-decoration: none;
}
footer, footer a {
  color: #ddd;
}

.terms h2 {
  counter-reset: section;
}

.terms h3:before {
    content: counter(section) ".\0000a0\0000a0";
    counter-increment: section;
    counter-reset: list;
}

.terms ol ol {
  list-style-type: lower-alpha;
}
