* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none;
  color: #57a3e8;
  transition: all 0.2s ease; }

a:hover {
  color: #222; }

body {
  margin: 0 auto;
  padding: 1.5em;
  max-width: 55em;
  min-width: 20em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
  color: black;
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 7.5em;
  overflow-x: hidden; }

img.logo {
  width: 100%;
  max-width: 20em;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.5em; }

img.notes {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 1.5em; }

img.avatar {
  width: 8em;
  float: left;
  margin-right: 1.5em;
  margin-top: 0.6em; }

p,
ul,
pre,
blockquote {
  margin-bottom: 1em; }

blockquote {
  margin-top: 1.5em;
  font-style: italic;
  font-size: 120%;
  color: #666; }

li {
  margin-left: 1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800; }

h1 {
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center; }

h2 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.5em; }

#supporters {
  margin-top: 1.5em; }
  #supporters a {
    display: inline-block;
    margin-right: 4.5em;
    margin-bottom: 1.5em; }
  #supporters img {
    height: 8em;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease; }
  #supporters a:hover img {
    transform: scale(1.1); }

img {
  max-width: 100%;
  margin-bottom: 1em; }

form {
  margin-bottom: 1.5em; }

button,
input,
.button {
  color: #57a3e8;
  background: transparent;
  border: 2px solid #57a3e8;
  border-radius: 6px;
  padding: 0.5em;
  transition: all 0.2s ease;
  margin-right: 0.75em;
  display: inline-block; }

button:focus,
input:focus,
.button:focus {
  outline: none; }

a.button:hover {
  color: white; }

input {
  color: black;
  border-color: #aaa;
  margin-right: 0.75em; }

button,
.button {
  background-color: #57a3e8;
  color: white;
  cursor: pointer; }

button:hover,
.button:hover {
  border-color: #1763a8;
  background-color: #1763a8; }

code {
  font-size: 0.9em; }

code,
pre {
  padding: 0.4em 0.6em;
  background: #f6f8fa; }

pre {
  white-space: pre-wrap; }

pre,
pre code {
  background: black;
  color: white;
  border-radius: 10px; }

pre code {
  padding: 0;
  display: block; }

.file {
  position: relative;
  margin-bottom: 1em; }
  .file span {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7em;
    padding: 0 0.5em; }
  .file pre,
  .file code {
    color: black;
    background: #f6f8fa;
    border-radius: 0; }

img {
  display: block; }

#nav {
  font-size: 1.5em;
  list-style: none;
  text-align: center; }
  #nav li {
    display: inline; }
  #nav li.active {
    font-weight: bold; }
  #nav a {
    color: #222; }

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

video {
  width: 100%;
  margin-bottom: 1em; }

.claim {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  margin-top: 2rem; }

td {
  padding: 0.2em; }
