@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);

.reveal {
    font-family: "Source Serif Pro", "Lato", sans-serif;
    font-size: 25px;
    font-weight: normal;
    /*color: #657b83;*/
    color: black;
   }

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  /*color: #586e75;*/
  color: black;
  font-family: "Source Serif Pro", "League Gothic", Impact, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word; 
}

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

.reveal ul > li {
  margin: 0.5em;
  list-style-type: none;
}

.reveal ul > li li {
  font-size: 85%;
  margin: 0.25em;
}

  
.reveal .iframe-render{
    background-color: white;
    border: 2px solid black;
}


.reveal pre code {
  font-size: 1.5em;
  line-height: 1.15em;
}

.reveal .small code {
  font-size: 0.8em;
}