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

h1.title,
h2.title,
h3.title,
h2.subtitle,
h3.subtitle {
  text-align: center;
  font-family: 'Google Sans', sans-serif;
}

.publication-title,
.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-links {
  margin-top: 1.25rem;
}

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

/* TL;DR line under the buttons in the hero. */
.tldr {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.5;
}

/* Figure captions. */
.caption {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  line-height: 1.45;
}

.teaser-section {
  padding-top: 0;
}

/* Section rhythm: sections are tall by default in Bulma. */
.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

figure.image img,
figure.image video {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Qualitative examples carousel. */
.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0 0 8px 0;
}

.results-carousel .item img,
.results-carousel .item video {
  display: block;
  width: 100%;
  margin: 0;
}

.results-carousel .item .caption {
  padding: 8px 10px 0 10px;
  font-size: 0.8rem;
}

.footer {
  padding: 2rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .tldr {
    text-align: left;
  }
}
