/* css styles */
#title-slide .title {
  font-size: 1.8em;
}

.caption, figcaption {
  margin: auto;
  text-align: center;
}

.elevator-pitch {
  text-align: center;
}

.elevator-pitch hr {
  width: 50%;
  margin: auto;
}

.jupyter-orange {
  color: #F37636;
  font-weight: bold;
}

.evenly-spaced {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

h3 {
  opacity: 0.7;
}

section.smaller h3 {
  font-size: 1.55em !important;
}
