html, body {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  color: #333333;
  text-align: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  border: none;
  background: white;
}

h1, h2, h3, #title, #subtitle {
  margin: 1.0em 0;
  font-family: Georgia, Serif;
  color: #d23b11;
}
h1 {
  margin: 0.5em 0;
}
h2 {
  border-bottom: 1px solid #d23b11;
}
/* Sizes are for smallest screen sizes */
h1, #header #title {
  font-size: 1.9em;
}
h2, #header #subtitle {
  font-size: 1.5em;
}
h3 {
  font-size: 1.35em;
}
h4 {
  font-size: 1.2em;
}

#subtitle {
  color: #666;
}
#subtitle em {
  color: #d23b11;
  font-style: normal;
}
.full-page section {
  margin-bottom: 3em;
}

p {
  margin: 1em 0;
}

a {
  color: #d23b11;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #d23b11;
  font-weight: normal;
  text-decoration: underline;
}

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

blockquote {
  margin-inline-start: 0.5em;
  margin-inline-end: 1em;
  font-style: italic;
  border-left: 0.5em solid #d23b11;
  padding-left: 0.5em;
}

code {
  color: #d23b11;
}

ul {
  padding-left: 20px;
  padding-right: 20px;
}

ul.no-bullets {
  list-style: none;
  padding-left: 0;
}

#header {
  position: relative;
  background: white;
  padding: 1em;
}

#header #title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.0em;
  font-weight: bold;
  text-decoration: none;
}

#header #subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
}

#site {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

#container {
  background: white;
  position: relative;
  padding: 1em;
  clear: both;
}

#container img {
  max-width: 60%;
  margin: 0 20%;
}

nav ul {
  display: block;
  padding-right: 0;
}
nav ul li:last-child {
  margin-right: 0;
}

nav h3 {
  margin-top: 0;
}

/* 2nd smallest screen sizes */
@media screen and (min-width: 530px) {
  #header #title {
    font-size: 3.5em;
  }

  #header #subtitle {
    font-size: 1.5em;
  }

  h1, #header #title {
    font-size: 2.1em;
  }
  h2, #header #subtitle {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
}

/* 3rd smallest screen sizes */
@media screen and (min-width: 590px) {
  #header #title {
    font-size: 3.5em;
  }

  #header #subtitle {
    font-size: 1.5em;
  }

  h1, #header #title {
    font-size: 2.3em;
  }
  h2, #header #subtitle {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
}

/* 4th smallest screen sizes */
@media screen and (min-width: 670px) {
  #header #title {
    font-size: 3.5em;
  }
  h1 {
    font-size: 2.5em;
  }
  h2, #header #subtitle {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
}

/*
 * Sizes are for large screens such as on desktop
 * Navigation is inline, whereas on smaller screens it's a regular bullet list
 */
@media screen and (min-width: 850px) {
  nav ul {
    padding-left: 0;
    margin: 0 0 1em 0;
    display: inline-block;
  }

  nav ul li {
    list-style: none;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.75em;
  }

  nav ul li:not(.unmarked):before {
    content: "» "
  }

  nav h3 {
    display: none;
  }

  nav#index {
    opacity: 0.8;
  }

  #header #title {
    font-size: 4em;
  }
  h1 {
    font-size: 3em;
  }
  h2, #header #subtitle {
    font-size: 2em;
    margin-top: 1.5em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
}

#container #footer {
  padding-top: 0.5em;
  text-align: left;
  clear: both;
  position: relative;
}

#container #footer ul {
  padding-left: 0;
  margin: 0;
}

#container #footer ul li {
  list-style: none;
  padding-bottom: 0.1em;
}
