body {
  color: #222;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 1rem auto;
  max-width: 768px;
  padding: 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }

header {
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5em;
}

header a {
  text-decoration: none;
}

header p {
  display: flex;
  align-items: baseline;
}

.rss-link {
  margin-left: auto;
  color: #1a5c2a;
  font-variant: small-caps;
  font-size: 0.85em;
  text-decoration: none;
}

footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
  font-family: 'Nunito', sans-serif;
}

time {
  font-family: 'Nunito', sans-serif;
}

a {
  color: #1a5c2a;
  text-decoration: underline;
}


a:hover {
  color: #000;
}

a:active {
  color: #888;
}

.tag-summary {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9em;
  color: #666;
}

.tag-summary a {
  color: #3a7a4a;
}

.tag-summary a:hover,
.tag-summary a:active {
  color: #1a5c2a;
}

.tags {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 0.85em;
  color: #666;
}

.tags a {
  color: #3a7a4a;
  margin-right: 0.4em;
}

.tags a:hover,
.tags a:active {
  color: #1a5c2a;
}

.tags a::before {
  content: "#";
}

ul li {
  margin-bottom: 0.75rem;
}

main img {
  max-width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.gallery img {
  max-width: 100%;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
}

.gallery p {
  margin: 0;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-square img {
  object-fit: cover;
  aspect-ratio: 1;
}

.gallery figcaption {
  grid-column: 1 / -1;
}
