/**
 * A simple theme for reveal.js presentations, similar
 * to the default theme. The accent color is darkblue.
 *
 * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
 * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/* FF Meta Variable Font */
@font-face {
  font-family: 'FF Meta VF';
  src: url("../../lib/font/MetaVariableDemo-Set.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap; }

/* Input Mono Variable Font */
@font-face {
  font-family: 'Input Mono VF';
  src: url("../../lib/font/Input_Mono-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap; }

/* Jost Variable Font */
@font-face {
  font-family: 'Jost VF';
  src: url("../../lib/font/jost-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap; }

/* Roslindale Variable Font */
@font-face {
  font-family: 'Roslindale';
  src: url("../../lib/font/RoslindaleVariable-VF_beta.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap; }

/* Roslindale Italic Variable Font */
@font-face {
  font-family: 'Roslindale Italic';
  src: url("../../lib/font/RoslindaleVariableItalicBeta-VF.woff2") format("woff2-variations");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

/* Source Serif Variable Font */
@font-face {
  font-family: "Source Serif VF";
  src: url("../../lib/font/SourceSerifVariable-Roman.ttf.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap; }

/* Source Sans Variable Font */
@font-face {
  font-family: "Source Sans VF";
  src: url("../../lib/font/SourceSansVariable-Roman.ttf.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap; }

/* Proxima Nova Variable Demo Font */
@font-face {
  font-family: "Proxima Nova VF";
  src: url("../../lib/font/proximanova-vf/ProximaNovaV17GX_Roman.woff2") format("woff2-variations");
  font-weight: 100 900;
  /* default: 400 */
  font-stretch: 60% 100%;
  /* default: 100 */
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Proxima Nova VF";
  src: url("../../lib/font/proximanova-vf/ProximaNovaV17GX_Italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  /* default: 400 */
  font-stretch: 60% 100%;
  /* default: 100 */
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Amstelvar 1.1 VF";
  src: url("../../lib/font/AmstelvarAlpha-VF_v1.1.woff2") format("woff2-variations");
  font-weight: 100 900;
  /* default: 400 */
  font-stretch: 40% 150%;
  /* default: 100 */
  font-style: normal;
  font-display: swap; }

/* Roboto Variable Demo Font */
@font-face {
  font-family: 'Roboto VF';
  src: url("../../lib/font/Roboto-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: oblique 0deg 12deg;
  font-display: swap; }

/* Plex Sans Variable Font */
@font-face {
  font-family: 'Plex Sans VF';
  src: url("../../lib/font/plex-sans-vf/IBMPlexSansVar-Roman.woff2") format("woff");
  font-display: swap;
  font-stretch: 85% 100%;
  font-style: normal;
  font-weight: 100 700; }

@font-face {
  font-family: 'Plex Sans VF';
  src: url("../../lib/font/plex-sans-vf/IBMPlexSansVar-Italic.woff2") format("woff");
  font-display: swap;
  font-stretch: 85% 100%;
  font-style: italic;
  font-weight: 100 700; }

section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
  color: #fff; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #fff;
  background-color: #fff; }

.reveal {
  font-family: "Source Sans VF", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #000; }

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
  text-shadow: none; }

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #000;
  font-family: "Roslindale", serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 3.77em; }

.reveal h2 {
  font-size: 2.11em; }

.reveal h3 {
  font-size: 1.55em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace;
  text-transform: none; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super;
  font-size: smaller; }

.reveal sub {
  vertical-align: sub;
  font-size: smaller; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #00008B;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #0000f1;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #00003f; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #00008B;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #00008B; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #00008B; }

.reveal .progress span {
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #fff; } }

:root {
  /* initial values  */
  --text-wght: 400;
  --text-wdth: 100;
  --text-opsz: 16;
  --color-background: #d0eaf6;
  --color-background-light: #e0f1f9;
  --color-text: #18244a;
  --color-text-light: #7a94a0;
  --color-text-softlight: #f4e9e9;
  --color-device-frame: #38879e; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.reveal {
  /* HTML element styles */
  /* component styles */ }
  .reveal .slides {
    text-align: left; }
    .reveal .slides section {
      height: 100vh;
      padding: 0; }
      .reveal .slides section .fragment,
      .reveal .slides section .fragment.visible {
        visibility: visible; }
  .reveal iframe {
    box-shadow: inset 0 0 2px rgba(0, 0, 36, 0.5);
    padding: 2px;
    max-height: 100%;
    max-width: 100%; }
  .reveal h1 {
    font-size: 6vw;
    font-synthesis: none;
    font-weight: 700;
    line-height: 1.05;
    transition: all 0.5s ease-in-out; }
  .reveal h2 {
    font-size: 5vw;
    font-synthesis: none;
    font-weight: 600;
    line-height: 1.05;
    transition: all 0.5s ease-in-out; }
  .reveal h3 {
    font-size: 3.5vw;
    font-synthesis: none;
    font-weight: 600;
    line-height: 1.05;
    transition: all 0.5s ease-in-out; }
  .reveal h4 {
    font-size: 3vw;
    font-synthesis: none;
    font-weight: 600;
    line-height: 1.1;
    transition: all 0.5s ease-in-out; }
  .reveal h5 {
    font-synthesis: none;
    font-weight: 250;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    transition: all 0.5s ease-in-out; }
  .reveal p {
    font-size: 1.75vw;
    font-synthesis: none;
    font-weight: 350;
    color: var(--color-text);
    line-height: 1.4;
    max-width: 40em;
    transition: all 0.5s ease-in-out; }
  .reveal pre {
    font-family: 'Input Mono VF', monospace;
    font-size: 1.45vw;
    margin: 0;
    width: 100%; }
    .reveal pre code {
      font-family: 'Input Mono VF', monospace;
      max-height: none; }
  .reveal figure {
    margin: 0;
    padding: 0;
    position: relative; }
    .reveal figure img {
      border: none;
      height: auto;
      max-width: 100%;
      width: 100%; }
  .reveal .hljs {
    background-color: transparent;
    background-image: linear-gradient(120deg, rgba(0, 0, 36, 0.9) 0%, rgba(0, 0, 71, 0.9) 35%, rgba(0, 0, 121, 0.9) 100%); }
  .reveal .slanted-ital {
    font-variation-settings: 'ital' 1, 'slnt' -8; }
  .reveal .resource-link {
    background-color: rgba(33, 33, 33, 0.9);
    border-radius: 0 0.25em 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: "Source Sans VF";
    font-size: 1.5vw;
    font-weight: 450;
    left: 0;
    padding: 0.25em 1.5em;
    position: absolute;
    z-index: 90; }
  .reveal .device-frame {
    background-color: #f5f5fa;
    border: solid 1px var(--color-device-frame);
    border-radius: 1em;
    box-shadow: 1px 1px 0.5em rgba(0, 0, 36, 0.5);
    width: 99vw;
    height: 96vh;
    padding: 12vh 2.5vw;
    position: relative;
    margin: 2vh auto;
    z-index: 1;
    transition: all 1s ease-in-out; }
  .reveal .slides section {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 0.025em, rgba(0, 0, 0, 0.1) 0.025em, rgba(0, 0, 0, 0.1) 0.5em), linear-gradient(45deg, #93a5c5 0%, #e4e4e9 100%); }
  .reveal .slides section.title-slide {
    background-image: linear-gradient(120deg, #000024 0%, #090979 35%, #00d4ff 100%);
    background-image: linear-gradient(120deg, #970025 0%, #ca0032 35%, #e30038 100%);
    padding: 10vh 5vw; }
    .reveal .slides section.title-slide > * {
      color: #f8feff; }
    .reveal .slides section.title-slide h5 {
      font-family: "FF Meta VF", Helvetica, Arial, sans-serif; }
  .reveal .main-title {
    font-family: "Roslindale Italic";
    font-variation-settings: 'ital' 1, 'slnt' 0;
    margin: 5rem 0 1rem; }
  .reveal .subtitle {
    font-family: "Roslindale Italic";
    font-size: 4vw;
    font-variation-settings: 'ital' 1, 'slnt' -8;
    margin-bottom: 4rem; }
  .reveal .byline {
    font-family: "FF Meta VF", Helvetica, Arial, sans-serif;
    font-weight: 200; }
