.stack > h4, .footnote p {
  font-size: small;
}

.smaller .sourceCode {
  margin: 0.5em;
}

.sourceCode code, .reveal div .smaller{
  font-size: smaller;
  line-height: normal;
}

.reveal pre code {
  background-color: whitesmoke;
  max-height: 60vh;
}

.reveal code {
  background-color: beige;
}

.stack .present + h4{
  visibility: hidden;
}

.reveal section img {
  border: none;
  box-shadow: none;
  max-height: 95vh;
}

.logo {
  height: 20vh;
}

subtitle {
  font-size: 2em;
}

#title-slide .date {
  font-size: larger;
  font-weight: bold;
}

#title-slide h1 {
  font-size: 1.5em;
}

#title-slide .subtitle {
  background-color: grey;
  color: beige;
  font-size: larger;
  font-variant: all-small-caps;
  font-weight:  bold;
}

.text-muted {
    opacity: 0.5;
}

.hiddenbullet * {
  list-style-type:  none;
}