/* @import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:wght@400;700;800&display=swap"); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li {
  font-family: "Lora", serif;
}

a {
  text-decoration: none;
  color: #873D48;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1 {
  font-weight: 800;
  text-align: center;
}

h2,
h3 {
  font-weight: 700;
}

nav {
  padding-bottom: 15px;
}

img {
  max-width: 100%;
}

mark {
  background-color: #fffaa1;
}

blockquote {
  border-left: 2px #aaa solid;
  padding-left: 7px;
  font-style: italic;
}

hr {
  color: #ddd;
}

table {
  width: 100%;
}

td,
th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  color: #666;
}

th {
  text-align: center;
}

footer {
  text-align: center;
  font-size: 26px;
}

footer span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

footer .pure-menu-link {
  color: #444;
}

footer .pure-menu-link:hover {
  color: #111;
  background-color: #fff;
  text-decoration: none;
}

/* LAYOUT CSS */
.pure-img-responsive {
  max-width: 100%;
  height: auto;
}

#layout {
  padding: 0;
}

.sidebar {
  background: #2f4956;
  color: #fff;
}

.sidebar-info {
  text-align: center;
  top: auto;
}

.sidebar-info * {
  font-family: "Open Sans", sans-serif;
}

.brand-photo {
  margin: 20px 8px;
}

.brand-title,
.brand-tagline,
.nav {
  margin: 0;
  margin-right: -20px;
}

.brand-title {
  padding-top: 15px;
  text-transform: uppercase;
}

.brand-title a {
  color: white;
}

.brand-tagline {
  font-weight: 300;
  color: #ddd;
  font-size: 18px;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.nav-item a {
  background: transparent;
  border: 2px solid rgb(195, 176, 219);
  color: #fff;
  margin-top: 1em;
  margin-right: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 85%;
}

.nav-item a:hover,
.nav-item a:focus {
  border: 2px solid rgb(61, 70, 201);
  text-decoration: none;
}

.content-subhead {
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 0.4em 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Open Sans", sans-serif;
}

.content {
  padding: 2em 1em 0;
}

.post,
.post-entry {
  padding-bottom: 2em;
}

.post-entry {
  margin: 0 auto;
}

.post-entry h1,
.post-entry h2,
.post-entry h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.post-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-top: -10px;
}

.post-body p,
.post-body li {
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}

.post-body blockquote p {
  font-size: 22px;
}

.post-title {
  font-size: 2em;
  color: #222;
  margin-bottom: 0.2em;
}

.post-avatar {
  border-radius: 50px;
  float: right;
  margin-left: 1em;
}

.post-description {
  color: black;
  line-height: 1.8em;
}

.post-meta {
  font-family: "Open Sans", sans-serif;
  color: #444;
  margin: 0;
}

.post-meta a {
  font-weight: bold;
  color: #376a8c;
}

.post-category {
  margin: 0 0.1em;
  padding: 0.3em 1em;
  color: #fff;
  background: #999;
  font-size: 80%;
}

.post-images {
  margin: 1em 0;
}

.post-image-meta {
  margin-top: -3.5em;
  margin-left: 1em;
  color: #fff;
  text-shadow: 0 1px 1px #333;
}

.journals {
  margin: 0 auto;
  max-width: 70%;
}

.post-description {
  color: black;
  line-height: 1.8em;
  margin-top: -15px;
}

.archive-links {
  font-size: 22px;
  padding: 5px 0;
  list-style-type: decimal;
}

.archive-links a,
.tags a {
  color: #376a8c;
}

/* AUTHOR */
#author {
  overflow: auto;
  padding: 0px 10px 15px;
  text-align: justify;
}

#author img {
  float: left;
  max-height: 150px;
  margin-top: -10px;
  padding-right: 15px;
}

#author h3 {
  margin-top: 5px;
  text-align: center;
  text-decoration: underline;
}

/* RESPONSIVE CSS */
@media (min-width: 48em) {
  .sm-display {
    display: none;
  }
  .content {
    padding: 2em 3em 0;
    margin-left: 25%;
  }
  .sidebar-info {
    margin: 5% 2em 0;
    text-align: right;
  }
  .brand-photo {
    max-width: 250px;
  }
  .brand-title,
  .brand-tagline {
    text-align: right;
  }
  .sidebar {
    position: fixed;
    height: 100vh;
  }
  .post-entry {
    width: 70%;
  }
  .tags {
    width: 30%;
  }
  footer .pure-menu-link {
    padding: 0.5em 5px;
  }
}
@media screen and (max-width: 48em) {
  .md-display {
    display: none;
  }
  .brand-title,
  .brand-tagline {
    margin: 0;
    padding: 0 10px;
  }
  .brand-photo {
    max-width: 200px;
  }
  .post-entry {
    width: 90%;
    word-break: break-word;
    hyphens: auto;
  }
  .tags {
    width: 49%;
  }
  .journals {
    max-width: 95%;
  }
  footer .pure-menu-link {
    padding: 0 20px;
  }
}
/* JEKYLL CSS */
.jekyll-header {
  text-align: center;
  text-decoration: underline;
  font-size: 48px;
  margin-bottom: 0px;
  color: #222;
}

.jekyll-header:hover {
  color: #6f1f91;
}

.content {
  padding-top: 0;
}

.paginate {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.paginate ul,
footer ul {
  padding-left: 0px;
}

.paginate * {
  font-family: "Open Sans", sans-serif;
}

#current-page {
  padding: 0px 15px;
}

/* NAVIGATION */
.menu {
  margin: 20px auto;
  text-align: center;
}

.menu a {
  font-size: 18px;
  font-weight: 600;
  padding: 7px 10px;
  border-right: 1px grey solid;
  margin-left: -4px;
  text-decoration: none;
  color: #333;
  margin-top: 10px;
}

.rss a {
  border-right: 0;
}

.menu a:hover {
  background-color: #eee;
  color: #000;
}

.about,
.hashtags,
.categories,
.archive,
.rss,
.projects,
.donate {
  display: inline-block;
}

.about i {
  color: #333;
}

.hashtags i {
  color: #6f1f91;
}

.categories i {
  color: #3878a0;
}

.archive i {
  color: #56712d;
}

.rss i {
  color: #cfa531;
}

.donate i {
  color: #da6064;
}

/* SEARCH */
#search,
.search_res p,
#results-container {
  font-family: "Open Sans", sans-serif !important;
}

#results-container {
  border: 1px solid black;
}

#search-input {
  width: 94%;
  margin: 10px 0;
  padding: 5px;
  border: 1px #ccc solid;
  border-radius: 8px;
}

.search-icon {
  font-size: 24px;
}

/* --- Overwrite Minima --- */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.8;
}
body .menu {
  margin: 40px auto 60px auto;
}
body .menu a {
  font-size: 14px;
}

/* --- LAYOUT --- */
.content {
  margin-left: 33.33%;
}

/* --- HEADLINES --- */
h1, h2, h3, h4 {
  color: #2f4956;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 1.8em;
  margin-top: 2em;
}

p, ul, ol, li {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em;
}

/* --- HELPER CLASSES --- */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex section {
  width: 50%;
}

.footnotes li {
  font-size: 0.8em;
}

.emoji {
  height: 1em;
  width: 1.4em;
}

/* --- ASIDE : SIDEBAR --- */
aside.sidebar {
  line-height: 1.6;
}
aside.sidebar img {
  margin: 20px 8px -10px 8px;
}
aside.sidebar .brand-tagline {
  line-height: 1.8;
}
aside.sidebar .brand-tagline small {
  display: block;
  text-align: right;
}
aside.sidebar .brand-tagline ul.nav-list {
  margin-top: 20px;
}

/* --- TABLES --- */
table {
  font-family: "DM Mono", monospace;
  width: 100%;
}
table th {
  background-color: #2f4956;
  padding: 0.2em 0.5em;
  color: #fff;
}
table tr {
  background-color: #2f4956;
}
table tr:nth-child(even) {
  background-color: rgba(160, 144, 105, 0.1);
}
table tr:nth-child(odd) {
  background-color: rgba(160, 144, 105, 0.3);
}
table td {
  padding: 0.2em 0.5em;
}

/* --- POSTS --- */
.post-title {
  font-size: 1.6em;
}

.post-meta {
  margin-top: -1.3em;
  text-align: right;
}

.tag-list a {
  margin-right: 1em;
}

/* --- COLLECTIONS --- */
section {
  padding: 0 2em;
}
section div.subsection_menu {
  background-color: #2f4956;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 3em 0 5em 0;
  width: 100%;
}
section div.subsection_menu a {
  color: #ffffff;
}
section div.subsection_menu p {
  /*background-color: rgba(160, 144, 105, .3);*/
  border-radius: 6%;
  padding: 0 10px;
}
section div.subsection_menu p:first-child {
  background-color: transparent;
  /*       color: #a09069; */
  display: block;
  font-weight: bold;
}

.journals, .notes, .families {
  margin: 0 auto;
  max-width: 100%;
}

/* === HERO AREA === */
#hero {
  background-size: contain;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2em;
  text-align: center;
}
#hero div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
}
#hero #basics {
  background-image: url("/assets/images/site/bg-manifesto.png");
  padding: 0;
}
#hero #adaptables {
  background-image: url("/assets/images/site/bg-kitchen.png");
  padding: 0;
}
#hero #recipes {
  background-image: url("/assets/images/site/bg-pantry.png");
  padding: 0;
}
#hero h3 {
  background-color: rgba(160, 144, 105, 0.9);
  border-bottom: 2px solid #000000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 9em 0 0 0;
  width: 100%;
}
#hero h3 a {
  color: #ffffff;
}
#hero h3.noback {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

@media (max-width: 600px) {
  #banner {
    width: 100%;
  }
  #banner h1 {
    font-size: 8vw;
    padding-top: 0;
  }
  #hero {
    width: 100%;
    text-align: center;
  }
  #hero h3 {
    font-size: 2.6vw;
  }
}
/* --- SUB INDEX PAGES ---  */
/* --- RECIPE PAGES --- */
#recipe-page ol, #recipe-page ul {
  margin-left: -1em;
}
#recipe-page .instructions p {
  margin-bottom: 2em;
}
#recipe-page .tip {
  font-size: 0.8em;
  font-style: italic;
}
#recipe-page table {
  font-family: "DM Mono", monospace;
}
#recipe-page table th:first-of-type {
  width: 25%;
  text-align: right;
}
#recipe-page table th:nth-of-type(2) {
  text-align: left;
}
#recipe-page table span.section {
  color: rgb(160, 144, 107);
  font-weight: bold;
}
#recipe-page input[type=checkbox] {
  margin: 0 1em 0 0.5em;
  transform: scale(1.5);
}
#recipe-page input[type=checkbox]:checked + label {
  color: rgba(47, 73, 86, 0.3);
  font-style: italic;
  text-decoration: line-through;
}

.icon {
  display: inline-block;
  width: 16.3px;
  height: 13.45px;
  overflow: hidden;
}

.post-avatar {
  border-radius: 0;
  float: left;
  margin: 0 1em 1em 0;
  height: 60px;
  width: 60px;
}
.post-avatar svg {
  color: var(--bronze);
}

.season_avatar {
  height: 30px;
  width: 30px;
}

.post-body p.indent {
  text-indent: 1.5em;
}

/* --- FOOTER --- */
footer span {
  font-size: 12px;
}
footer li.mastodon {
  margin-left: 20vw;
}
footer img {
  height: 24px;
}

/* --- MOBILE!! --- */
@media (max-width: 48em) {
  body {
    font-size: 12px;
  }
  body h2 {
    line-height: 1.6;
  }
  body .sidebar-info {
    margin: 5% 3em 0 1em;
  }
  body .sidebar-info img {
    margin: 0 8px 0 8px;
  }
  body .sidebar-info .brand-tagline {
    font-size: 14px;
    padding: unset;
  }
  body .sidebar-info nav {
    padding: 15px;
  }
  body .content {
    margin-left: 0;
  }
  body .post-title {
    font-size: 1.4em;
  }
  body .post-meta {
    margin-top: -0.5em;
    text-align: left;
  }
  body footer img {
    height: 20px;
  }
}

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