:root {
  --lightgray: #efefef;
  --gray: #C0C0C0;
  --darkgray: #333;
  --nicegrey: #4e4e4e;
  --darkergrey: #373737;
  --white: #fff;
  --lightblue: #98acc6;
  --custard: #FBD786;
  --lightcustard: #f7eacd;
  --duskyblue: #565666;
  --darkteal: #1E616E;
}
* {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--darkergrey);
  background-color: var(--lightgray);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 333;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
p {
  margin-bottom: 1.15rem;
}
p:last-child {
  margin-bottom: 0;
}
p,
.tmpl-post li,
img {
  /*max-width: 37.5em;*/ /* 600px /16 */
}
img.article {
  border-radius: 12px;
  box-shadow: 0 0 6px 0 var(--duskyblue);
  margin: 1rem 0;
  max-width: 100%;
}
.center {
  display: flex;
  justify-content: center;
}
li {
  margin-bottom: 1rem;
  /*font-size: 0.9rem;*/
}
li li {
  margin-bottom: .4rem;
}
a[href] {
  color: var(--darkteal);
  transition: all 150ms ease;
  text-decoration: underline;
  /* text-decoration-style: dotted; */
  text-decoration-color: var(--gray);
}
a[href]:hover {
  color: var(--darkergray);
  /* text-decoration-style: dotted; */
  text-decoration-color: var(--nicegray);
}
h1 a[href] {
  color: var(--nicegrey);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: 1.15;
  margin: 2.75rem 0 1.05rem;
  color: var(--darkergrey);
}

h1 {
  margin-top: 0;
  font-size: 2.488rem;
}

h2 {font-size: 2.074rem;}

h3 {font-size: 1.728rem;}

h4 {font-size: 1.44rem;}

h5 {font-size: 1.2rem;}

small, .text_small {
  font-size: 0.8em;
}
main {
  padding: 1rem;
}
main :first-child {
  margin-top: 0;
}

header:after {
  content: "";
  display: table;
  clear: both;
}
table {
  margin: 1em 0;
}
table td,
table th {
  padding-right: 1em;
}

pre,
code {
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  line-height: 1.5;
}
pre {
  font-size: 14px;
  line-height: 1.375;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1em;
  margin: .5em 0;
  background-color: #f6f6f6;
}
.highlight-line {
  display: block;
  padding: 0.125em 1em;
  text-decoration: none; /* override del, ins, mark defaults */
  color: inherit; /* override del, ins, mark defaults */
}

hr {
  margin: 2rem;
}

/* allow highlighting empty lines */
.highlight-line:empty:before {
  content: " ";
}
/* avoid double line breaks when using display: block; */
.highlight-line + br {
  display: none;
}

.highlight-line-isdir {
  color: #b0b0b0;
  background-color: #222;
}
.highlight-line-active {
  background-color: #444;
  background-color: hsla(0, 0%, 27%, .8);
}
.highlight-line-add {
  background-color: #45844b;
}
.highlight-line-remove {
  background-color: #902f2f;
}

/* Header */
.home {
  padding: 0 1rem;
  float: left;
  margin: 1.5rem 1rem;
  font-size: 1.4em;
  transition: 200ms filter ease-in-out;
}
.home :link:not(:hover) {
  text-decoration: none;
}

.home :link:hover {
  text-decoration: none;
}

.home:hover {
  filter: blur(3px);
}

.home .blur-lg {
filter: blur(2px);
}

.home .blur-md {
filter: blur(1px);
}

.home .blur-sm {
filter: blur(.5px);
}

/* Nav */
.nav {
  padding: 0;
  list-style: none;
  float: left;
  margin: 1.5rem 1rem;
}
.nav-item {
  display: inline-block;
  margin-right: 1em;
}
.nav-item a[href] {
color: var(--nicegrey);
font-weight: 555;
}
.nav-item a[href]:not(:hover) {
  text-decoration-color: transparent;
}
.nav-item-active {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: inherit;
}

/* Posts list */
.postlist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.postlist-item {
  counter-increment: start-from -1;
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  border: 1px #604040;
  box-shadow: 0 0 4px 4px #ddd;

}
/* .postlist-item:before {
  display: inline-block;
  pointer-events: none;
  content: "" counter(start-from, decimal-leading-zero) ". ";
  line-height: 100%;
  text-align: right;
} */
.postlist-date,
.postlist-item:before {
  font-size: 0.8125em; /* 13px /16 */
  color: var(--darkgray);
}
.postlist-date {
  word-spacing: -0.5px;
}
.postlist-link {
  display: inline-block;
  padding: 0.25em 0.1875em; /* 4px 3px /16 */
}
.postlist-item-active .postlist-link {
  font-weight: 500;
}
.tmpl-home .postlist-link {
  font-size: 1.1875em; /* 19px /16 */
  font-weight: 500;
}


/* Tags */
a[href].tag {
  display: inline-block;
  vertical-align: text-top;
  text-transform: uppercase;
  font-size: 0.5625em; /* 10px /16 */
  padding: 1px 3px;
  margin-left: 0.8em; /* 8px /10 */
  background-color: var(--lightcustard);
  box-shadow: 0px 0px 2px 0px var(--lightblue);
  color: var(--duskyblue);
  border-radius: 0.25em; /* 3px /12 */
  text-decoration: none;
  transition: all 150ms ease;
}
a[href].tag,
a[href].tag:visited {
  color: var(--duskyblue);
  text-decoration: none;
}

a[href].tag:hover {
  background-color: var(--custard);
  color: var(--darkgray);
}

/* Warning */
.announcement {
  /* background-color: var(--lightblue); */
  background: linear-gradient(135deg, var(--lightblue), #88b8d0, #7ac3d0, #78cdc6, #89d5b4, #a9da9e, #d0da8c, var(--custard));
  padding: 6em 6em;
  max-width: 60ch;
  width: 100%;
  border-radius: 41% 59% 68% 32% / 30% 42% 58% 70%;
  margin: 4em 0 2em -2em;
  transition: 250ms border-radius ease-in-out;
  overflow: visible;
}

.announcement:hover {
  border-radius: 45% 55% 62% 38% / 26% 51% 49% 74%;
}

@media (max-width: 768px) {
.announcement {
  padding: 12vw;
  margin: 0 0 2em 0;
  font-size: .75em;
  border-radius: 120px 80px 120px 80px;
}
.announcement:hover {
  border-radius: 100px;
}
}

.announcement ul li {
  margin-bottom: .5rem;
}

/* Direct Links / Markdown Headers */
.direct-link {
  font-family: sans-serif;
  text-decoration: none;
  font-style: normal;
  margin-left: .1em;
}
a[href].direct-link,
a[href].direct-link:visited {
  color: transparent;
  text-decoration: none;
}
a[href].direct-link:focus,
a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
  color: #aaa;
}

.center-col {
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  border-radius: 50px;
}

.container {
  position: relative;
  background: var(--custard);
  /* min-height: 10em;
  margin-bottom: 4em; */
}

.two-up {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
}

.two-up .content {
  margin-left: 3em;
}

@media (max-width: 768px) {
  .two-up {
    flex-wrap: wrap;
    justify-content: center;
  }

  .two-up .content {
    margin-left: 0;
  }

}

footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

footer.Footnotes {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.Footnotes__ref:after {
content: "⇣";
position: relative;
display: inline-block;
margin: 0 3px;
font-size: 0.8rem;
opacity: 0.9;



}

a.rss {
  /* float: right; */
  padding: 1em;
  margin: .4em;
  border: var(--darkgray) dashed 2px;
  border-radius: 24px 24px 2px 24px;
  transition: all 300ms ease-in-out;
  color: var(--dustyblue);
  text-decoration: none;
}

a.rss:hover {
  border-radius: 18px 18px 2px 18px;
  color: var(--darkgray);
}

ul.music-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

ul.music-list li {
  padding-left: 1.5rem;
}

ul.music-list li:before {
  content: "🔈";
  position: relative;
  display: inline-block;
  left: -.2rem;
  width: 23px;
  transform: all 250ms ease;

}

ul.music-list li:hover::before {
  content: "🔊";
  position: relative;
  display: inline-block;
  width: 23px;

}

.mono {
  font-family: monospace;
  font-size: 0.8rem;
  opacity: 0.9;
}