@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

body {
  background: #292F35;
  color: #ecf0f1;
}

.reveal .slides>section, .reveal .slides>section>section{
  line-height: 1.6em;
}

code {
  background: rgba(0,0,0,0.25);
}

.reveal li {
  font-weight: 300;
}

.reveal h2, strong {
  color: #e7ad52;
}

.reveal h2, .reveal h3{
  font-weight: 800;
  margin-bottom: 1em;  
}

.reveal pre{
  box-shadow: none;
}

.reveal pre code{
  padding: 20px;
  background: rgba(255,255,255,0.05);
  max-height: 540px;
  word-wrap: break-word;
}