@charset "UTF-8";
/*****************************************************************************/
/*
/* Tufte Jekyll blog theme
/* Based on Tufte CSS by Dave Liepmann ( https://github.com/edwardtufte/tufte-css )
/*
/* The README.md will show you how to set up your site along with other goodies
/*****************************************************************************/
@font-face {
  font-family: "et-book";
  src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
  src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff") format("woff"), url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "et-book";
  src: url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot");
  src: url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff") format("woff"), url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "et-book";
  src: url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot");
  src: url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff") format("woff"), url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbookromanosf") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "et-book-roman-old-style";
  src: url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot");
  src: url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff") format("woff"), url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This file contains all the constants for colors and font styles */
/**
 * Syntax highlighting styles
 * Clean, minimal colors for code
 */
.highlight {
  margin-bottom: 15px;
}

.highlight {
  background: transparent;
}
.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
  color: #6a737d;
  font-style: italic;
}
.highlight .cp {
  color: #6a737d;
}
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kp, .highlight .kr, .highlight .kn {
  color: #a626a4;
}
.highlight .kt {
  color: #a626a4;
}
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .s1, .highlight .sr, .highlight .ss {
  color: #50a14f;
}
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il {
  color: #0184bc;
}
.highlight .nf, .highlight .fm {
  color: #986801;
}
.highlight .nc, .highlight .nn {
  color: #c18401;
}
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
  color: #e45649;
}
.highlight .no {
  color: #986801;
}
.highlight .nb, .highlight .bp {
  color: #0184bc;
}
.highlight .o, .highlight .ow {
  color: #383a42;
}
.highlight .nt {
  color: #e45649;
}
.highlight .na {
  color: #986801;
}
.highlight .err {
  color: #e45649;
}
.highlight .gd {
  color: #e45649;
  background-color: rgba(228, 86, 73, 0.1);
}
.highlight .gi {
  color: #50a14f;
  background-color: rgba(80, 161, 79, 0.1);
}
.highlight .ge {
  font-style: italic;
}
.highlight .gs {
  font-weight: 600;
}
.highlight .gh, .highlight .gu {
  color: #6a737d;
}
.highlight .go, .highlight .gp {
  color: #6a737d;
}
.highlight .gr, .highlight .gt {
  color: #e45649;
}
.highlight .w {
  color: #6a737d;
}
.highlight .ni, .highlight .ne {
  color: #e45649;
}

[data-theme=dark] .highlight .c, [data-theme=dark] .highlight .cm, [data-theme=dark] .highlight .c1, [data-theme=dark] .highlight .cs, [data-theme=dark] .highlight .cp {
  color: #7f848e;
}
[data-theme=dark] .highlight .k, [data-theme=dark] .highlight .kc, [data-theme=dark] .highlight .kd, [data-theme=dark] .highlight .kp, [data-theme=dark] .highlight .kr, [data-theme=dark] .highlight .kn, [data-theme=dark] .highlight .kt {
  color: #c678dd;
}
[data-theme=dark] .highlight .s, [data-theme=dark] .highlight .sb, [data-theme=dark] .highlight .sc, [data-theme=dark] .highlight .sd, [data-theme=dark] .highlight .s2, [data-theme=dark] .highlight .se, [data-theme=dark] .highlight .sh, [data-theme=dark] .highlight .si, [data-theme=dark] .highlight .sx, [data-theme=dark] .highlight .s1, [data-theme=dark] .highlight .sr, [data-theme=dark] .highlight .ss {
  color: #98c379;
}
[data-theme=dark] .highlight .m, [data-theme=dark] .highlight .mf, [data-theme=dark] .highlight .mh, [data-theme=dark] .highlight .mi, [data-theme=dark] .highlight .mo, [data-theme=dark] .highlight .il {
  color: #d19a66;
}
[data-theme=dark] .highlight .nf, [data-theme=dark] .highlight .fm {
  color: #61afef;
}
[data-theme=dark] .highlight .nc, [data-theme=dark] .highlight .nn {
  color: #e5c07b;
}
[data-theme=dark] .highlight .nv, [data-theme=dark] .highlight .vc, [data-theme=dark] .highlight .vg, [data-theme=dark] .highlight .vi {
  color: #e06c75;
}
[data-theme=dark] .highlight .no {
  color: #d19a66;
}
[data-theme=dark] .highlight .nb, [data-theme=dark] .highlight .bp {
  color: #56b6c2;
}
[data-theme=dark] .highlight .o, [data-theme=dark] .highlight .ow {
  color: #abb2bf;
}
[data-theme=dark] .highlight .nt {
  color: #e06c75;
}
[data-theme=dark] .highlight .na {
  color: #d19a66;
}
[data-theme=dark] .highlight .err {
  color: #e06c75;
}
[data-theme=dark] .highlight .gd {
  color: #e06c75;
  background-color: rgba(224, 108, 117, 0.15);
}
[data-theme=dark] .highlight .gi {
  color: #98c379;
  background-color: rgba(152, 195, 121, 0.15);
}
[data-theme=dark] .highlight .gh, [data-theme=dark] .highlight .gu, [data-theme=dark] .highlight .go, [data-theme=dark] .highlight .gp, [data-theme=dark] .highlight .w {
  color: #7f848e;
}
[data-theme=dark] .highlight .gr, [data-theme=dark] .highlight .gt, [data-theme=dark] .highlight .ni, [data-theme=dark] .highlight .ne {
  color: #e06c75;
}

:root {
  --bg-color: #fffff8;
  --text-color: #111;
  --heading-color: #111;
  --contrast-color: #a00000;
  --border-color: #333333;
  --link-bg: #fffff8;
  --selection-bg: #b4d5fe;
  --code-bg: rgba(0,0,0,0.05);
  --table-header-bg: rgba(0,0,0,0.02);
  --divider-color: rgba(0,0,0,0.1);
  --ref-text-color: rgba(0,0,0,0.6);
  --ref-link-color: rgba(0,0,0,0.5);
}

[data-theme=light] {
  --bg-color: #ffffff;
  --text-color: #000000;
  --heading-color: #1a1a1a;
  --contrast-color: #a00000;
  --border-color: #333333;
  --link-bg: #ffffff;
  --selection-bg: #b4d5fe;
  --code-bg: rgba(0,0,0,0.05);
  --table-header-bg: rgba(0,0,0,0.02);
  --divider-color: rgba(0,0,0,0.1);
  --ref-text-color: rgba(0,0,0,0.6);
  --ref-link-color: rgba(0,0,0,0.5);
}

[data-theme=dark] {
  --bg-color: #000000;
  --text-color: #ffffff;
  --heading-color: #f5f5f5;
  --contrast-color: #ff6b6b;
  --border-color: #666666;
  --link-bg: #000000;
  --selection-bg: #3d5a80;
  --code-bg: rgba(255,255,255,0.1);
  --table-header-bg: rgba(255,255,255,0.05);
  --divider-color: rgba(255,255,255,0.15);
  --ref-text-color: rgba(255,255,255,0.6);
  --ref-link-color: rgba(255,255,255,0.5);
}

* {
  margin: 0;
  padding: 0;
}

/* clearfix hack after Cederholm (group class name) */
.group:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

html {
  text-align: baseline;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 15px;
  }
}
.mathblock {
  font-size: 1.5rem;
}

a {
  color: var(--contrast-color);
  text-decoration: none;
}

/* Links: replicate underline that clears descenders */
p > a:link, p > a:visited {
  color: inherit;
}

p > a:link {
  text-decoration: none;
  background: -webkit-linear-gradient(var(--link-bg), var(--link-bg)), -webkit-linear-gradient(var(--link-bg), var(--link-bg)), -webkit-linear-gradient(var(--text-color), var(--text-color));
  background: linear-gradient(var(--link-bg), var(--link-bg)), linear-gradient(var(--link-bg), var(--link-bg)), linear-gradient(var(--text-color), var(--text-color));
  -webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  -moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 var(--link-bg), -0.03em 0 var(--link-bg), 0 0.03em var(--link-bg), 0 -0.03em var(--link-bg), 0.06em 0 var(--link-bg), -0.06em 0 var(--link-bg), 0.09em 0 var(--link-bg), -0.09em 0 var(--link-bg), 0.12em 0 var(--link-bg), -0.12em 0 var(--link-bg), 0.15em 0 var(--link-bg), -0.15em 0 var(--link-bg);
  background-position: 0% 93%, 100% 93%, 0% 93%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  p > a:link {
    background-position-y: 87%, 87%, 87%;
  }
}
p > a:link::selection {
  text-shadow: 0.03em 0 var(--selection-bg), -0.03em 0 var(--selection-bg), 0 0.03em var(--selection-bg), 0 -0.03em var(--selection-bg), 0.06em 0 var(--selection-bg), -0.06em 0 var(--selection-bg), 0.09em 0 var(--selection-bg), -0.09em 0 var(--selection-bg), 0.12em 0 var(--selection-bg), -0.12em 0 var(--selection-bg), 0.15em 0 var(--selection-bg), -0.15em 0 var(--selection-bg);
  background: var(--selection-bg);
}

p > a:link::-moz-selection {
  text-shadow: 0.03em 0 var(--selection-bg), -0.03em 0 var(--selection-bg), 0 0.03em var(--selection-bg), 0 -0.03em var(--selection-bg), 0.06em 0 var(--selection-bg), -0.06em 0 var(--selection-bg), 0.09em 0 var(--selection-bg), -0.09em 0 var(--selection-bg), 0.12em 0 var(--selection-bg), -0.12em 0 var(--selection-bg), 0.15em 0 var(--selection-bg), -0.15em 0 var(--selection-bg);
  background: var(--selection-bg);
}

body {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.5%;
  font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  max-width: 1400px;
  counter-reset: sidenote-counter;
  transition: background-color 0.3s ease, color 0.3s ease;
}

h1 {
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 1.568rem;
  font-size: 2.3rem;
  line-height: 1.25;
  text-align: left;
  color: var(--heading-color);
  width: 55%;
  max-width: 55%;
}

h2 {
  font-style: italic;
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: var(--heading-color);
  width: 55%;
  max-width: 55%;
}

h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 1.55rem;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.35;
  color: var(--heading-color);
  width: 55%;
  max-width: 55%;
}

p.subtitle {
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
}

p, ol, ul {
  font-size: 1.4rem;
}

p {
  line-height: 2rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  padding-right: 0;
  vertical-align: baseline;
}

blockquote p {
  font-size: 1.1rem;
  line-height: 1.78181818;
  margin-top: 1.78181818rem;
  margin-bottom: 1.78181818rem;
  width: 45%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

blockquote {
  font-size: 1.4rem;
}

blockquote p {
  width: 50%;
}

blockquote footer {
  width: 50%;
  font-size: 1.1rem;
  text-align: right;
}

.sans {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  letter-spacing: 0.03em;
}

pre, pre code, p pre code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

p code, li code, td code, th code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.9em;
  background-color: var(--code-bg);
  padding: 0.1em 0.35em;
  border-radius: 2px;
}

h1 code, h2 code, h3 code {
  font-size: 0.8em;
  background-color: var(--code-bg);
  padding: 0.1em 0.3em;
  border-radius: 2px;
}

/*-- Table styling section - For Tufte-Jekyll, booktabs style is default for Markdown tables  --*/
table, table.booktabs {
  width: auto;
  margin: 0 auto;
  border-spacing: 0px;
  border-top: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}

.booktabs th, th {
  border-bottom: 1px solid var(--border-color);
  padding: 0.65ex 0.5em 0.4ex 0.5em;
  font-weight: normal;
  text-align: center;
}

th, td {
  font-size: 1.2rem;
  line-height: 1.71428571;
}

.booktabs th.cmid, th {
  border-bottom: 1px solid var(--divider-color);
}

.booktabs th.nocmid {
  border-bottom: none;
}

.booktabs tbody tr:first-child td, tr:first-child td {
  padding-top: 0.65ex;
} /* add space between thead row and tbody */
.booktabs td, td {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

.booktabs caption, caption {
  font-size: 90%;
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1ex;
  caption-side: top;
}

.booktabs tbody tr td.l {
  text-align: left !important;
}

.booktabs tbody tr td.c {
  text-align: center !important;
}

.booktabs tbody tr td.r {
  text-align: right !important;
}

.table-caption {
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.96;
}

/* -- End of Table Styling section --*/
/* Basic Layout stuff --*/
article {
  position: relative;
  padding: 2rem 0rem;
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

ul {
  -webkit-padding-start: 5%;
  -webkit-padding-end: 5%;
  list-style-type: disc;
}

ol {
  -webkit-padding-start: 5%;
  -webkit-padding-end: 5%;
  list-style-type: decimal;
}

ul li {
  padding: 0;
}

article ul, article ol {
  width: 55%;
  padding-left: 1.5rem;
}
article ul li, article ol li {
  width: 100%;
  line-height: 2rem;
  margin-bottom: 0;
  padding: 0;
  text-align: justify;
}

article ul ul, article ul ol, article ol ul, article ol ol {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

figure, figure img.maincolumn {
  max-width: 55%;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 3em;
}

figcaption {
  float: right;
  clear: right;
  margin-right: -48%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
  max-width: 40%;
}

figure.fullwidth figcaption {
  float: left;
  margin-right: 0%;
  margin-left: 36%;
}

@media screen and (max-width: 760px) {
  figcaption, figure.fullwidth figcaption {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
img {
  max-width: 100%;
}

.sidenote, .marginnote {
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 1.96rem;
  font-size: 1rem;
  line-height: 1.96;
  vertical-align: baseline;
  position: relative;
}

@media screen and (max-width: 760px) {
  .sidenote, .marginnote {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
li .sidenote, li .marginnote {
  margin-right: -80%;
}

blockquote .sidenote, blockquote .marginnote {
  margin-right: -79%;
}

.sidenote-number {
  counter-increment: sidenote-counter;
}

.sidenote-number:after, .sidenote:before {
  content: counter(sidenote-counter) " ";
  font-family: et-book-roman-old-style;
  color: var(--contrast-color);
  position: relative;
  vertical-align: baseline;
}

.sidenote-number:after {
  content: counter(sidenote-counter);
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: -0.4em;
  left: 0.1rem;
}

.sidenote:before, .marginnote:before {
  content: counter(sidenote-counter) ". ";
  color: var(--contrast-color);
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: -0.4em;
}

p, footer, div.table-wrapper, div.mathblock, figure.fullbody, .work-references, ul, ol {
  width: 55%;
  text-align: justify;
  font-size: 1.25rem;
}

figure.fullbody {
  margin-bottom: 3em;
}

figure.fullbody img {
  width: 100%;
  max-width: 100%;
  display: block;
}

figure.fullbody figcaption {
  width: 100%;
  text-align: left;
  margin-top: 0.5rem;
}

div.table-wrapper {
  overflow-x: auto;
}

@media screen and (max-width: 760px) {
  html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
  body {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  * {
    box-sizing: border-box;
  }
  article {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
  }
  p, footer, div.mathblock, figure.fullbody, .work-references, ul, ol {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  pre code {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  ul {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 0;
  }
  ol {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 0;
  }
  figure {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  figcaption, figure.fullwidth figcaption {
    margin-right: 0%;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  blockquote p, blockquote footer {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  ul.blog-posts {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  ul.blog-posts li {
    width: 100% !important;
  }
  ul.blog-posts li .post-title, ul.blog-posts li .post-date, ul.blog-posts li .post-content, ul.blog-posts li .post-content p {
    width: 100% !important;
  }
  .journey-story p {
    width: 100% !important;
  }
  .work-note {
    width: 100% !important;
  }
  .work-timeline {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .work-timeline .work-year-group {
    flex-direction: column;
    width: 100% !important;
  }
  .work-timeline .work-year-group .work-year {
    width: 100% !important;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding-top: 0;
  }
  .work-timeline .work-year-group .work-items {
    width: 100% !important;
    padding-top: 0;
  }
  .work-timeline .work-year-group .work-items .work-item {
    width: 100% !important;
  }
  .work-timeline .work-year-group .work-items .work-item .work-header {
    flex-direction: column !important;
    width: 100% !important;
  }
  .work-timeline .work-year-group .work-items .work-item .work-header .work-title {
    width: 100% !important;
  }
  .work-timeline .work-year-group .work-items .work-item .work-header .work-meta {
    width: 100% !important;
    text-align: left !important;
  }
  .work-timeline .work-year-group .work-items .work-item .work-description {
    width: 100% !important;
  }
  .work-timeline .work-year-group .work-items .work-item .work-description p {
    width: 100% !important;
  }
  header > nav.group, body footer {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  header > nav a {
    padding-right: 1rem;
    font-size: 1rem;
  }
  .work-description table {
    font-size: 0.9rem;
    width: 100% !important;
  }
  .work-description table th, .work-description table td {
    padding: 0.3rem;
  }
  pre {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem 1.2rem !important;
    box-sizing: border-box;
    overflow-x: auto;
  }
  pre code {
    font-size: 0.95rem;
  }
  pre::before {
    width: 2px;
  }
  .highlight {
    width: 100% !important;
    max-width: 100% !important;
  }
  .fullwidth, li.listing div {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .work-description {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .work-description table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    overflow-x: auto;
  }
  h1 {
    font-size: 2rem;
    width: 100% !important;
  }
  h2 {
    font-size: 1.7rem;
    width: 100% !important;
  }
  h3 {
    font-size: 1.4rem;
    width: 100% !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sidenote, .marginnote {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    position: relative !important;
  }
  figcaption {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .work-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .work-items {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) and (min-width: 761px) {
  body {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  p, footer, div.mathblock {
    width: 90%;
  }
  ul.blog-posts {
    width: 90%;
  }
  .work-timeline {
    width: 90%;
  }
  .work-timeline .work-year-group .work-items .work-item .work-description p {
    width: 100%;
  }
}
.marginnote code, .sidenote code {
  font-size: 0.9rem;
}

/*-- Code Block Styling --*/
pre {
  width: 55%;
  max-width: 55%;
  padding: 1rem 1.25rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  overflow-x: auto;
  background-color: var(--code-bg);
  border: 1px solid var(--divider-color);
}
pre code {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1rem;
  line-height: 1.6;
  display: block;
}

.sidenote pre, .marginnote pre {
  width: 100%;
  max-width: 100%;
  padding: 0.6rem 0.8rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.sidenote pre code, .marginnote pre code {
  font-size: 0.85rem;
  line-height: 1.5;
}

.highlight {
  width: 55%;
  max-width: 55%;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.highlight pre {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.sidenote .highlight, .marginnote .highlight {
  width: 100%;
  max-width: 100%;
}

.fullwidth, li.listing div {
  max-width: 90%;
}

.full-width .sidenote, .full-width .sidenote-number, .full-width .marginnote {
  display: none;
}

span.newthought {
  font-variant: small-caps;
  font-size: 1.2em;
  letter-spacing: 0.05rem;
}

input.margin-toggle {
  display: none;
}

label.sidenote-number {
  display: inline;
}

label.margin-toggle:not(.sidenote-number) {
  display: none;
}

@media (max-width: 760px) {
  label.margin-toggle:not(.sidenote-number) {
    display: inline;
    color: var(--contrast-color);
  }
  .sidenote, .marginnote {
    display: none;
  }
  .margin-toggle:checked + .sidenote,
  .margin-toggle:checked + .marginnote {
    display: block;
    float: left;
    left: 1rem;
    clear: both;
    width: 95%;
    margin: 1rem 2.5%;
    vertical-align: baseline;
    position: relative;
  }
  label {
    cursor: pointer;
  }
  pre {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.8rem 1rem !important;
  }
  pre code {
    font-size: 0.9rem;
  }
  .highlight {
    width: 100% !important;
    max-width: 100% !important;
  }
  p code {
    padding: 0.1em 0.3em;
  }
  .table-caption {
    display: block;
    float: right;
    clear: both;
    width: 98%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: baseline;
    position: relative;
  }
  div.table-wrapper, table, table.booktabs {
    width: 85%;
  }
  div.table-wrapper {
    border-right: 1px solid #efefef;
  }
  img {
    max-width: 100%;
  }
}
/*--- End of Basic Layout stuff from tufte.css ---*/
/* -- Jekyll specific styling --*/
.contrast {
  color: var(--contrast-color);
}

.smaller {
  font-size: 80%;
}

header > nav.group, body footer {
  width: 95%;
  padding-top: 2rem;
}

nav.group a.active:before {
  content: "< ";
}

nav.group a.active:after {
  content: " >";
}

header > nav a {
  font-size: 1.2rem;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--contrast-color);
  padding-top: 1.5rem;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2rem;
  vertical-align: baseline;
}

header > nav a img {
  height: 5rem;
  position: relative;
  max-width: 100%;
  top: -1.5rem;
}

ul.footer-links, .credits {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

ul.footer-links li {
  display: inline;
  padding: 0.5rem 0.25rem;
}

.credits {
  padding: 1rem 0rem;
}

.credits {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
}
.credits a {
  color: var(--contrast-color);
}

body.full-width, .content-listing, ul.content-listing li.listing {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 5%;
}

.full-width article p {
  width: 90%;
}

h1.content-listing-header {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}

li.listing hr {
  width: 100%;
}

.listing, .listing h3 {
  display: inline-block;
  margin: 0;
}

li.listing {
  margin: 0;
}
li.listing p {
  width: 100%;
}

li.listing:last-of-type {
  border-bottom: none;
  margin-bottom: 1.4rem;
}

li.listing h3.new {
  text-transform: uppercase;
  font-style: normal;
}

hr.slender {
  border: 0;
  height: 1px;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

article hr {
  width: 55%;
  border: 0;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: var(--divider-color);
}

ul.blog-posts {
  list-style: none;
  padding-left: 2rem;
  margin-top: 1rem;
  width: 55%;
}
ul.blog-posts li {
  margin-bottom: 1.5rem;
}
ul.blog-posts li .post-title {
  color: var(--contrast-color);
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  text-align: left;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
ul.blog-posts li .post-title::before {
  content: "• ";
  color: var(--contrast-color);
}
ul.blog-posts li .post-title a {
  color: var(--contrast-color);
  text-decoration: none;
}
ul.blog-posts li .post-title a:hover {
  text-decoration: none;
}
ul.blog-posts li .post-date {
  font-size: 0.8rem;
  color: var(--ref-text-color);
  margin-bottom: 0.3rem;
  padding-left: 1.2rem;
}
ul.blog-posts li .post-content {
  margin-top: 0.3rem;
  margin-left: 0;
  padding-left: 1.2rem;
  width: 100%;
  text-align: justify;
}
ul.blog-posts li .post-content p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: justify;
}
ul.blog-posts li .post-content p:last-child {
  margin-bottom: 0;
}

.journey-story {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--ref-text-color);
}
.journey-story p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 55%;
  text-align: justify;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.journey-story p:first-child {
  margin-top: 0;
}

.work-note {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--ref-text-color);
  margin-bottom: 2.5rem;
  width: 55%;
}
.work-note p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: justify;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.work-note p:first-child {
  margin-top: 0;
}

.work-timeline {
  width: 55%;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.work-timeline .work-year-group {
  display: flex;
  margin-bottom: 4.5rem;
  align-items: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--divider-color);
}
.work-timeline .work-year-group:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.work-timeline .work-year-group .work-year {
  flex-shrink: 0;
  width: 80px;
  font-size: 1.4rem;
  color: var(--text-color);
  margin-right: 2rem;
  text-align: right;
  padding-top: 0.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.work-timeline .work-year-group .work-items {
  flex: 1;
  padding-top: 0.1rem;
}
.work-timeline .work-year-group .work-items .work-item {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.work-timeline .work-year-group .work-items .work-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.work-timeline .work-year-group .work-items .work-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--divider-color) 0%, transparent 100%);
}
.work-timeline .work-year-group .work-items .work-item .work-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.4rem;
  gap: 1.5rem;
}
.work-timeline .work-year-group .work-items .work-item .work-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--contrast-color);
  line-height: 1.4;
  flex: 1;
  margin: 0;
  letter-spacing: -0.01em;
  text-align: left;
}
.work-timeline .work-year-group .work-items .work-item .work-meta {
  font-size: 1rem;
  color: var(--text-color);
  font-style: normal;
  opacity: 0.65;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.work-timeline .work-year-group .work-items .work-item .work-description {
  text-align: left;
  margin-top: 0.5rem;
}
.work-timeline .work-year-group .work-items .work-item .work-description p {
  margin-top: 0;
  margin-bottom: 0.6rem;
  width: 100%;
  text-align: justify;
  line-height: 1.75;
  font-size: 1.15rem;
}
.work-timeline .work-year-group .work-items .work-item .work-description p:last-child {
  margin-bottom: 0;
}
.work-timeline .work-year-group .work-items .work-item .work-description p sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: -0.4em;
  margin-left: 0.1em;
}
.work-timeline .work-year-group .work-items .work-item .work-description p sup:first-of-type {
  margin-left: 0.2em;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-tags {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: var(--text-color);
  opacity: 0.7;
  font-style: italic;
  margin-bottom: 0;
  text-align: left;
}
.work-timeline .work-year-group .work-items .work-item .work-description ul {
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  padding-left: 1.5rem;
  text-align: left;
  width: 100%;
}
.work-timeline .work-year-group .work-items .work-item .work-description ul li {
  margin-bottom: 0.3rem;
  line-height: 1.6;
  text-align: left;
  width: 100%;
}
.work-timeline .work-year-group .work-items .work-item .work-description ul li sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: -0.4em;
  margin-left: 0.1em;
}
.work-timeline .work-year-group .work-items .work-item .work-description ul li sup:first-of-type {
  margin-left: 0.2em;
}
.work-timeline .work-year-group .work-items .work-item .work-description figure {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
}
.work-timeline .work-year-group .work-items .work-item .work-description figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.work-timeline .work-year-group .work-items .work-item .work-description table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 1.1rem;
}
.work-timeline .work-year-group .work-items .work-item .work-description table th, .work-timeline .work-year-group .work-items .work-item .work-description table td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid var(--divider-color);
}
.work-timeline .work-year-group .work-items .work-item .work-description table th {
  font-weight: 600;
  background-color: var(--table-header-bg);
}
.work-timeline .work-year-group .work-items .work-item .work-description table tr:last-child td {
  border-bottom: none;
}
.work-timeline .work-year-group .work-items .work-item .work-description code {
  background-color: var(--code-bg);
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  font-size: 0.9em;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  text-align: left;
}
.work-timeline .work-year-group .work-items .work-item .work-description strong {
  font-weight: 600;
  text-align: left;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-references {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--divider-color);
  width: 100%;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-references p {
  width: 100%;
  font-size: 0.85rem;
  color: var(--ref-text-color);
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.4rem;
  text-align: left;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-references p:last-child {
  margin-bottom: 0;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-references p a {
  color: var(--ref-link-color);
  text-decoration: underline;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-references p a:hover {
  opacity: 0.8;
}
.work-timeline .work-year-group .work-items .work-item .work-description .work-references p em {
  font-style: italic;
  opacity: 0.9;
}

.work-references {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--divider-color);
}
.work-references p {
  font-size: 0.85rem;
  color: var(--ref-text-color);
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.4rem;
  text-align: left;
  width: 100%;
}
.work-references p:last-child {
  margin-bottom: 0;
}
.work-references p a {
  color: var(--ref-link-color);
  text-decoration: underline;
}
.work-references p a:hover {
  opacity: 0.8;
}
.work-references p em {
  font-style: italic;
  opacity: 0.9;
}

@media screen {
  .print-footer {
    display: none;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.75in 0.5in 0.75in 0.5in;
    orphans: 4;
    widows: 2;
  }
  body {
    font-size: 12pt;
  }
  html body span.print-footer {
    font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
    font-size: 9pt;
    margin-top: 22.4pt;
    padding-top: 4pt;
    border-top: 1px solid #000;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 4;
    widows: 4;
  }
  article h2, article h2 h3, article h3, article h3 h4, article h4, article h4 h5 {
    page-break-after: avoid;
  }
  body header, body footer {
    display: none;
  }
}
/* --- Icomoon icon fonts CSS --*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rgwlb8");
  src: url("../fonts/icomoon.eot?#iefixrgwlb8") format("embedded-opentype"), url("../fonts/icomoon.woff?rgwlb8") format("woff"), url("../fonts/icomoon.ttf?rgwlb8") format("truetype"), url("../fonts/icomoon.svg?rgwlb8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--contrast-color);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
  content: "\e600";
}

.icon-film:before {
  content: "\e60f";
}

.icon-calendar:before {
  content: "\e601";
}

.icon-link:before {
  content: "\e602";
}

.icon-info:before {
  content: "\e603";
}

.icon-cancel-circle:before {
  content: "\e604";
}

.icon-checkmark-circle:before {
  content: "\e605";
}

.icon-spam:before {
  content: "\e606";
}

.icon-mail:before {
  content: "\e607";
}

.icon-googleplus:before {
  content: "\e608";
}

.icon-facebook:before {
  content: "\e609";
}

.icon-twitter:before {
  content: "\e60a";
}

.icon-feed:before {
  content: "\e60b";
}

.icon-flickr:before {
  content: "\e60c";
}

.icon-github:before {
  content: "\e60d";
}

.icon-box-add:before {
  content: "\e60e";
}

/*-- End of Icomoon icon font section --*/
/*-- Theme Toggle Button --*/
.theme-toggle {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  background: linear-gradient(135deg, var(--text-color) 50%, var(--bg-color) 50%);
  box-shadow: 0 0 0 1px var(--text-color);
}
.theme-toggle:hover {
  transform: scale(1.3);
}
.theme-toggle:focus {
  outline: none;
}

[data-theme=light] .theme-toggle {
  background: var(--bg-color);
  box-shadow: 0 0 0 1px var(--text-color);
}

[data-theme=dark] .theme-toggle {
  background: var(--text-color);
  box-shadow: 0 0 0 1px var(--text-color);
}

@media (max-width: 760px) {
  .theme-toggle {
    top: 1rem;
    right: 1rem;
    width: 8px;
    height: 8px;
  }
}
/*-- End of Theme Toggle section --*/
/*-- Subscribe Button --*/
.subscribe-btn {
  color: var(--contrast-color) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--contrast-color);
  padding-bottom: 1px;
  background: none !important;
  text-shadow: none !important;
}
.subscribe-btn:hover {
  border-bottom-color: transparent;
}

/*-- End of Subscribe Button --*/
/*-- Reach Out Section in Footer --*/
.reach-out-section {
  text-align: center;
  margin: 2rem 0;
}
.reach-out-section .reach-out-text {
  font-size: 1rem;
  color: var(--text-color);
  opacity: 0.7;
  width: 100%;
  text-align: center;
}

/*-- End of Reach Out Section --*/
/*-- Subtle Animations --*/
html {
  scroll-behavior: smooth;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSubtle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article {
  animation: fadeIn 0.6s ease-out forwards;
}

h1 {
  animation: fadeIn 0.5s ease-out forwards;
}

h2 {
  animation: fadeIn 0.5s ease-out 0.1s forwards;
  opacity: 0;
  animation-fill-mode: forwards;
}

h3 {
  animation: fadeIn 0.5s ease-out 0.15s forwards;
  opacity: 0;
  animation-fill-mode: forwards;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease;
}
a:hover {
  opacity: 0.75;
}

header > nav a {
  transition: color 0.2s ease, transform 0.2s ease;
}
header > nav a:hover {
  transform: translateX(2px);
}

p > a:link {
  transition: background-size 0.25s ease;
}

img {
  border-radius: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

figure:hover img,
.marginnote:hover img {
  transform: scale(1.01);
}

.img-lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.img-lightbox-overlay.active {
  display: flex;
}

.img-lightbox-content {
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
  border-radius: 8px;
  cursor: default;
  pointer-events: none;
}

.img-lightbox-close {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s ease;
}
.img-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.sidenote, .marginnote {
  animation: fadeInSubtle 0.4s ease-out forwards;
}

ul.blog-posts li {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
}
ul.blog-posts li:nth-child(1) {
  animation-delay: 0.1s;
}
ul.blog-posts li:nth-child(2) {
  animation-delay: 0.15s;
}
ul.blog-posts li:nth-child(3) {
  animation-delay: 0.2s;
}
ul.blog-posts li:nth-child(4) {
  animation-delay: 0.25s;
}
ul.blog-posts li:nth-child(5) {
  animation-delay: 0.3s;
}
ul.blog-posts li:nth-child(6) {
  animation-delay: 0.35s;
}
ul.blog-posts li:nth-child(7) {
  animation-delay: 0.4s;
}
ul.blog-posts li:nth-child(8) {
  animation-delay: 0.45s;
}
ul.blog-posts li:nth-child(9) {
  animation-delay: 0.5s;
}
ul.blog-posts li:nth-child(10) {
  animation-delay: 0.55s;
}
ul.blog-posts li .post-title a {
  transition: color 0.2s ease;
}

.work-timeline .work-year-group {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
}
.work-timeline .work-year-group:nth-child(1) {
  animation-delay: 0.1s;
}
.work-timeline .work-year-group:nth-child(2) {
  animation-delay: 0.2s;
}
.work-timeline .work-year-group:nth-child(3) {
  animation-delay: 0.3s;
}
.work-timeline .work-year-group:nth-child(4) {
  animation-delay: 0.4s;
}
.work-timeline .work-year-group:nth-child(5) {
  animation-delay: 0.5s;
}

.work-item {
  transition: transform 0.2s ease;
}
.work-item:hover {
  transform: translateX(3px);
}
.work-item .work-title {
  transition: color 0.2s ease;
}

footer {
  animation: fadeInSubtle 0.6s ease-out 0.3s forwards;
  opacity: 0;
}

table tbody tr {
  transition: background-color 0.2s ease;
}
table tbody tr:hover {
  background-color: var(--table-header-bg);
}

blockquote {
  transition: border-color 0.2s ease, transform 0.2s ease;
}
blockquote:hover {
  transform: translateX(2px);
}

hr.slender {
  animation: fadeIn 0.6s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
/*-- End of Animations --*/

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