@font-face {
    font-family: 'Avara_Bold';
    src: url('fonts/Bold/Avara-Bold_web.eot');
    src: url('fonts/Bold/Avara-Bold_web.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bold/Avara-Bold_web.woff') format('woff'),
        url('fonts/Bold/Avara-Bold_web.woff2') format('woff2'),
        url('fonts/Bold/Avara-Bold_web.ttf') format('truetype'),
        url('fonts/Bold/Avara-Bold_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avara_Bold Italic';
    src: url('fonts/BoldItalic/Avara-Bold_Italic_web.eot');
    src: url('fonts/BoldItalic/Avara-Bold_Italic_web.eot?#iefix') format('embedded-opentype'),
        url('fonts/BoldItalic/Avara-Bold_Italic_web.woff') format('woff'),
        url('fonts/BoldItalic/Avara-Bold_Italic_web.woff2') format('woff2'),
        url('fonts/BoldItalic/Avara-Bold_Italic_web.ttf') format('truetype'),
        url('fonts/BoldItalic/Avara-Bold_Italic_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avara_Black';
    src: url('fonts/Black/Avara-Black_web.eot');
    src: url('fonts/Black/Avara-Black_web.eot?#iefix') format('embedded-opentype'),
        url('fonts/Black/Avara-Black_web.woff') format('woff'),
        url('fonts/Black/Avara-Black_web.woff2') format('woff2'),
        url('fonts/Black/Avara-Black_web.ttf') format('truetype'),
        url('fonts/Black/Avara-Black_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}


body,
.reveal .slides {
    font-family: "Avara_Bold";
}

.reveal .slides>section {
    padding: 0px;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
    font-family: "Operator Medium";
    /*text-align: left;*/
    text-transform: none;
    font-weight: normal;
}

.reveal .progress {
    color: black;
}

.title {
    /*font-family: "Operator Medium";*/
    font-size: 1.4em;
    color: white;
}

.title>h2 {
    color: white;
}

.sub-title {
    font-family: monospace;
    color: white;
    font-size: 0.6em;
}

.ref {
    font-family: monospace;
    font-size: 0.4em;
    text-align: left;
}

p {
    /*text-align: left;*/
}

.reveal blockquote {

    font-size: 0.9em;
    text-align: left;
    width: 80vw;
    border: 0px;

    display: block;
    position: relative;
    width: 90%;
    margin: 20px auto;
    padding: 5px;
    font-style: normal;
    background: none;
    box-shadow: none;

}

.left {
    text-align: left;
}

.white,
.white>h2 {
    color: white;
}

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

/* .reveal section img{
  max-height: 60vh;
  box-shadow: none;
  border: none;
}

.reveal figure{
  max-height: 60vh;
}

.reveal figure img {
max-height: 45vh;
} */

.reveal figcaption {

    font-family: monospace;
    font-size: 0.5em;
}

.reveal table {
    font-size: 0.5em;
}

.reveal pre {
    background-color: #333;
    color: white;
    padding: 5px;
}

.reveal pre code {
    font-family: monospace;
}