  @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');


  @font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('.fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  small.credit {
    /* position: relative;
  top: 24em; */
    font-size: 0.3em;
  }

  .reveal h3,
  .reveal h2 {
    font-family: 'EB Garamond';
    text-shadow: 2px 2px 0px #cbcaca;
    /* white-space: nowrap; */
  }

  .reveal .wrap {
    white-space: wrap;
  }

  .left {
    width: 50%;
    float: left;
  }

  .right {
    width: 50%;
    float: right;
  }

  .clear {
    clear: both;
  }

  .w50 {
    width: 50%;
  }

  .w80 {
    width: 80%;
  }

  .w20 {
    width: 20%;
  }

  i {
    font-style: italic;
  }

  .menubar {
    background: rgba(0, 0, 0, 0.1);
  }

  .revealjs-drawer-menu {
    background-color: rgb(208 206 206);
  }

  small.very {
    font-size: 0.3em;
  }

  /*************************************************
*                                                *
* CSS for the Title-Footer plugin for Reveal.js  *
*                                                *
* Author: Igor Leturia                           *
*                                                *
* License: GPL v3                                *
* http://www.gnu.org/copyleft/gpl.html           *
*                                                *
*************************************************/

  /* Style for the Title-Footer footer */

  #title-footer {
    opacity: 1;
    transition: opacity 800ms ease-in-out;
    position: fixed;
    height: 2vh;
    z-index: 20;
    width: 100%;
    font-size: 2vh;
    text-align: center;
    letter-spacing: 0em;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
  }

  /* Bottom position for the Title-Footer footer when both progress bar and TOC-Progress are visible */

  div.progress[style="display: block;"]~#title-footer {
    bottom: calc(3px + 10.5vh);
  }

  /* Bottom position for the Title-Footer footer when TOC-Progress is visible */

  #title-footer {
    bottom: 10.5vh;
  }

  /* This is to fix the positioning of the title which goes off screen due to a new reveal.js CSS property. */
  #title-footer p {
    margin: 0;
  }

  /* Bottom position for the Title-Footer footer when progress bar is visible */

  div.progress[style="display: block;"]~footer:last-of-type#title-footer {
    bottom: 3px;
  }

  /* Bottom position for the Title-Footer footer when neither progress bar nor TOC-Progress are visible */

  footer:last-of-type#title-footer {
    bottom: 0px;
  }

  /* Make Title-Footer invisible if explicitly indicated */

  .no-title-footer #title-footer {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
  }

  .no-toc-progress #title-footer {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
  }

  /* Make Title-Footer invisible in overview mode */

  .overview #title-footer {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
  }


  .reveal blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    padding: 0.5em 10px;


    /* quotes: "\201C""\201D""\2018""\2019"; */
  }

  .reveal blockquote:before {
    font-family: FontAwesome;
    color: #ccc;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    content: "\f10d";
  }
