/* UTILS */
body {
  background-color: #f9f9f9;
}

.small {
  font-size: .6em
}

p {
  font-size: .8em
}
code {
  font-size: .9em;
  background: rgba(0,0,0,.05);
  color: #e98c36;
  border-radius: 5px;
  padding: 5px 10px;
}

/* p > code {
  font-size: .8em;
  background: rgba(0,0,0,.1);
} */

pre > code {
  font-size: 1em;
  /* background-color: #586e75; */
  /* background-color: #36474d; */
  background-color: #273545;
  color: #abb2bf;
  /* background-color: #fff; */
}

.reveal pre {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3)
}



blockquote p {
  font-size: .7em;
}

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

.reveal h1, .reveal h2, .reveal h3 {
  font-family: 'Philosopher', sans-serif;
  text-transform: initial;
  color: black;
}
.reveal h1 {
  font-size: 2.5em;
}
.reveal h2 {
  font-size: 2em;
}
.reveal h3 {
  font-size: 1.4em;
}
.reveal h4 {
  font-size: 1.2em;
  font-family: 'Philosopher', sans-serif;
  text-transform: initial;
  /* font-style: italic */
}
.reveal table {
  font-size: .8em;
}
.reveal table td, .reveal table th {

  text-align: center;
}
.reveal table th {
  color: black;
  font-size: .8em;
  border-bottom: 3px solid;
}

.reveal table td {
  padding: .5em;
  font-size: .7em;
}

.reveal ul {
  font-size: 0.7em;
  line-height: 1.5;
}
