/*
Copyright 2020, 2022 Till Ulen
All rights reserved.
*/

html {
  scroll-behavior: smooth;
}

body {
  color: black;
  background: #fffbf0;
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 1.75em;
}

header,
footer {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: underline;
  color: #d93621;
  background-color: inherit;
}

a:active {
  filter: brightness(120%);
}

:target {
  animation: highlight 10s ease-in-out;
}

@keyframes highlight {
  0% { background-color: inherit; }
  8% { background-color: #fff2cc; }
  70% { background-color: #fff2cc; }
  100% { background-color: inherit; }
}

div.author {
  margin-bottom: 0.75em;
}

header {
  margin-bottom: 9em;
}

h1 {
  font-size: 100%;
  font-weight: 900;
  letter-spacing: 0.06ex;
  margin: 0;
}

article {
  padding: 1.5em;
  padding-top: 1.6em;
  padding-bottom: 0.9em;
  margin-top: 2em;
  border-top: 1.5em #fffbf0 solid;
}

article > h2,
article.prose > p,
article.prose > ul,
article.prose > .dedication,
article.link > p {
  max-width: 40em;
}

main h2 {
  font-size: 100%;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 1.5em;
}

main h3 {
  font-size: 100%;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

article.link h2 {
  font-style: normal;
  margin-bottom: 0.75em;
}

article.link h2::first-line {
  font-weight: 900;
}

article.link p {
  font-style: italic;
}

p,
li,
.date,
.dedication {
  margin-top: 0;
  margin-bottom: 0.75em;
}

main section {
  margin-bottom: 3em;
}

main section.last {
  margin-bottom: 0;
}

.dedication {
  font-style: italic;
  text-align: right;
  max-width: 36em;
}

ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

article.prose p {
  margin-bottom: 0;
  text-indent: 1.5em;
}

article.prose h2+p:last-of-type, 
article.prose .dedication+p:last-of-type {
  text-indent: 0;
}

.date {
  font-size: 80%;
  margin-top: 0.9375em;
  padding-top: 0.375em;
  color: #807966;
  font-style: italic;
}

footer {
  border-top: solid 1px #807966;
  display: flex;
  flex-wrap: wrap-reverse;
  font-size: 80%;
  padding-top: 0.625em;
  margin-top: 7.5em;
  max-width: 50em;
}

footer .small-print {
  width: auto;  
  padding-bottom: 1em;
}

footer small {
  display: block;
  margin-top: 0.75em;
  font-size: 100%;
}

footer span.copyright-sign {
  vertical-align: -0.1em;
}
