@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Serif+Text&display=swap');

body {
  background: #fffeee;
  color: #1b1b1b;
  font-family: "Goudy Stout", "Bookman Oldstyle", serif;
  font-size: 0.93rem;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

.main {
  width: 750px;
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}

.title {
  text-align: center;
  padding: 0.1rem;
}

.title p {
  font-weight: bold;
}

.sub {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  width: 100%;
}

.heading {
  text-align: center;
  font-family: 'DM Serif Display', serif;
  border-bottom: 1px #000 solid;
  border-top: 3px #000 double;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer {
  font-size: 12px;
  color: #666;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 3px #000 double;
  padding-top: 10px;
}

.sub-left {
  float: left;
}

.sub-right {
  text-align: right;
  float: right;
}

.sub-left, .sub-right {
  padding: 0.5em 0.375em 0.2em 0.375em;
}

.title, .heading, h1, h2, h3, h4, readmore, .first-word {
  text-transform: uppercase;
}

/* Column layout */
.columns {
  columns: 3;
}

/* Article styling */
.articles {
  display: block;
  padding: 1rem 0.275rem;
}

.articles p {
  text-indent: 1em;
  line-height: 1.375em;
  margin: 0.1em;
  text-align: justify;
}

.articles h1, .articles h2, .articles h3, .articles h4 {
  margin-top: 0.1em;
  margin-bottom: 0.375em;
  display: table;
}

.articles ul {
  margin-left: 20px;
  padding-left: 10px;
}

.articles li {
  margin: 6px 0;
}

.block-column-article {
  display: table;
}

.splash {
  padding-bottom: 0rem;
}

.main hr {
  height: 1px;
  border: 0px;
  background: #000;
  margin: 0.8rem 0 1rem 0;
}

.articles blockquote {
  margin: 0;
  display: block;
}

.blockquote-inner {
  font-weight: bold;
  margin: 1rem 2rem 0 2rem;
  display: block;
  font-size: 1.2em;
}

.articles .blockquote-inner p {
  text-indent: 0;
  text-align: center;
}

.articles blockquote:before, .articles blockquote:after {
  font-size: 4.5rem;
  padding: 0 0.25rem;
  position: relative;
}

.articles blockquote:before {
  content: "“";
  float: left;
  top: -0.35rem;
}

.articles blockquote:after {
  content: "”";
  float: right;
  top: -1.35rem;
}

clearfix {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.articles .readmore p, .articles .continued p {
  font-size: 0.89em;
  text-indent: 0;
}

.articles .readmore p {
  font-weight: bold;
  text-align: right;
  margin: 0.5rem 0 0 0;
}

.articles .continued p {
  font-style: italic;
  margin: 0.5rem 0;
}

.articles img {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0.5rem auto;
  filter: grayscale(90%);
}

.articles img:hover {
  filter: grayscale(75%);
}

/* Responsive */
@media (max-width: 754px) {
  .main {
    width: 100%;
  }
  .columns {
    columns: 2;
  }
}

@media (max-width: 500px) {
  h1 { font-size: 1.95rem; }
  h2 { font-size: 1.1rem; }
  h3 { font-size: 0.975rem; }
  h4 { font-size: 0.92rem; }

  .sub-left, .sub-right {
    max-width: 50%;
  }

  body {
    font-size: 0.87rem;
  }
}

@media (max-width: 400px) {
  .columns {
    columns: 1;
  }
}
