@import url(reset.css);
@import url(variables.css);
* {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizelegibility !important;
}

html,
body {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  margin: 0;
  color: rgba(0, 0, 0, 0.84);
  line-height: 1.5;
  font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html a,
html a:visited,
html a:hover,
body a,
body a:visited,
body a:hover {
  color: var(--color-brand-complement);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Source Serif Pro", serif;
  font-weight: bold;
  margin-bottom: 1rem;
}

summary:hover {
  text-decoration: underline;
}

summary {
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--color-brand-complement);
}

.category-head {
  text-transform: capitalize;
}

header.site-header {
  background-color: #80ae3c;
  width: 100%;
  padding: 1em;
  border: 0px !important;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3) !important;
  display: grid;
  grid-template-columns: auto auto;
}
header.site-header .site-title {
  font-size: x-large;
}
header.site-header .site-nav {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
header.site-header .site-nav .page-link {
  padding-right: 1rem;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: var(--font-size-base);
}
header.site-header .site-nav .page-link.current {
  text-decoration: underline;
}
header.site-header .site-nav .page-link:hover {
  text-decoration: underline;
}

footer {
  padding: 1em;
  border-top: 1px solid var(--text-color-light);
}
footer svg {
  display: inline;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
}
footer .wrapper .footer-col-2 {
  text-align: right;
}
footer .footer-site-title a {
  color: rgba(141, 191, 66, 0.97);
  text-transform: uppercase;
  font-weight: bold;
}

table,
table.image,
table td,
table th,
table.image td,
table.image th {
  border: 0px !important;
}

table.image img {
  border: 1px solid #cccccc;
}

caption {
  font-size: var(--font-size-sm);
}

main.page-content {
  padding: 0 1em;
}
main.page-content .wrapper {
  display: grid;
  gap: 1em;
}
main.page-content .wrapper h1 {
  line-height: 1.2;
}

.page-content .wrapper {
  margin: 0 auto;
}

.desc-list {
  list-style: none;
  margin: 0;
}

.wrapper {
  max-width: var(--content-width);
}

.site-title {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--text-color-light);
}
.site-title:visited {
  color: var(--text-color-light);
}

.categories {
  width: 100%;
  text-align: center;
}

#about-me h2 {
  font-size: var(--font-size-lg);
  font-weight: bold;
}

#about-me {
  padding: 1rem 1rem 0.5rem;
  position: relative;
  text-align: center;
  font-size: var(--font-size-base);
}

#side-message {
  margin: 1em 0 2em;
  border-radius: 5px;
  border: 3px dotted rgb(141, 191, 66);
  padding: 1em;
  font-size: var(--font-size-base);
}
#side-message h2 {
  font-size: var(--font-size-lg);
}

#donate-form {
  background-color: #90c049 !important;
  padding: 1em 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.ayo-thumb img {
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.3) !important;
  margin: 2px;
}

.ayo-thumb {
  width: 100px;
  margin: 0 auto;
}

.site-body {
  max-width: 1000px;
  margin: 0 auto;
}

nav#side-nav,
main.page-content {
  margin: 1em 0;
}

main.page-content {
  width: 70%;
}

nav#side-nav {
  width: calc(30% - 10px);
}

.side-panel-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.side-panel-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.side-panel {
  background-color: #80ae3c !important;
  color: white;
  font-size: var(--font-size-base);
  padding: 0 15px;
}

.page-content .wrapper .home {
  background-color: transparent;
}

.page-content .wrapper .post {
  margin: 1em 0;
}

table.image caption {
  font-size: var(--font-size-sm);
  font-style: italic;
}

iframe.mastodon-embed {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto 1em;
}

.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%;
}

.tip-jar {
  width: 100%;
  text-align: center;
}

p {
  margin-bottom: 1rem;
}

.blog-post__header__category span a,
.blog-post__header__category span a:hover {
  text-transform: uppercase;
  padding: 3px;
  width: auto;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--font-size-sm);
  color: var(--color-brand-complement);
  border-bottom: solid 3px var(--color-brand-complement);
}
.blog-post__header__title {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  font-family: "Source Serif Pro", serif;
  font-weight: 900;
  font-style: normal;
  font-size: var(--font-size-xl);
  margin: 0 0 10px -2.63px;
  line-height: 1.04;
  padding-top: 5px !important;
}
.blog-post__header__meta {
  font-size: var(--font-size-sm);
  margin: 0.5em 0;
}
.blog-post__header__image {
  border-radius: 5px;
  margin-bottom: 3px;
}
.blog-post__header__image-caption {
  font-size: var(--font-size-sm);
  text-align: center;
  margin-bottom: 0px;
}
.blog-post__content {
  margin: 1em 0;
}
.blog-post__content .highlighter-rouge {
  max-width: calc(100vw - 30px);
}
.blog-post__content h1,
.blog-post__content h2,
.blog-post__content h3 {
  padding-top: 20px;
  font-weight: bold;
}
.blog-post__content blockquote {
  font-style: normal;
  margin: 35px 0 !important;
}
.blog-post__content p,
.blog-post__content ul li,
.blog-post__content ol li {
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0.01rem;
  color: #333;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-base);
  line-height: 1.58;
  letter-spacing: -0.003em;
  margin-bottom: 1rem;
}
.blog-post__after-content h2 {
  text-align: center;
}
.blog-post__after-content #rss-sign-up {
  color: #90c049;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 1em auto;
  max-width: 350px;
}
.blog-post__after-content #rss-sign-up em {
  color: #90c049;
}
.blog-post__after-content #rss-sign-up a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.blog-post__after-content #reply-by-email a:hover,
.blog-post__after-content #fedi-link a:hover {
  border: 1px solid var(--color-brand-complement);
}
.blog-post__after-content #reply-by-email a,
.blog-post__after-content #fedi-link a {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1em 0.5em;
  width: calc(50% - 1em);
  float: left;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  display: inline-block;
  font-size: large;
  font-weight: bold;
  font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
.blog-post__web-mentions {
  margin: 2em 0;
}
.blog-post__web-mentions h2 {
  text-align: center;
}
.blog-post__web-mentions .avatar-block-wrapper {
  width: 100%;
}
.blog-post__web-mentions .avatar-block {
  display: inline-block;
  margin-bottom: 1.5em;
  margin-left: 15px;
  padding-left: 1.5em;
  width: calc(100% - 1em);
  border-left: 3px solid rgba(34, 34, 34, 0.15);
}
.blog-post__web-mentions .avatar-block img,
.blog-post__web-mentions .avatar-block svg {
  margin-left: -0.7em;
  width: 2em;
  height: 2em;
  background: white;
}
.blog-post__web-mentions .reply-card {
  max-width: fit-content;
  display: block;
  margin: 1em 0;
  padding: 0 1em;
  border-left: 3px solid rgba(34, 34, 34, 0.15);
}
.blog-post__web-mentions .reply-photo:hover,
.blog-post__web-mentions .avatar-block img:hover,
.blog-post__web-mentions .avatar-block svg:hover {
  berder-width: 5px;
  border-color: #80ae3c;
}
.blog-post__web-mentions .reply-photo,
.blog-post__web-mentions .avatar-block img,
.blog-post__web-mentions .avatar-block svg {
  border-radius: 50%;
  border: 3px solid blue;
  float: left;
}
.blog-post__web-mentions .reply-photo {
  width: 3em;
  height: 3em;
}
.blog-post__web-mentions .reply-name,
.blog-post__web-mentions .reply-date {
  margin-left: 0.5em;
  float: left;
}
.blog-post__web-mentions .reply-name {
  font-weight: bold;
}

.blog-home__list-items {
  list-style: none;
  padding-left: 0;
}
.blog-home__list-items__item {
  background-color: var(--text-color-light);
  border-radius: 5px;
  box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.15);
  border: 1px solid rgba(34, 34, 34, 0.15);
  margin-bottom: 1em;
  padding: 1em;
}
.blog-home__list-items__item__header__meta, .blog-home__list-items__item__header__description {
  font-size: var(--font-size-base);
}
.blog-home__list-items__item__header__title {
  margin: 10px 0;
  font-family: "Source Serif Pro", serif;
  font-weight: 900;
  font-size: var(--font-size-lg);
  line-height: 1.04;
  text-decoration: underline !important;
  color: var(--color-brand-complement);
  text-decoration-thickness: 2px !important;
}
.blog-home__list-items__item__header__title a,
.blog-home__list-items__item__header__title a:visited {
  color: #222;
  text-decoration: none;
  text-decoration-color: var(--color-brand-complement) !important;
  text-decoration-thickness: 2px;
}
.blog-home__list-items__item__header__title a:hover {
  color: var(--color-brand-complement) !important;
}

@media only screen and (min-width: 0px) and (max-width: 350px) {
  div.subscription-message-div {
    display: none !important;
  }
  .blog-home__list-items {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  article .post-content p__list-items,
  article .post-content ul li__list-items,
  article .post-content ol li__list-items,
  .blog-home__list-items {
    margin-left: 0;
  }
  .blog-post__header__title {
    font-size: var(--font-size-xl);
  }
  .blog-post__after-content #reply-by-email a,
  .blog-post__after-content #fedi-link a {
    display: inline-block;
    width: calc(100% - 1em);
    margin-bottom: 1em;
  }
  .blog-home__list-items__item__header__title {
    font-size: var(--font-size-lg);
  }
  caption {
    font-size: var(--font-size-sm);
  }
  .page-content .wrapper {
    max-width: 100%;
  }
  main.page-content {
    width: 100%;
  }
  nav#side-nav {
    width: 100%;
    margin: 0 0 1em;
    padding: 0 1em;
  }
  .side-panel {
    width: 100%;
  }
  .post-list li h3 a {
    font-size: var(--font-size-lg);
  }
  header.site-header {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    background: var(--bg-darker);
    color: var(--text-color-light);
  }
  html summary,
  html a,
  html a:visited,
  html a:hover,
  body summary,
  body a,
  body a:visited,
  body a:hover {
    color: var(--color-brand-complement-dark);
  }
  .blog-post__header__category span a,
  .blog-post__header__category span a:hover {
    color: var(--color-brand-complement-dark);
    border-bottom: solid 3px var(--color-brand-complement-dark);
  }
  .blog-post__content div.highlight,
  .blog-post__content pre.highlight,
  .blog-post__content code {
    background: var(--bg-dark);
    color: var(--text-color-light-faded);
    border: 0px;
  }
  .blog-post__content p,
  .blog-post__content ol li,
  .blog-post__content ul li {
    background: var(--bg-darker);
    color: var(--text-color-light);
  }
  .blog-post__content a,
  .blog-post__content a:visited {
    color: var(--color-brand-complement-dark);
  }
  .blog-post__after-content #reply-by-email a,
  .blog-post__after-content #fedi-link a {
    background-color: var(--bg-dark);
    border: 1px solid var(--bg-darker);
    color: var(--color-brand-complement-dark);
  }
  .blog-post__after-content #reply-by-email a:hover,
  .blog-post__after-content #fedi-link a:hover {
    border: 1px solid var(--color-brand-complement-dark);
  }
  .blog-home__list-items__item {
    background: var(--bg-dark);
    color: var(--text-color-light);
  }
  .blog-home__list-items__item__header__title {
    color: var(--color-brand-complement-dark) !important;
  }
  .blog-home__list-items__item__header__title a,
  .blog-home__list-items__item__header__title a:visited {
    color: var(--text-color-light);
    text-decoration-color: var(--color-brand-complement-dark) !important;
  }
  .blog-home__list-items__item__header__title a:hover {
    color: var(--color-brand-complement-dark) !important;
  }
  footer.site-footer {
    border-color: var(--bg-dark);
  }
}

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