@charset "UTF-8";
.post .footnotes, header, footer {
  margin: 20px 0;
}

.post-post-cta, .post .footnotes, footer {
  border-top: dashed #000 3px;
  padding-top: 20px;
}

header {
  border-bottom: dashed #000 3px;
  padding-bottom: 20px;
}

body {
  background-color: #f2d8b2;
  color: #403c38;
  margin: 0 auto;
  width: 95%;
}

@media (min-width: 650px) {
  body {
    width: 650px;
  }
}
footer div {
  margin-top: 10px;
}

header h1 {
  margin: 0;
}
header h1 a {
  color: #403c38;
}

a {
  color: #248165;
  text-decoration: none;
}
a:hover {
  color: #f08080;
}

img {
  max-width: 100%;
}
img.emoji {
  width: auto;
}

figcaption {
  font-size: 75%;
  font-style: italic;
}

blockquote {
  border-left: #000 solid 1px;
  margin-left: 1em;
  padding-left: 5px;
}

code {
  background-color: #fff;
  margin: 0 2px;
  white-space: nowrap;
}

p code,
li code {
  background-color: #eab4ad;
}

pre code {
  color: #403c38;
  display: block;
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}

code,
pre {
  font-family: Monaco, monospace;
}

audio {
  width: 100%;
}

table {
  width: 100%;
  overflow-x: auto;
  display: block;
}

th {
  border: 1px dashed black;
  padding: 8px;
}

td {
  border: 1px dashed black;
  text-align: left;
  padding: 8px;
}

th {
  background-color: #eab4ad;
}

.fancy {
  border: 0;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fancy::after {
  content: "⠛ ⠛ ⠛";
  position: relative;
  top: -0.5em;
}

kbd {
  background-color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: monospace;
}

::selection {
  background: #ff6a00;
}

::-moz-selection {
  background: #ff6a00;
}

.category-label {
  background-color: #f5aeae;
  border-radius: 5px;
  font-size: 75%;
  padding: 2px 5px;
}

.archive li {
  margin-bottom: 5px;
}

.homepage-post-container:not(:first-child)::before {
  content: "~ 🍫 ~";
  display: block;
  text-align: center;
  padding: 20px 0;
}
.homepage-post-container h1 {
  margin: 0;
}

.pagination {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.pagination a {
  padding: 4px;
  background-color: #e6b3df;
  border-radius: 4px;
  border: 1px solid black;
}
.pagination a:hover {
  background-color: #bd00a7;
}

.post {
  margin-bottom: 25px;
  padding: 3px;
}
.post .metadata .title {
  margin-bottom: 5px;
}
.post .metadata .post-category {
  margin-bottom: 10px;
}
.post .footnotes {
  padding: 5px;
}

.post-post-cta {
  margin-top: 200px;
}

.podcast-meta {
  margin: 20px 0;
}
.podcast-meta h2 {
  display: inline;
  font-size: unset;
}
.podcast-meta ul {
  display: inline;
  padding: 0;
}
.podcast-meta li {
  display: inline;
  font-weight: bold;
}
.podcast-meta li:not(:last-child)::after {
  content: ",";
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-elsewhere a {
  font-size: 75px;
  text-decoration: none;
}
.about-elsewhere a + a {
  margin-left: 15px;
}

/*# sourceMappingURL=style.css.map */