/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Site */
body {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 19px;
  line-height: 1.5;
  color: #202020;
  overflow-x: hidden;
}

hr {
  visibility: hidden;
  margin: 5px 0;
}

h1, h2, h3, h4, h5, header {
  font-family: 'Muli', sans-serif;
}

h1, h2 {
  font-variant: small-caps;
  font-size: 15px;
}

h1 a:hover,
h2 a:hover {
  text-decoration: underline;
}

h1 {
  padding: 10px 20px 0 20px;
  max-width: 640px;
  margin: 0 auto;
  text-align: right;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 640px;
  margin: 0 auto;
}

.snowflake {
  display: inline-block;
  position: relative;
  top: 1px;
  padding: 0 2px;
}

.spaced {
  margin-top: 10px;
}

article {
  padding: 10px 20px;
  max-width: 640px;
  margin: 0 auto;
  text-align: justify;
}

article header {
  margin-bottom: 15px;
  font-size: 22px;
  font-variant: small-caps;
}

article blockquote {
  border-left: 5px solid #f8f8f8;
  padding-left: 10px;
}

article img {
  width: 100%;
}

article author {
  display: block;
  text-align: right;
  padding-top: 5px;
}

article author:before {
  content: "\2014";
}

aside {
  background-color: #f8f8f8;
  text-align: justify;
  margin-bottom: 30px;
}

aside:last-of-type {
  margin-bottom: 10px;
}

aside cite {
  font-variant: small-caps;
}

aside blockquote,
aside comment {
  padding: 10px 20px;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}

aside blockquote:before {
  content: "\201C";
  margin-right: -5px;
}

aside blockquote:after {
  content: "\201D";
  margin-left: -5px;
}

aside comment {
  font-size: 14px;
  font-family: 'Muli', sans-serif;
}

aside comment a {
  text-decoration: underline;
}

aside blockquote ~ comment {
  padding-top: 0;
}
