.reveal h1.title {
  font-size: 170%;
}

.reveal .slides section .compressed-list li {
  margin-top: 0;
  margin-bottom: 0;
}

.reveal .slides section .no-bullet li {
  list-style-type: none;
}

.reveal div.backgrounds {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.reveal .slide-logo {
  height: 105px !important;
  width: 187px !important;
  max-width: unset !important;
  max-height: unset !important;
}

.reveal .columns.image-grid .column figure p {
  width: 200px;
  height: 200px;
}

.reveal .columns.image-grid .column figure p img {
  object-fit: contain;
  object-position: bottom;
}

.reveal .columns.image-grid .column figure figcaption {
  margin-top: 1em;
  text-align: center;
}

.reveal .r-stack.top-align {
   align-items: start;
   align-content: start;
}

.reveal .incremental-stack {
   margin-top: 3pt;
   margin-bottom: 3pt;
}


.scrollable {
  overflow-y: scroll;
}

table.dataframe {
  font-size: 50%;
}
