#root {
  font-family: 'Merriweather', 'Times New Roman', Times, serif;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px;
}

#brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#brand a {
  color: var(--fontcolor);
  text-decoration: none;
}

#brand h1,
#brand h3 {
  margin: 0;
}

#brand h1 {
  font-size: 30px;
}

#brand h3 {
  font-size: 20px;
  font-weight: normal;
}

#brand .icon {
  width: 90px;
}

footer {
  margin-top: 30px;
}

header nav {
  margin: 15px 0;
}

header nav a:link {
  color: inherit;
}

header nav a:visited {
  color: inherit;
}

header nav a {
  color: #000;
}

h1.title {
  margin: 1rem 0 0 0;
  color: var(--fontcolor);
}

/* .title a:visited {
  color: inherit; 
  text-decoration: none; / 
} */
h3.subtitle {
  font-weight: normal;
  margin: 0;
}

div.post-meta {
  margin-top: 0.2rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #root {
    margin-top: 25px;
  }

  #brand {
    flex-direction: row;
    text-align: unset;
  }

  #brand .text {
    margin-left: 10px;
  }

  #brand h1 {
    font-size: 45px;
  }

  #brand h3 {
    font-size: 25px;
  }
}

div.postBody {
  line-height: 1.4;
  font-family: "iAWriterQuattro", 'Merriweather', 'Times New Roman', Times, serif;
}

div.postBody img {
  float: left;
  width: 150px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.postBody p:first-of-type {
  margin-top: 5px;
}

div.postBody h3,
h4,
h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.postBody h2+p,
h3+p,
h4+p,
h5+p {
  margin-top: 0px;
}

#postsByDate {
  list-style: none;
}

#postsByDate .date {
  width: 60px;
}

#postsByDate div,
#postsInOneGroup div {
  display: inline-block;
}

#terms {
  list-style: none;
}

#terms .term {
  background-color: #ddd;
  border-radius: 10px;
  display: inline-block;
  margin: 2px;
  padding: 8px;
}