body {
  background: #e2e2e2;
  color: #373737;
  font: 14px/1.65 Georgia, "Times New Roman", serif;
  margin: 0;
  padding: 18px 20px;
}

a {
  color: #1982d1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}

#page {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  max-width: 1120px;
}

#branding {
  padding-top: 34px;
}

.branding-inner,
#access .menu,
#main,
#colophon .site-generator {
  margin: 0 7.6%;
}

#site-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 24px;
}

#site-title a {
  color: #222;
}

.header-image {
  display: block;
  line-height: 0;
}

.header-image img {
  display: block;
  width: 100%;
}

#access {
  background: linear-gradient(#383838, #111);
  border-top: 1px solid #4b4b4b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#access .menu {
  margin-top: 0;
  margin-bottom: 0;
}

#access ul {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#access li {
  margin: 0;
}

#access a {
  color: #eee;
  display: block;
  font: 700 12px/1 "Helvetica Neue", Arial, sans-serif;
  padding: 14px 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

#access a:hover {
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

#main {
  display: flex;
  gap: 5.2%;
  padding: 28px 0 34px;
}

#primary {
  flex: 1 1 0;
  min-width: 0;
}

#secondary {
  flex: 0 0 21%;
}

.post,
.page {
  border-bottom: 1px solid #ddd;
  margin: 0 0 28px;
  padding: 0 0 22px;
}

.entry-header {
  margin-bottom: 14px;
}

.entry-title {
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 8px;
}

.entry-title a {
  color: #222;
}

.entry-meta,
.entry-meta a {
  color: #777;
  font: 12px/1.5 "Helvetica Neue", Arial, sans-serif;
}

.entry-content {
  overflow-wrap: break-word;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content figure {
  margin: 0 0 1.25em;
}

.entry-content li {
  margin-left: 1.2em;
}

.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
  height: auto;
}

.entry-content .wp-caption,
.entry-content figure {
  max-width: 100%;
}

.entry-content figcaption,
.entry-content .wp-caption-text,
.entry-content .wp-caption-dd {
  color: #666;
  font: italic 12px/1.4 Georgia, serif;
  margin-top: 0.45em;
}

.featured-image {
  margin: 0 0 1.5em;
}

.featured-image img {
  display: block;
}

.read-more {
  font: 700 12px/1.4 "Helvetica Neue", Arial, sans-serif;
  margin-top: 1em;
}

#nav-below {
  border-top: 1px solid #ddd;
  padding-top: 18px;
}

.nav-previous {
  font: 700 13px/1.4 "Helvetica Neue", Arial, sans-serif;
}

.widget {
  margin: 0 0 24px;
}

.widget-title {
  color: #999;
  font: 700 10px/1.4 "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.widget ul {
  list-style: disc;
  margin: 0;
  padding-left: 18px;
}

.widget li {
  margin: 0 0 5px;
}

.widget a {
  font: 700 12px/1.45 "Helvetica Neue", Arial, sans-serif;
}

.taxonomy-list {
  list-style: disc;
  padding-left: 20px;
}

#colophon {
  border-top: 1px solid #ddd;
  color: #777;
  font: 12px/1.6 "Helvetica Neue", Arial, sans-serif;
  padding: 22px 0 28px;
}

@media (max-width: 900px) {
  body {
    padding: 0;
  }

  #page {
    box-shadow: none;
  }

  .branding-inner,
  #access .menu,
  #main,
  #colophon .site-generator {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main {
    flex-direction: column;
    gap: 24px;
  }

  #secondary {
    flex-basis: auto;
  }

  #access ul {
    flex-wrap: wrap;
  }
}
