.container {
  max-width: 800px;
}

.banner-logo {
  height: 5.45em;
  width: auto;
}

p, li, blockquote, .entry-section, .entry-date, .tiny-date, .clean {
  /*font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;*/
  font-family: -apple-system, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table.clean th {
  padding-left: 0.5em;
}

tr {
  vertical-align: top;
}

footer {
  text-align: center;
  width: 24rem;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 2em;
  margin-top: 1em;
}

header {
  background: #ffffff;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

header .header-title a {
  letter-spacing: 0;
  font-weight: 300;
  text-decoration: none;
  font-size: 270%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #222;
}

header .header-subtitle {
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 1.8em;
  text-transform: uppercase;
  font-size: 140%;
}

header .header-subtitle a {
  text-decoration: none;
  color: black;
}

td .tiny-date {
  margin-top: 0.36em;
}
.entry-date {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.entry-section {
  margin-top: 0.18em;
}
.entry-section, .entry-date, .tiny-date {
  display: inline-block;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 0.06em;
}
.entry-section {
  font-weight: bold;
}
a.section-link {
  text-decoration: none;
  color: #999;
}

.entry-title a {
  text-decoration: none;
}

.blog-archive {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #f8f8f8;
  border-radius: 5px;
}

img, .u-full-width {
  width: 100%;
  box-sizing: border-box;
}

/* TODO .active and .inactive to highlight current page */
a.active {
  text-decoration: none;
  pointer-events: none;
  color: black;
}

.menu a {
  text-decoration: none;
}

.menu {
  text-align: center;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 0.5em;
}

.seal {
  width: 3.7em;
  height: auto;
}

.credit {
  font-size: 80%;
}

h1 {
  font-weight: 100;
  font-size: 2em;
  line-height: 100%;
  text-transform: uppercase;
}

h2 {
  font-weight: 100;
  font-size: 1.5em;
  line-height: 125%;
}

h2:not(:first-child) {
  padding-top: 0.5em;
  border-top: 1px solid #888;
}

h3 {
  font-weight: 100;
  font-size: 1.2em;
  line-height: 115%;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: 300;
}

.menu {
  letter-spacing: 0.05em;
  /* copied from skeleton.css */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

a.bloggy {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.entry-title {
  margin-bottom: 1em;
  padding-left: 0;
  margin-left: 0;
}

.entry {
  margin-top: 4em;
  margin-bottom: 2em;
}

h1.entry-title a {
  color: #222;
}

.entry:nth-child(2) {
  margin-top: 0;
}

td a.entry-title {
  text-decoration: none;
  font-size: 100%;
}

td span.big-date {
  font-size: 120%;
}

img.feed-icon {
  margin: 0;
  padding: 0;
  padding-top: 0.05em;
  padding-bottom: 0.3em;
  width: auto;
  height: 1.4em;
  display: inline;
  vertical-align: middle;
}

.rss-text {
  display: block;
}

.single-article img {
  margin-bottom: 1.6em;
}

.quotes-author {
  text-align: right;
  margin-bottom: 2em;
  font-family: -apple-system, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.quotes {
  padding-left: 1em;
}

.quotes p {
  font-style: italic;
}

.quotes p:last-of-type {
  margin-bottom: 0;
}

/* interactive notes */

.clicky {
  text-decoration: none;
  text-transform: uppercase;
}

.clicky2 {
  text-decoration: none;
}

.note {
  display: none;
}
.all-notes {
  display: none;
}

img.advice-subtitle {
  height: 1.26em;
  width: auto;
}