body {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-color: #fcf6f0;
}

p, li {
  line-height: 1.6em;
  text-align: justify;
}

#content {
  max-width: 34em;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
  color: black;
  opacity: 60%;
  font-weight: 600;
  text-align: center;
}

#content h3 {
  font-style: italic;
}

#content h4 {
  font-weight: bold;
}

h1 {
  margin: 2em 1em 1em 1em;
  text-align: center;
  font-size: 2.5em;
}

h1 a, h2 a {
  color: black;
  text-decoration: none;
}

#posts, #lists {
  list-style-type: none;
  padding: 0;
}

#lists li {
  text-align: center;
}

.date {
  float: left;
  clear: left;
  width: 10em;
  text-align: right;
  padding-right: 1em;
  color: silver;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: silver;
}

h1 a:hover {
  text-decoration: none;
}

#nav {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  border-top: 1px solid #f8f8f8;
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
}

#date {
  text-align: right;
  margin-right: 2em;
}

img {
  width: 100%;
}

.entry-content p:first-child:first-letter {
  float: left;
  font-size: 480%;
  color: #666;
  padding-right: 4px;
  line-height: 90%;
  font-family: Georgia, serif;
}

.social-logo {
  width: 0.66em;
  position: relative;
  top: -0.25em;
  margin: 0 0.125em;
  opacity: 80%;
}