:root {
  --heading-font: "Roboto", sans-serif;
  --secondary-font: "Abel", sans-serif;
  --primary-color: #4e656f;
}
.hero {
  background-image: url(/src/Rebekka_0205.jpg);
  background-size: cover;
  background-position: 0 17%;
  background-repeat: no-repeat;
}
.homepage-headshot {
  width: 100%;
}
h1 {
  font-family: var(--heading-font);
  letter-spacing: 10px;
  color: white;
  font-size: 48px;
}
h2 {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  font-family: var(--heading-font);
  font-weight: 300;
  color: var(--primary-color);
}
.agent-contact {
  font-size: 30px;
}
.heading {
  margin-left: 20px;
}
.page-links {
  font-family: var(--secondary-font);
  font-size: 26px;
}
.background-color {
  background: var(--primary-color);
}
.navbar {
  background: var(--primary-color);
}
.nav-links {
  font-family: var(--secondary-font);
  font-size: 26px;
}
.active {
  font-weight: bold;
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: white;
  margin: 20px;
}
a:hover {
  color: black;
}
.icons {
  font-size: 30px;
  margin-top: 8px;
}

.actor-info {
  margin-left: 20px;
}

.actor-info p {
  font-family: var(--secondary-font);
  font-size: 20px;
  color: white;
}
.contact-image {
  width: 100%;
}
.home-page-footer,
.contact-page-footer {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 10px;
  margin-left: 20px;
}
.home-page-footer a {
  margin: 8px;
}
.contact-page-footer {
  right: 0;
}
.video-label {
  text-align: center;
  margin-top: 20px;
  font-family: var(--secondary-font);
  font-size: 30px;
  color: var(--primary-color);
}
.video-clip {
  display: block;
  margin: 0 auto;
}

.contact-hero {
  background-image: url(/src/Rebekka_0116.jpg);
  background-size: cover;
  background-position: 0 8%;
  background-repeat: no-repeat;
}
.contact-heading {
  margin-top: 10px;
  text-align: right;
  margin-right: 20px;
  color: white;
}
.contact-page {
  text-align: right;
  margin-right: 0px;
  color: white;
}
.icons-align {
  margin-right: 90px;
}
.manager-name {
  margin-right: 150px;
}
.personal-contact {
  margin-right: 20px;
}
.atm-logo {
  width: 180px;
  margin-right: 110px;
  margin-bottom: 16px;
}
.atm-logo-align {
  text-align: right;
}
.resume-image {
  width: 100%;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  margin-top: 20px;
}
.personal-email {
  margin-top: 30px;
}
.resume {
  border: 1px solid black;
}
.resume-buttons {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}
.download-button {
  text-align: center;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  font-family: var(--secondary-font);
  transition: 200ms ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
.download-button:hover {
  background: var(--primary-color);
  color: white;
}
.coded-credit {
  color: white;
  margin: 0;
  font-size: 10px;
  font-family: var(--secondary-font);
}
.coded-credit a {
  margin: 8px;
}
.gallery-image {
  width: 85%;
  border-radius: 3px;
}
.gallery-col {
  padding: 0;
}

@media (max-width: 770px) {
  .youtube {
    width: 80%;
    height: 90%;
  }
}
@media (max-width: 991px) {
  .hero,
  .contact-hero {
    background-image: none;
  }
  .header-nav a {
    display: block;
    text-align: center;
    font-size: 48px;
    margin: 10px 20px 0;
  }

  h3 {
    color: var(--primary-color);
  }
  .actor-info p {
    font-size: 14px;
    margin-bottom: 4px;
    padding-top: 5px;
  }
  .page-links {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .nav-links {
    padding-bottom: 10px;
  }
  .nav-links a {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .saved-clip {
    width: 80%;
    height: 80%;
  }
  .secondary-nav {
    text-align: center;
    padding-bottom: 0;
  }
  .contact-heading {
    text-align: center;
    margin: 20px 0;
    color: var(--primary-color);
  }
  .manager-name {
    font-size: 22px;
  }
  .contact-page {
    text-align: center;
    margin: 20px 0;
  }
  .atm-logo-align {
    text-align: center;
  }
  .atm-logo {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .agent-contact {
    color: var(--primary-color);
    font-size: 25px;
  }
  .personal-email {
    margin-top: 10px;
  }
  .icons {
    background: var(--primary-color);
  }
  .gallery-col {
    padding-bottom: 10px;
  }
}

/* https://github.com/madmurphy/takefive.css (v3.1.1) */
/*\*/ /**/
@import url("fonts/victoria-typewriter/victoria-typewriter.css"); /*\*/
@media only screen {
  /**/
  article.slide {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    padding: 9.5vh 1.88vmin 9.5vh calc(82% + 0.88vw);
    overflow: hidden;
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 0.8em;
    line-height: normal;
    z-index: 10000;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
  article.slide:target {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
  } /*\*/
  article.slide::before {
    content: attr(data-context);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1.88vmin 71% 1.88vmin 1.88vmin;
    font-size: 0.85em;
    overflow: hidden;
    z-index: 10007;
  }
  article.slide[data-context]::before {
    transition: color 1s 2.5s linear;
  }
  article.slide[data-context]:not(:target)::before {
    color: transparent;
    transition: color 0.5s 0s linear;
  }
  article.slide::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1.88vmin;
    box-sizing: border-box;
    font-size: 0.95em;
    transition: bottom 1.5s ease;
    text-align: right;
    max-width: 50%;
    z-index: 10001;
  }
  article.slide:not(:target)::after {
    bottom: -80px;
  }
  /**/
  article.slide a[href],
  article.slide a[href]:link,
  article.slide a[href]:hover,
  article.slide a[href]:active,
  article.slide a[href]:visited {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
    border: 0;
  }
  article.slide a[href][rel~="tag"]::before {
    content: "\2605";
    font-size: inherit;
  }
  article.slide a[href][data-label]:not(.no-label)::before {
    content: attr(data-label);
  }
  article.slide a[href]:not(.no-label)::before {
    margin-right: 0.3em;
  } /*\*/ /**/
  @keyframes slidein {
    from {
      transform: translate(-50%, -50%) scale(0.001);
    }
    to {
      transform: translate(-50%, -50%);
    }
  }
  @keyframes slideout {
    from {
      transform: translate(-50%, -50%);
    }
    to {
      transform: translate(-50%, -50%) scale(0.001);
    }
  }
  article.slide > :not(nav):not(header):not(footer):not(aside) {
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    max-height: calc(100% - 19vh);
    max-width: calc(64% - 1.76vw - 80px);
    margin: auto -50% auto auto;
    transform: translate(-50%, -50%);
    animation: 1s ease 0s 1 slidein;
    z-index: 10012;
  }
  article.slide:not(:target) > :not(nav):not(header):not(footer):not(aside) {
    transform: translate(-50%, -50%) scale(0.001);
    animation: 0.5s ease 0s 1 slideout;
  }
  article.slide
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside) {
    width: auto;
    height: auto;
    animation: none;
    transform: none;
  }
  article.slide:not(:target)
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside) {
    animation: none;
    transform: none;
  }
  article.slide
    > :not(nav):not(header):not(footer):not(aside):not(section):not(article) {
    overflow: visible;
  }
  article.slide
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside):not(section):not(article) {
    overflow: revert;
  }
  article.slide > article,
  article.slide > section {
    overflow: auto;
    padding: 0.5em;
  }
  article.slide > :not(nav):not(header):not(footer):not(aside) ~ article,
  article.slide > :not(nav):not(header):not(footer):not(aside) ~ section {
    padding: 0;
    overflow: visible;
    all: revert;
  } /*\*/
  article.slide
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside),
  article.slide * {
    /**/
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
  } /*\*/ /**/
  article.slide > nav:not(:first-of-type),
  article.slide > header:not(:first-of-type),
  article.slide > footer:not(:first-of-type),
  article.slide > aside:not(:first-of-type),
  article.slide
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside) {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 10011;
  }
  article.slide > nav:first-of-type {
    display: block;
    position: absolute;
    left: 1.88vmin;
    top: 13.3vh;
    box-sizing: border-box;
    width: calc(18% - 1.88vmin - 0.88vw);
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
  }
  article.slide > header:first-of-type {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(0.78vmin + 100% - 9.5vh);
    box-sizing: border-box;
    width: calc(100% - 3.76vmin);
    height: auto;
    margin: 0 auto;
    padding: 0 calc(18% - 1.88vmin + 0.88vw + 40px);
    text-align: center;
    overflow: visible;
    font-size: larger;
    z-index: 10002;
  }
  article.slide > footer:first-of-type,
  article.slide > aside:first-of-type {
    position: absolute;
    bottom: 6.2vh;
    box-sizing: border-box;
    width: calc(18% - 1.88vmin - 0.88vw);
    height: auto;
    margin: 0;
    max-height: calc(100% - 12.4vh);
    font-size: min(2.475vh, 1em);
    padding: 0;
    overflow: hidden;
  }
  article.slide > footer:first-of-type {
    right: 1.88vmin;
    z-index: 10010;
    text-align: right;
  }
  article.slide > aside:first-of-type {
    left: 1.88vmin;
    z-index: 10009;
    text-align: left;
  }
  article.slide.wrap > footer:first-of-type {
    z-index: 10004;
  }
  article.slide.wrap > aside:first-of-type {
    z-index: 10003;
  }
  article.slide.wrap > :not(nav):not(header):not(footer):not(aside) {
    z-index: 10006;
  }
  article.slide.wrap > nav:not(:first-of-type),
  article.slide.wrap > header:not(:first-of-type),
  article.slide.wrap > footer:not(:first-of-type),
  article.slide.wrap > aside:not(:first-of-type),
  article.slide.wrap
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside) {
    z-index: 10005;
  } /*\*/ /**/
  article.slide > header:first-of-type * {
    text-align: center;
  }
  article.slide > header:first-of-type * {
    margin: 0.78vmin 0 0 0;
  }
  article.slide > header:first-of-type > :only-child {
    margin: 0.78vmin 0 0.78vmin 0;
  }
  article.slide > footer:first-of-type > :last-child,
  article.slide > aside:first-of-type > :last-child {
    margin-bottom: 0;
  }
  article.slide > nav:first-of-type a[href].vision,
  article.slide > nav:first-of-type a[href][rel~="first"],
  article.slide > nav:first-of-type a[href][rel~="index"],
  article.slide > nav:first-of-type a[href][rel~="last"],
  article.slide > nav:first-of-type a[href][rel~="prev"],
  article.slide > nav:first-of-type a[href][rel~="next"],
  article.slide > nav:first-of-type a[href][rel~="attachment"],
  article.slide > nav:first-of-type a[href][rel~="bookmark"],
  article.slide > nav:first-of-type a[href][rel~="author"],
  article.slide > nav:first-of-type a[href][rel~="discussion"],
  article.slide > nav:first-of-type a[href][rel~="parent"],
  article.slide.foyer > nav:first-of-type a[href][rel~="parent"],
  article.slide > nav:first-of-type a[href][rel~="child"][rel~="parent"] {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: default;
    background-color: transparent;
    font-style: italic;
    box-sizing: border-box;
    text-align: right;
    border: 0;
    box-shadow: none;
    color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 1.88vmin calc(0.78vmin + 50px) 1.88vmin 1.88vmin;
    padding: 0;
    visibility: hidden;
    transition: visibility 0s 1s, color 1s 0s linear;
  }
  article.slide > nav:first-of-type a[href].vision:hover,
  article.slide > nav:first-of-type a[href][rel~="first"]:hover,
  article.slide > nav:first-of-type a[href][rel~="index"]:hover,
  article.slide > nav:first-of-type a[href][rel~="last"]:hover,
  article.slide > nav:first-of-type a[href][rel~="prev"]:hover,
  article.slide > nav:first-of-type a[href][rel~="next"]:hover,
  article.slide > nav:first-of-type a[href][rel~="attachment"]:hover,
  article.slide > nav:first-of-type a[href][rel~="bookmark"]:hover,
  article.slide > nav:first-of-type a[href][rel~="author"]:hover,
  article.slide > nav:first-of-type a[href][rel~="discussion"]:hover,
  article.slide > nav:first-of-type a[href][rel~="parent"]:hover,
  article.slide.foyer > nav:first-of-type a[href][rel~="parent"]:hover,
  article.slide > nav:first-of-type a[href][rel~="child"][rel~="parent"]:hover {
    right: 0;
    visibility: inherit;
    color: #fff;
    transition: color 1s 0s linear;
    background-color: transparent;
  }
  article.slide > nav:first-of-type a[href][rel~="parent"]:hover {
    transition: color 1s 0.5s linear;
  }
  article.slide:not(.pinned) > nav:first-of-type a[href][rel~="parent"] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.88vmin calc(0.78vmin + 50px) 1.88vmin 1.88vmin;
    visibility: inherit;
    z-index: 10008;
  }
  article.slide > nav:first-of-type a[href],
  article.slide > nav:first-of-type a[href][rel].tab,
  article.slide > nav:first-of-type a[href][rel].no-rel,
  article.slide.foyer > nav:first-of-type a[href] {
    display: block;
    position: relative;
    width: 142%;
    visibility: inherit;
    color: inherit;
    cursor: pointer;
    max-width: none;
    top: 0;
    right: 132%;
    margin: 0;
    padding: 0.133em 0.4em 0.133em 40%;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 0 20px #000;
    box-sizing: border-box;
    text-align: right;
    transition: right 0.5s ease;
    background-color: rgba(25, 25, 25, 0.9);
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: normal;
    overflow: hidden;
    font-style: normal;
    z-index: 10014;
  }
  article.slide > nav:first-of-type a[href]:hover,
  article.slide > nav:first-of-type a[href][rel].tab:hover,
  article.slide > nav:first-of-type a[href][rel].no-rel:hover,
  article.slide.foyer > nav:first-of-type a[href]:hover {
    right: 40%;
    background-color: rgba(25, 25, 25, 0.9);
    color: inherit;
    transition: right 0.5s ease;
  }
  article.slide > nav:first-of-type a[href].plate,
  article.slide > nav:first-of-type a[href][rel].plate,
  article.slide > nav:first-of-type a[href][rel~="child"] {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    margin: 3.8vh 0 3.8vh 2.37vw;
    max-width: calc(100% - 4.74vw);
    padding: 0.5em;
    visibility: inherit;
    font-style: normal;
    cursor: pointer;
    color: inherit;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 0 20px #000;
    text-align: center;
    background-color: rgba(25, 25, 25, 0.9);
    border: 2px #fff solid;
    transition: background-color 0.5s linear, color 0.5s linear;
    z-index: 10013;
  }
  article.slide > nav:first-of-type a[href].plate:hover,
  article.slide > nav:first-of-type a[href][rel].plate:hover,
  article.slide > nav:first-of-type a[href][rel~="child"]:hover {
    background-color: #fff;
    color: #000;
    right: 0;
    transition: background-color 0.5s linear, color 0.5s linear;
  }
  article.slide > nav:first-of-type a[href]:not(:empty)::before {
    display: block;
    font-size: 0.7em;
    font-style: normal;
    margin: 0;
  }
  article.slide > nav:first-of-type a[href]:not([rel])::before {
    content: "See also";
  }
  article.slide > nav:first-of-type a[href][rel]::before {
    content: attr(rel);
    text-transform: capitalize;
  }
  article.slide > nav:first-of-type a[href][rel~="tag"]::before {
    content: "Tagged content";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="discussion"]::before {
    content: "Comments";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="author"]::before {
    content: "Author";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="attachment"]::before {
    content: "Download";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="bookmark"]::before {
    content: "Share it!";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="index"]::before {
    content: "Index";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="first"]::before {
    content: "First slide";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="last"]::before {
    content: "Last slide";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="prev"]::before {
    content: "Previous slide";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="next"]::before {
    content: "Next slide";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="child"]::before {
    content: "More";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="parent"]::before {
    content: "Back to";
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href][rel~="parent"]:empty::before {
    content: "Exit";
    text-transform: none;
  }
  article.slide
    > nav:first-of-type
    a[href][rel~="parent"]:not(.tab):not(.plate):not(.no-rel):empty::before {
    content: "Click to exit";
    text-transform: none;
  }
  article.slide:not(.flr):not(.flc)
    > nav:first-of-type
    a[href].no-label::before,
  article.slide:not(.flr):not(.flc)
    > nav:first-of-type
    a[href].no-label:not(.tab):not(.plate):not(.no-rel):empty::before,
  article.slide:not(.verbose)
    > nav:first-of-type
    a[href]:not([rel~="parent"]):not(.with-label):not(:empty)::before,
  article.slide:not(.verbose)
    > nav:first-of-type
    a[href].tab:not(.with-label):not(:empty)::before,
  article.slide:not(.verbose)
    > nav:first-of-type
    a[href].plate:not(.with-label):not(:empty)::before,
  article.slide:not(.verbose)
    > nav:first-of-type
    a[href].no-rel:not(.with-label):not(:empty)::before,
  article.slide.pinned:not(.verbose)
    > nav:first-of-type
    a[href][rel~="parent"]:not(.plate):not(.tab):not(.no-rel):not(
      .with-label
    ):empty::before {
    content: none;
  }
  article.slide:not(.flc)
    > nav:first-of-type
    a[href][data-label]:not([data-label=""]):not(.no-label)::before,
  article.slide:not(.flc)
    > nav:first-of-type
    a[href][data-label]:not([data-label=""]):not(.plate):not(.tab):not(
      .no-rel
    ):not(.no-label):empty::before {
    content: attr(data-label);
    text-transform: none;
  }
  article.slide > nav:first-of-type a[href]::after {
    content: none;
    position: fixed;
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10014;
    transition: none;
    color: #fff;
    font-style: normal;
    cursor: pointer;
    line-height: 40px;
    font-size: 32px;
    transition: visibility 0s 0.5s;
  }
  article.slide:target > nav:first-of-type a[href]::after {
    visibility: visible;
    transition: none;
  }
  article.slide
    > nav:first-of-type
    a[href][rel~="discussion"]:not(.no-rel)::after {
    content: "\1F5E8";
    left: 18%;
    bottom: 9.5vh;
  }
  article.slide
    > nav:first-of-type
    a[href][rel~="attachment"]:not(.no-rel)::after {
    content: "\1F4CE";
    left: calc(82% - 40px);
    bottom: 9.5vh;
  }
  article.slide
    > nav:first-of-type
    a[href][rel~="bookmark"]:not(.no-rel)::after {
    content: "\1F517";
    left: 18%;
    top: 9.5vh;
  }
  article.slide > nav:first-of-type a[href][rel~="author"]:not(.no-rel)::after {
    content: "\2709\FE0F";
    left: calc(82% - 40px);
    top: 9.5vh;
  }
  article.slide > nav:first-of-type a[href][rel~="index"]:not(.no-rel)::after {
    content: "\2302";
    bottom: calc(9.03vh - 40px);
    left: calc(50% - 20px);
    font-size: 40px;
  }
  article.slide > nav:first-of-type a[href][rel~="last"]:not(.no-rel)::after {
    content: "\23ED";
    bottom: calc(9.03vh - 40px);
    left: calc(0.78vmin + 50% + 20px);
    font-size: 24px;
  }
  article.slide > nav:first-of-type a[href][rel~="first"]:not(.no-rel)::after {
    content: "\23EE";
    bottom: calc(9.03vh - 40px);
    left: calc(50% - 0.78vmin - 60px);
    font-size: 24px;
  }
  article.slide > nav:first-of-type a[href][rel~="prev"]:not(.no-rel)::after {
    content: "\276E";
    left: 18%;
    top: 0;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    font-size: 72px;
  }
  article.slide > nav:first-of-type a[href][rel~="next"]:not(.no-rel)::after {
    content: "\276F";
    left: calc(82% - 40px);
    top: 0;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    font-size: 72px;
  }
  article.slide > nav:first-of-type a[href][rel~="parent"]:not(.no-rel)::after {
    content: "\00D7";
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
    font-family: serif;
    z-index: 10030;
    transition: top 1.5s ease;
  }
  article.slide:not(:target)
    > nav:first-of-type
    a[href][rel~="parent"]:not(.no-rel)::after {
    top: -80px;
  } /*\*/ /**/
  article.slide figure {
    text-align: center;
    margin: 1em 2em;
  }
  article.slide figure figcaption {
    margin: 0.6em 0;
    font-style: normal;
    font-size: 1em;
  }
  article.slide img,
  article.slide svg,
  article.slide audio,
  article.slide video,
  article.slide iframe {
    border: 3px #4e646f solid;
    box-shadow: 0 0 20px #000;
    box-sizing: border-box;
    max-height: 75vh;
    border-radius: 3px;
  }
  article.slide p,
  article.slide h1,
  article.slide h2,
  article.slide h3,
  article.slide h4,
  article.slide h5,
  article.slide h6,
  article.slide ol,
  article.slide ul,
  article.slide dl,
  article.slide pre {
    font-family: inherit;
    color: inherit;
    margin: 1em 0;
  }
  article.slide h1 {
    font-size: 1.5em;
    font-weight: bold;
  }
  article.slide h2 {
    font-size: 1.3em;
    font-weight: bold;
  }
  article.slide h3 {
    font-size: 1.18em;
    font-weight: bold;
  }
  article.slide h4 {
    font-size: 1.05em;
    font-weight: bold;
  }
  article.slide h5 {
    font-size: 1em;
    font-weight: bold;
  }
  article.slide h6 {
    font-size: 1em;
    font-style: italic;
  }
  article.slide hr {
    border: 0;
    color: inherit;
    height: auto;
    width: auto;
    margin: 2em auto;
  }
  article.slide hr::before {
    content: "\2747\2747\2747";
    display: block;
    text-align: center;
    letter-spacing: 2em;
  }
  article.slide ul,
  article.slide ol,
  article.slide menu {
    padding: 0 0 0 2.5em;
  }
  article.slide blockquote {
    position: relative;
    color: #d0d0d0;
    font-style: italic;
    padding: 0 1.75em;
  }
  article.slide blockquote em {
    font-style: normal;
  }
  article.slide > blockquote {
    font-size: 1.4em;
  }
  article.slide > :not(nav):not(header):not(footer):not(aside) ~ blockquote {
    font-size: inherit;
  }
  article.slide blockquote::before,
  article.slide blockquote::after {
    position: absolute;
    display: block;
    line-height: 1em;
    font-size: 2.2em;
    color: #ccc;
    width: 0.75em;
    height: 1em;
  }
  article.slide blockquote::before {
    content: "\201C";
    left: 0;
    top: 0;
    text-align: left;
  }
  article.slide blockquote::after {
    content: "\201E";
    right: 0;
    bottom: 0;
    text-align: right;
  }
  article.slide blockquote footer em {
    font-style: italic;
  }
  article.slide dl {
    overflow: hidden;
    padding: 0;
  }
  article.slide dl > dt {
    box-sizing: border-box;
    margin: 0;
    padding: 0 0.5em 0 2em;
    float: left;
    width: 25%;
    clear: left;
  }
  article.slide dl > dd {
    box-sizing: border-box;
    margin: 0 0 0 25%;
    padding: 0 2em 0 0.5em;
    float: left;
    width: 75%;
    clear: right;
  }
  article.slide dl > dt + dd {
    margin: 0;
  }
  article.slide fieldset {
    color: inherit;
    border: 1px #fff solid;
    border-radius: 8px;
  }
  article.slide fieldset > legend {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.133em 0.5em;
    border: 0;
  }
  article.slide code,
  article.slide pre {
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
    font-size: 1.1em;
  }
  article.slide pre {
    border-left: 3px #bbb solid;
    padding: 0.5em 0.5em 0.5em 1.4em;
    line-height: 1.5em;
  }
  article.slide input,
  article.slide textarea,
  article.slide select,
  article.slide button,
  article.slide output {
    background-color: transparent;
    border: 1px #fff solid;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: 1.2em;
    border-radius: 8px;
  }
  article.slide mark {
    background-color: rgba(255, 255, 20, 0.7);
  } /*\*/
  article.slide :not(.z-auto).z-low {
    z-index: 10005;
  }
  article.slide :not(.z-auto).z-mid {
    z-index: 10011;
  }
  article.slide :not(.z-auto).z-high {
    z-index: 10031;
  }
  article.slide :not(.z-auto).z-none {
    z-index: unset;
  }
  article.slide .clean {
    border: 0;
    box-shadow: none;
  }
  article.slide .roomy {
    max-height: 100%;
    overflow: auto;
    padding: 0 0.5em 0 0;
  }
} /**/
@media only screen and not (pointer: fine), only screen and not (hover: hover) {
  article.slide > nav:first-of-type a[href],
  article.slide > nav:first-of-type a[href][rel].tab,
  article.slide > nav:first-of-type a[href][rel].no-rel,
  article.slide.foyer > nav:first-of-type a[href] {
    right: 40%;
  }
}
@media only screen and (max-height: 500px) {
  article.slide:not(.nonadaptive) {
    font-size: 0.7em;
  }
  article.slide:not(.nonadaptive).foyer
    > nav:first-of-type
    a[href]:not(.vision):not(:empty)::before,
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href]:not([rel~="parent"]):not([rel~="first"]):not([rel~="index"]):not(
      [rel~="last"]
    ):not([rel~="prev"]):not([rel~="next"]):not([rel~="attachment"]):not(
      [rel~="bookmark"]
    ):not([rel~="author"]):not([rel~="discussion"]):not(.vision):not(
      :empty
    )::before,
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href].tab:not(:empty)::before,
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href].no-rel:not(:empty)::before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  @keyframes slidein {
    from {
      transform: scale(0.001);
    }
    to {
      transform: none;
    }
  }
  @keyframes slideout {
    from {
      transform: none;
    }
    to {
      transform: scale(0.001);
    }
  }
  article.slide:not(.nonadaptive) {
    padding: calc(22.8vmin + 0.47vh) 1.88vmin 1.88vmin 1.88vmin;
    overflow: auto;
    font-size: 1em;
  }
  article.slide:not(.nonadaptive)::before {
    padding: calc(12.88vmin + 0.235vh) 0 0 0;
    font-size: 1.8vmin;
    line-height: 2vmin;
    text-align: center;
  }
  article.slide:not(.nonadaptive)::after {
    position: static;
    margin: auto 0 1.88vmin auto;
    max-width: 100%;
  }
  article.slide:not(.nonadaptive)
    > :not(nav):not(header):not(footer):not(aside) {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100vh;
    margin: 1em auto;
    transform: none;
  }
  article.slide:not(.nonadaptive):not(:target)
    > :not(nav):not(header):not(footer):not(aside) {
    transform: scale(0.001);
  }
  article.slide:not(.nonadaptive)
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside) {
    max-width: none;
    max-height: none;
  }
  article.slide:not(.nonadaptive):not(:target)
    > :not(nav):not(header):not(footer):not(aside)
    ~ :not(nav):not(header):not(footer):not(aside) {
    transform: none;
  }
  article.slide:not(.nonadaptive) > header:first-of-type {
    bottom: calc(100% - 22.8vmin);
    padding: 0 8.88vmin;
    font-size: 1em;
  }
  article.slide:not(.nonadaptive) > nav:first-of-type {
    display: block;
    position: static;
    width: auto;
    margin: 1em auto;
    text-align: center;
  }
  article.slide:not(.nonadaptive) > aside:first-of-type,
  article.slide:not(.nonadaptive) > footer:first-of-type {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: auto;
    margin: 1em auto;
  }
  article.slide:not(.nonadaptive) > nav:first-of-type a[href].vision,
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="index"],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="last"],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="prev"],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="next"],
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="attachment"],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="bookmark"],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="author"],
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="discussion"],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="parent"],
  article.slide:not(.nonadaptive).foyer
    > nav:first-of-type
    a[href][rel~="parent"],
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="child"][rel~="parent"] {
    display: block;
    position: fixed;
    top: 0;
    right: unset;
    left: 0;
    padding: 0;
    margin: 0.5vmin 12.88vmin 0.5vmin 1vmin;
    text-align: left;
    font-size: 0.7em;
    border: 0;
    border-radius: 0;
  }
  article.slide:not(.nonadaptive):not(.pinned)
    > nav:first-of-type
    a[href][rel~="parent"] {
    margin: 0;
    padding: 0.5vmin 12.88vmin 0.5vmin 1vmin;
    width: 100%;
  }
  article.slide:not(.nonadaptive) > nav:first-of-type a[href],
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel].tab,
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel].no-rel,
  article.slide:not(.nonadaptive).foyer > nav:first-of-type a[href] {
    display: inline-block;
    position: relative;
    top: 0;
    right: unset;
    left: 0;
    width: auto;
    margin: 0.133em;
    padding: 0.133em 0.4em 0.133em 0.4em;
    font-size: 1em;
    max-width: auto;
    border: 2px #fff solid;
    border-radius: 8px;
    text-align: center;
  }
  article.slide:not(.nonadaptive) > nav:first-of-type a[href]::before {
    content: none;
  }
  article.slide:not(.nonadaptive) > nav:first-of-type a[href].plate,
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel].plate,
  article.slide:not(.nonadaptive) > nav:first-of-type a[href][rel~="child"] {
    display: block;
    position: relative;
    width: auto;
    max-width: 15em;
    margin: auto;
    padding: 0.5em;
    border: 2px #fff solid;
    border-radius: 8px;
    font-size: 1em;
    text-align: center;
  }
  article.slide:not(.nonadaptive) > nav:first-of-type a[href]::after {
    width: 7vmin;
    height: 7vmin;
    line-height: 7vmin;
    font-size: 5.6vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="discussion"]:not(.no-rel)::after {
    top: 15.8vmin;
    bottom: unset;
    left: 1.88vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="attachment"]:not(.no-rel)::after {
    top: 15.8vmin;
    bottom: unset;
    left: calc(100% - 10.76vmin);
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="bookmark"]:not(.no-rel)::after {
    top: 8.8vmin;
    bottom: unset;
    left: 1.88vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="author"]:not(.no-rel)::after {
    top: 8.8vmin;
    bottom: unset;
    left: calc(100% - 10.76vmin);
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="index"]:not(.no-rel)::after {
    top: calc(1.88vmin + 0.47vh);
    bottom: unset;
    left: calc(50% - 5.5vmin);
    font-size: 11vmin;
    height: 11vmin;
    width: 11vmin;
    line-height: 11vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="last"]:not(.no-rel)::after {
    top: calc(1.88vmin + 0.47vh);
    bottom: unset;
    left: calc(16.5vmin + 50% + 5.28vw);
    font-size: 11vmin;
    height: 11vmin;
    width: 11vmin;
    line-height: 11vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="first"]:not(.no-rel)::after {
    top: calc(1.88vmin + 0.47vh);
    bottom: unset;
    left: calc(50% - 27.5vmin - 5.28vw);
    font-size: 11vmin;
    height: 11vmin;
    width: 11vmin;
    line-height: 11vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="prev"]:not(.no-rel)::after {
    top: calc(1.88vmin + 0.47vh);
    bottom: unset;
    left: calc(50% - 16.5vmin - 2.64vw);
    width: 11vmin;
    height: 11vmin;
    line-height: 11vmin;
    font-size: 11vmin;
    text-align: center;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="next"]:not(.no-rel)::after {
    top: calc(1.88vmin + 0.47vh);
    bottom: unset;
    left: calc(5.5vmin + 50% + 2.64vw);
    text-align: center;
    width: 11vmin;
    height: 11vmin;
    line-height: 11vmin;
    font-size: 11vmin;
  }
  article.slide:not(.nonadaptive)
    > nav:first-of-type
    a[href][rel~="parent"]:not(.no-rel)::after {
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
    width: 11vmin;
    height: 8.8vmin;
    line-height: 8.8vmin;
    font-size: 7.04vmin;
  }
  article.slide .roomy {
    max-height: none;
    overflow: visible;
    padding: 0;
  }
} /*\*/
@media only print {
  article.slide {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    break-before: always;
    break-inside: avoid;
    break-after: always; /**/
    page-break-before: always;
    page-break-inside: avoid;
    page-break-after: always;
  }
  article.slide:last-child {
    break-after: auto;
    page-break-after: auto;
  }
  article.slide[data-context] {
    padding-top: 0.8em;
  }
  article.slide::before,
  article.slide::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    padding: 0;
    margin: 0;
    border-bottom: 1px #000 solid;
    font-size: 0.8em;
    font-style: italic;
  }
  article.slide[data-context]::before {
    content: attr(data-context);
    text-align: center;
  }
  article.slide::after {
    text-align: right;
  }
  article.slide nav {
    display: none;
  }
  article.slide header {
    margin-bottom: 2em;
  }
  article.slide footer {
    margin-top: 2em;
  }
  article.slide img,
  article.slide svg,
  article.slide audio,
  article.slide video,
  article.slide iframe {
    max-height: 87vh;
  }
} /*\*/
@media all {
  article.slide blockquote footer {
    display: block;
    margin: 1em 0 1em 1.5em;
    font-style: normal;
  }
  article.slide blockquote footer::before {
    content: "\2014";
    display: inline-block;
    margin-right: 0.5em;
  }
} /**/
