:root {
  color: #2b2b2b;
  background: #fff;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

.site {
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
}

a {
  color: #24890d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #41a62a;
  text-decoration: underline;
}

.site-header {
  padding: 26px 30px;
  background: #000;
}

.site-title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-title:hover,
.site-title:focus {
  color: #41a62a;
  text-decoration: none;
}

.site-description {
  margin: 8px 0 0;
  color: #b2b2b2;
  font-size: 0.875rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  min-height: 48px;
  padding: 0 18px;
  background: #000;
  border-top: 1px solid #333;
}

.main-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.active {
  color: #fff;
  background: #24890d;
  text-decoration: none;
}

.site-content {
  max-width: 760px;
  min-height: 55vh;
  margin: 0 auto;
  padding: 48px 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: break-word;
}

h1 {
  margin: 0 0 20px;
  font-size: 2rem;
}

h2 {
  margin: 0 0 12px;
  font-size: 1.625rem;
}

h3 {
  font-size: 1.25rem;
}

p,
pre,
table,
blockquote {
  margin: 1.5em 0;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 2em;
}

blockquote {
  padding-left: 1.25em;
  border-left: 4px solid #24890d;
  color: #767676;
}

pre {
  overflow-x: auto;
  padding: 12px;
  background: #f5f5f5;
  white-space: pre-wrap;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #e5e5e5;
}

th,
td {
  padding: 0.75em;
}

.post-list article {
  padding: 0 0 40px;
  border-bottom: 1px solid #e5e5e5;
}

.post-list article + article {
  padding-top: 40px;
}

.post-list h2 a,
.content h1 {
  color: #2b2b2b;
}

.post-list h2 a:hover,
.post-list h2 a:focus {
  color: #24890d;
}

time,
.taxonomy {
  color: #767676;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.summary {
  display: flow-root;
}

.content img,
.content video,
.content iframe,
.content object,
.content embed,
.summary img,
.summary video,
.summary iframe,
.summary object,
.summary embed {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 40px 0 0;
  font-weight: 700;
}

.site-footer {
  padding: 24px 30px;
  color: #aaa;
  background: #000;
  font-size: 0.75rem;
}

@media (max-width: 650px) {
  .site-header {
    padding: 22px 20px;
  }

  .main-nav {
    display: block;
    padding: 0;
  }

  .main-nav a {
    padding: 0 20px;
    border-top: 1px solid #333;
  }

  .site-content {
    padding: 32px 20px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .pagination {
    align-items: center;
    flex-direction: column;
  }
}
