@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Lora:wght@700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  display: table;
  width: 100%;
  min-height: 100%;
}

body {
  background: white;
  color: black;
  font-family: 'Lora', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
a:hover {
  opacity: 0.5;
}

#container {
  max-width: 600px;
  padding: 2.8rem 2rem 8rem;
  margin: 0 auto;
}
#container.home {
  padding-top: 5.6rem;
}

#header h1 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
.home #header h1 {
  font-size: 3rem;
}

#header p {
  margin: 1.5rem 0;
  line-height: 1.5;
}

.links h2 {
  margin: 5.6rem 0 2.1rem;
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.links ul {
  list-style: none;
}

.links li {
  margin: 2.1rem 0;
  line-height: 1.5;
}

.links a {
  display: block;
  border: 0;
}

.links a strong {
  border-bottom: 1px solid;
  margin-right: 0.5rem;
  font-size: 22px;
  font-weight: 600;
}

.links a span {
  display: block;
  margin-top: 0.4rem;
  font-size: 17px;
  color: #444;
}

.lang-switch {
  margin-top: 0.6rem;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999;
}
.lang-switch a {
  color: #999;
  border-bottom-color: #ccc;
}
.lang-switch a:hover {
  opacity: 0.6;
}

.date {
  margin-top: 0.8rem;
  font-size: 15px;
  color: #888;
  font-style: italic;
}

#about {
  margin-top: 5.6rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}

#about h2 {
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

#about p {
  margin: 1.5rem 0;
  line-height: 1.5;
}

.contact {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
  font-size: 17px;
  color: #444;
}

/* Article pages */

#back {
  display: inline-block;
  margin-bottom: 4rem;
  font-size: 17px;
}

.essay-title {
  margin: 2.8rem 0 4rem;
}

.essay-title h3 {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 700;
}

.essay p,
.essay blockquote,
.essay li {
  line-height: 1.6;
}

.essay p,
.essay ul,
.essay ol {
  margin: 1.4em 0;
}

.essay ul,
.essay ol {
  margin-left: 1.4em;
}

.essay li {
  margin: 0.5em 0;
}

.essay h4 {
  font-weight: normal;
  font-style: italic;
  margin-top: 3rem;
  line-height: 1.5;
}

.essay h5 {
  text-transform: lowercase;
  font-variant: small-caps;
  margin-top: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}

.essay blockquote {
  font-size: 17px;
  margin: 1.4em 2.8em;
  font-style: italic;
}

.essay > p:first-of-type::first-letter {
  font-size: 3.8em;
  line-height: calc(20px * 1.6 * 2);
  float: left;
  margin: -0.04em 0.06em 0 0;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }

  #container {
    padding: 1.4rem 1.4rem 3rem;
  }

  .home #header h1 {
    font-size: 2.2rem;
  }

  .essay-title h3 {
    font-size: 2rem;
  }

  .essay blockquote {
    margin: 1.4rem;
  }
}
