body {
  font-family: 'Noto Sans', sans-serif;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

/* Rounded corners on all inline videos. */
video {
  border-radius: 10px;
}

/* Hero with a whited-out background video behind the title. */
.hero-video-bg {
  position: relative;
  overflow: hidden;
}

.hero-video-bg > video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 0;
  z-index: 0;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
}

.hero-video-bg .hero-body {
  position: relative;
  z-index: 2;
  /* Extra top padding pushes the title down; the total padding sets how
     much vertical space the background video gets. */
  padding-top: 14rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 768px) {
  .hero-video-bg .hero-body {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
