body {
  font-family: "Garamond", serif;
  background-color: #111;
  color: #f1e7c6;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

header.main-header {
  text-align: center;
  padding: 40px 20px 20px 20px;
}

.center-logo {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.subtitle {
  color: #d4b26a;
  font-style: italic;
}

.navbar {
  text-align: center;
  background-color: #222;
  padding: 10px;
}

.navbar a {
  color: #f1e7c6;
  text-decoration: none;
  margin: 0 12px;
  font-weight: bold;
}

.navbar a:hover {
  color: #d4b26a;
}

.content {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.post-preview {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  background-color: #222;
  color: #d4b26a;
}

/* Small top-left logo for subpages */
.small-logo {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 60px;
  height: auto;
}
