body {
  font-size: 16px;
  margin: 0 auto;
}

.heading {
  font-family: 'PT Serif', serif;
  text-align: center;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.splash-container {
  /* vertical gradient from 001c28ff to 1e0c10 */
  background: -moz-linear-gradient(top, #001c28ff 0%, #25161d 100%);
  background: -webkit-linear-gradient(top, #001c28ff 0%, #25161d 100%);
  background: linear-gradient(to bottom, #001c28ff 0%, #25161d 100%);
  /* align child center */
  display: flex;
  justify-content: center;
}

.splash-img {
  margin-top: 1em;
  max-width: 320px;
}

@media (min-width: 700px) {
  .splash-img {
    max-width: 600px;
  }
}

.rest-root {
  display: flex;
  justify-content: center;
}

.rest-container {
  max-width: 1066px;
  margin: 1em;
}

.tagline {
}

.blog-entries {
  margin-top: 2em;
  margin-bottom: 2em;
}

.blog-entries li {
  margin-bottom: 2em;
}

/* Blog title */
.blog-entries li p:first-child {
  font-family: 'PT Serif';
  font-weight: bold;
  font-size: larger;
  margin-bottom: 0.5em;
}

/* Description */
.blog-entries li p:nth-child(2) {
  text-align: left;
}

/* External Itch link */
.blog-entries img {
  margin-left: 0.25em;
}

.external-row {
  display: flex;
  flex-direction: row;
  padding-top: 16px;
  justify-content: center;
  align-items: baseline;
}

.external-element {
  margin-left: 8px;
  margin-right: 8px;
}

.pendant-divider {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40%); /* Hacky */
}
