
.reveal {
  background: url("../img/bg.png");
  background-position: bottom;
  background-size: 100vw;
  background-repeat: no-repeat;
}
.slides {
  width: 100vw;
}
.logo {
  width: 13vw;
  height: 10vh;
}
.logo-left {
  position: absolute;
  float: left;
  left: 30px;
  top: 30px;
  z-index: 1;
  opacity: 0.9;
}
.logo-right {
  position: absolute;
  float: right;
  right: 10px;
  top: 30px;
  z-index: 1;
  opacity: 0.8;
}
.font-normal {
  font-size: 1.5rem;
  line-height: 3rem;
}
.font-small {
  font-size: 1rem;
  line-height: 2rem;
}
.font-tiny {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.legend{
  font-size: 1rem;
  line-height: 2rem;
}
