
body.reveal-viewport {
  background-color: #000;
}

.reveal .slides{
  font-family: "Inconsolata", monospace;
}

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

.reveal h1, .reveal h2,.reveal h3,.reveal h4 {
  font-family: "Inconsolata", monospace;
  /* font-family: "Minotaur Sans Lombardic Light"; */
  /*text-align: left;*/
  text-transform: none;
  font-weight: normal;
}

.reveal h1 {
  font-family: 'CMU serif';
  text-shadow: 0px 0px 15px rgb(57, 0, 94);
  margin-top: 100px;
  line-height: 1;
}

img.ids-logo {
  margin: 0;
  max-width: 150px;
}

h2.tex {
  font-family: "CMU Serif", serif;
}

h3.black {
  color: black;
  font-weight: bold;
}

.reveal .progress {
  color: aqua;
}

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

.title>h2{
  color: white;
}



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

.ref{
  font-family: "Inconsolata", monospace;
  font-size: 0.5em;
  text-align: left;
}

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

.reveal blockquote {
    font-family: "Inconsolata", monospace;
  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;
}

.center {
  text-align: center;
}

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

.white-bg {
  background-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: "Inconsolata", monospace;
  font-size: 0.5em;
}

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

td, th{
  border: 1px solid;
}

tr:last-child > td {
  border-bottom: 1px solid !important;
}

.reveal pre{
  background-color: #333;
  color: white;
  padding: 10px;
  width: max-content;
}

.reveal pre code{
  font-family: monospace ;
  font-size: 0.8em;
  line-height: 100%;
}

mark {
  background-color: aqua;
}