:root {
  overscroll-behavior: none;
}

body {
  padding-top: 0 !important;
  color: #333;
  font: 16px / 24px "PT Sans", sans-serif;
  background: #f4f4f4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px;
  margin: 0;
}

.site {
  background: #f4f4f4;
}

.text-logo {
  flex-basis: 0;
  flex-grow: 1;
}

#content {
  padding-top: 50px;
  margin-bottom: 50px;
}

.page .entry-header .entry-title {
  color: #111;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 25px;
}

.page .entry-content {
  background: #fff;
  padding: 31px 50px 39px 36px;
  margin-bottom: 80px;
}

.external-link {
  color: #267e69;
}

.podcast-icons {
  line-height: 1;
  border: none;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  font-size: 1em;
}

.podcast-icons a {
  line-height: 1;
  border: none;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  font-size: 1em;
  border-radius: 50px !important;
  border: 1px solid gray;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #111;
}

.podcast-icons a:hover {
  color: #267e69;
}

.podcast-icons img {
  margin-right: 20px;
  height: 32px !important;
  width: 32px;
  vertical-align: middle;
}

.block-columns {
  gap: 2em;
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}

.block-column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  box-sizing: border-box;
}

.block-image {
  margin: 1em 40px;
}

.fitz-image {
  margin: 0 auto;
  display: flex;
}

.has-vivid-red-background-color {
  background-color: #cf2e2e !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.has-text-align-center {
  text-align: center;
}

.social-justice-link {
  display: flex;
  align-self: center;
  justify-content: center;
}

.social-justice-link a {
  font-size: 18px;
  color: #111;
}

.social-justice-link:hover p {
  color: #267e69;
}

.link {
  color: #267e69;
}

.free-ebook-cover {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.webring {
  padding: 1vw 2vw !important;
}

.top-margin {
  margin-top: 30px !important;
}

.footer-text {
  color: #666;
  text-align: right;
}

.entry-content {
  background: #fff;
  padding: 31px 50px 39px 36px;
  margin-bottom: 80px;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900 !important;
  color: black !important;
}

.center-horizontally {
  display: flex;
  justify-content: center;
}

.gap-one-rem {
  gap: 1rem;
}
