.reveal {
  font-size: 38px;
}

div.title {
  font-size: 2em;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: normal;
  color: orange;
}

.new-section .slide-background.present {
    background-color: #D4A71C;
}
section[data-state="new-section"] h2 {
  font-size: 2em;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  text-shadow: 0px 0px 8px #000000;
}

.topic .slide-background.present {
  background-color: #501d90;
}
section[data-state="topic"] h2 {
font-size: 2em;
padding-bottom: 20px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
/* border-top: 10px solid white; */
border-bottom: 20px solid white;
text-shadow: 0px 0px 8px #000000;
}

.reveal li > ul {
  font-size: 0.8em;
}
.reveal code {
  border: 1px solid #9191af;
  border-radius: 3px;
  color: #FFd700; 
  padding: 2px 4px;
  white-space: nowrap;
  background-color: #1f4463;
  font-size: 0.9em;
}
.reveal pre code {
  font-size: 1em;
  white-space: inherit;
  background-color: white;
  color: #333;
}
code.sourceCode {
  background-color: white;
}