@import url(https://fonts.googleapis.com/css?family=Urbanist:400,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911:400,800,400italic);

:root {
  /* --- Theme tokens (override in theme files) --- */
  --accent: #009933;
  --accent-dim: #00993320;
  --accent-dark: var(--accent);
  --heading-color: #738373;

  /* --- Logo overlay --- */
  --logo-url: none;
  --logo-width: clamp(80px, 14vw, 160px);
  --logo-opacity: 0.5;
  --logo-offset-x: 24px;
  --logo-offset-y: 16px;
  --logo-aspect: 3 / 1;
}

.blur {
    -webkit-filter: blur(5px) opacity(.3);
    -moz-filter: blur(10px) opacity(.3);
    -o-filter: blur(5px) opacity(.3);
    -ms-filter: blur(5px) opacity(.3);
    filter: blur(5px) opacity(.3);
}

html {
    height: 100%;
}

body {
    font-family: "Urbanist", "Inter", "Arimo", Helvetica, "Liberation Sans", sans-serif;
    height: 100%;
}

h1,
h2,
h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.section-mark {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.remark-slide-content {
    height: 100%;
    padding: 0;
    font-size: 16pt;
}

.remark-slide-content h1 {
    font-size: 2em;
    color: var(--heading-color);
}

.remark-slide-content h2 {
    font-size: 1.5em;
    color: var(--heading-color);
}

.remark-slide-content h3 {
    font-size: 1.2em;
    color: var(--heading-color);
}

.footnote {
    position: absolute;
    bottom: 0.5em;
    font-size: 0.7em;
    left: 6em;
}

li p {
    line-height: 1.25em;
}

.remark-slide-content>p {
    margin-left: 60px;
}

.remark-slide-content>ul {
    margin-left: 60px;
}

.remark-slide-content>ul li {
    margin-left: 0.8em;
}

.no-bullet>ul {
    list-style-type: none;
    padding-left: 0;
}

.no-bullet>ul>li>ul {
    padding-left: 2.8em;
}

.red {
    color: #fa0000;
}

.blue {
    color: #0000fa;
}

a,
a>code {
    color: var(--accent-dark);
    text-decoration: none;
}

code {
    background: #e7e8e2;
    border-radius: 3px;
}

.remark-code,
.remark-inline-code {
    font-family: 'Roboto Mono';
}

.large .remark-code,
.large .remark-inline-code {
    font-size: 0.8em;
}

.remark-code-line-highlighted {
    background-color: #373832;
}

.pull-left {
    float: left;
    width: 45%;
}

.pull-right {
    float: right;
    width: 45%;
}

.pull-right~p {
    clear: both;
}

#slideshow .slide .content code {
    font-size: 0.8em;
}

#slideshow .slide .content pre code {
    font-size: 0.9em;
    padding: 15px;
}

.section-separator .middle {
    margin-left: 210px;
    width: 80%;
}

.fa-solid {
    color: var(--accent);
}

.fa-brands {
    color: var(--accent);
}

.fa-blank {
    color: #ffffff;
}

.fa-solid-dim {
    color: var(--accent-dim);
}

em {
    color: var(--accent);
}

strong {
    color: var(--accent);
}

a {
    color: var(--accent-dark);
    text-decoration: underline
}

.gray-text {
    color: #888;
}

.gray-text em,
.gray-text strong {
    color: #888;
}

.dim strong {
    color: var(--accent-dim);
}

.dim em {
    color: var(--accent-dim);
}

.dimgray-text {
    color: #88888820;
}

.section-mark>h1 {
    font-size: 5.0em;
    color: var(--accent);
}

.perma-sidebar {
    float: left;
    background-color: var(--accent);
    color: #f4f4f4;
    width: 40px;
    height: 100%;
    padding: 0;
    margin: 0 2em 0 0;
    text-align: center;
}

.perma-sidebar p {
    text-align: left;
    font-size: 80%;
    height: 35px;
    width: 670px;
    margin: 320px 0 0 -315px;
}

.perma-sidebar h2:last-of-type,
.perma-sidebar h3:last-child {
    color: #d2c295;
}

.svg-reportlet {
    width: 75%;
}

/* Slide-specific styling */
#slide-inverse .footnote {
    bottom: 12px;
    left: 20px;
}

#slide-how .slides {
    position: absolute;
    top: 151px;
    right: 140px;
}

#slide-how .slides h3 {
    margin-top: 0.2em;
}

#slide-how .slides .first,
#slide-how .slides .second {
    padding: 1px 20px;
    height: 90px;
    width: 120px;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}

#slide-how .slides .first {
    background: #fff;
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 1;
}

#slide-how .slides .second {
    position: relative;
    background: #fff;
    z-index: 0;
}

/* Two-column layout */
.left-column {
    width: 23%;
    height: 82%;
    float: left;
}

.left-column h2:last-of-type,
.left-column h3:last-child {
    color: #000;
}

.right-column {
    width: 65%;
    float: right;
    padding-top: 1em;
}

/* Two-column layout (40% left) */
.left-column2 {
    width: 35%;
    height: 85%;
    float: left;
}

.left-column2 h2:last-of-type,
.left-column2 h3:last-child {
    color: #000;
}

.right-column2 {
    width: 50%;
    float: right;
    padding-top: 1em;
    margin-right: 2.5em;
}

/* Two-column layout (60% left) */
.left-column3 {
    display: block;
    width: auto;
    height: 85%;
    margin: 0 32% 0 5%;
}

.left-column3 h2:last-of-type,
.left-column3 h3:last-child {
    color: #000;
}

.left-column3 li {
    margin-left: 25px;
}

.right-column3 {
    width: 30%;
    float: right;
    padding-top: 1em;
    padding-right: 1em;
}

/* Two-column layout (even split) */
.left-column-mid {
    width: 45%;
    float: left;
}

.right-column-mid {
    width: 45%;
    float: right;
}

/* Two-column layout (flipped) */
.left-column-inv {
    color: #777;
    width: 75%;
    height: 92%;
    float: left;
}

.right-column-inv {
    width: 20%;
    float: right;
    padding-top: 1em;
}

.caption {
    font-size: 0.7em;
}

.slide-slug {
    bottom: 12px;
    opacity: .5;
    position: absolute;
    left: 4em;
}

.small code {
    font-size: 9pt;
}

.tiny code {
    font-size: 8.5pt;
}

.small {
    font-size: 0.7em;
}

.larger {
    font-size: 1.2em;
}

.large {
    font-size: 1.6em;
}

.huge {
    font-size: 2.0em;
}

.larger code {
    font-size: 16pt;
}

.large code {
    font-size: 18pt;
}

.boxed-content {
    float: left;
    display: block;
    width: 89%;
    padding-right: 4%;
}

.boxed-bottom {
    clear: both;
    margin-top: 0px;
}

.bottom-box {
    position: absolute;
    bottom: 0;
    width: 89%;
    padding-left: 55px;
    padding-right: 4%;
    left: 40px;
    height: 15%;
}

.distribute {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 80%;
    width: 100%;
}

.cut-right {
    margin-right: 100px;
}

.align-right {
    text-align: right;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hidden-text {
    color: transparent;
    user-select: none;
}

.pad-left {
    padding-left: 2.0em;
}

.install-cmd {
    top: 20px;
    position: absolute;
    right: 4em;
}

figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 8pt;
}

figcaption {
    text-align: right;
    font-size: 1.2em;
}

.program-table {
    padding: 5px 0 0 50px;
}

.program-table th {
    visibility: hidden;
}

.program-table td:nth-child(2) {
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 20px;
}

.program-table td:nth-child(1) {
    font-size: 0.9em;
    color: #999;
    padding-right: 20px;
}

.people-table td:nth-child(1) {
    padding-right: 20px;
}

.people-table img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    filter: grayscale(1);
}

.indent {
    padding-left: 43px;
    display: block;
}

.many-people-table td:nth-child(1) {
    padding-right: 20px;
}

.many-people-table td:nth-child(1) img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.top-right {
    font-size: 0.8em;
    position: absolute;
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 0;
    right: 5%;
}

.pad-top li {
    padding-top: 1.1em;
}

div.vertical-center {
    width: 85%;
    margin: -100px 20px 40px 100px;
    position: absolute;
    text-align: center;
    top: 50%;
}

div.white-bg {
    background: rgba(255, 255, 255, 0.6);
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 20px 0 0 20px;
  padding: 1em 10px 0.5em 30px;
  font-size: 1.5em;
  font-style: italic;
  font-family: "Goudy Bookletter 1911";
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.remark-slide-content.cover .remark-slide-number { display: none !important; }

.clear { clear: both; }
.border { border: 1px solid red; }

/* Anchor overlay to each slide's content box */
.remark-slide-content { position: relative; }

/* Paint the logo as an overlay */
.remark-slide-content::after {
  content: "";
  position: absolute;
  top: var(--logo-offset-y);
  right: var(--logo-offset-x);
  width: var(--logo-width);
  aspect-ratio: var(--logo-aspect);
  background-image: var(--logo-url);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: var(--logo-opacity);
  pointer-events: none;
  z-index: 20;
  mix-blend-mode: multiply;
}

/* Hide on print */
@media print {
  .remark-slide-content::after { display: none; }
}

/* Per-slide opt-out: add `class: no-logo` in the slide header */
.remark-slide-content.no-logo::after { display: none !important; }

/* Optional: smaller/lighter variant per slide with `class: small-logo` */
.remark-slide-content.small-logo {
  --logo-width: 90px;
  --logo-opacity: 0.18;
}
