body {
  font-family: system-ui,
    /* Fallbacks for browsers that don't support system-ui */
    /* https://caniuse.com/#search=system-ui */
    -apple-system, /* iOS and macOS */
    Roboto,        /* Android */
    "Segoe UI",    /* Windows */
    sans-serif;
  line-height: 1.45;
  margin-left: 0;
  margin-right: 0;
}

p {
  margin-bottom: 1.3em;
}

h1, h2, h3, h4 {
  margin: 0.5em 0 0.5em;
  line-height: 1.2;
  font-weight: bold;
  color: #737475;
}

h1 {
  margin-top: 0;
  font-size: 2.5em;
}

h2 { font-size: 2.0em; }

h3 { font-size: 1.5em; }

h4 { font-size: 1.0em; }

a {
  color: #528cb3;
}

footer {
  text-align: center;
  background-color: #efefef;
  margin-top: 50px;
}

th, td {
  padding: 0.6em;
  text-align: left;
}

td {
  font-size: 0.96em;
}

th {
  border-bottom: 2px solid #f2f3f3;
}

tr:nth-child(even) {
  background: #f2f3f3;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  padding: 0 10px;
}

.hero {
  font-size: 1.777em;
  background-color: #efefef;
}

.hero p {
  display: inline-block;
}

#navbar {
  background-color: #737475;
  padding: 5px 0;
  border-top: 4px solid #f7a41d;
  margin-bottom: 40px;
}

#navbar .navbar-item, #navbar .navbar-item:visited {
  color: white;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}

#navbar .navbar-item:hover {
  text-decoration: underline;
}

.code {
  font-family: monospace;
  font-size: 0.8em;
}

.sponsor {
  width: 200px;
  text-align: center;
  float: left;
  padding: 0 2em 0 0;
}

