body {
  background: url("/images/background.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #262626;
}

strong {
  font-weight: bold;
}

a {
  color: #845630;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Slab", serif;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  min-height: 100vh;
}
@media (max-width: 600px) {
  .container {
    width: 100%;
  }
}

.site-header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2rem 0;
  box-sizing: border-box;
}
.site-header h1 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 600px) {
  .site-header h1 {
    font-size: 2rem;
  }
}
.site-header h1 a {
  color: inherit;
  text-decoration: none;
}
.site-header h1 a:hover {
  text-decoration: underline;
}

.site-nav {
  padding-bottom: 1rem;
}
.site-nav a {
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
  margin-right: 1.5rem;
}
.site-nav a:hover {
  text-decoration: underline;
}

p.lede {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

p.indent {
  margin-left: 2rem;
}

.cta {
  text-align: center;
  margin: 2rem 0;
}
.cta a {
  background-color: #557266;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
}

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

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-list li {
  margin-bottom: 2rem;
}
.post-list h3 {
  margin: 0 0 0.25rem;
}

.post-meta {
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
}

.post-subtitle {
  font-size: 1.25rem;
  font-style: italic;
}

.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content p,
.post-content li,
.post-content a,
.post-content span,
.post-content td,
.post-content blockquote {
  font-family: "Montserrat", sans-serif !important;
}
.post-content p,
.post-content li,
.post-content blockquote {
  font-size: 20px !important;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: "Roboto Slab", serif !important;
}