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

.section-white {
  background-color: #ffffff;
}

.section-light-gray {
  background-color: #f8f9fa;
}

.section-light-blue {
  background-color: #f0f8ff;
}

.section-light-green {
  background-color: #f0fff0;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

.publication-authors sup .fa-envelope {
  font-size: 0.72rem;
  margin-left: 0.12rem;
}

.publication-venue {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: -0.25rem 0 1.25rem;
}

.corresponding-authors {
  color: #555555;
}

.corresponding-authors .icon {
  font-size: 0.85rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.author-block {
  display: inline-block;
  margin-right: 0.5rem;
}

.publication-links {
  margin-top: 0.5rem;
}

.link-block {
  display: inline-block;
  margin: 0.25rem;
}

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

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

.section {
  display: block;
  width: 100%;
  clear: both;
}

.section-heading {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.abstract-text {
  max-width: 80%;
  margin: 0 auto;
}

.paper-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.result-image {
  max-width: 920px;
}

.footer {
  padding: 2.5rem 1.5rem;
}

pre {
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2rem;
  }

  .abstract-text {
    max-width: 100%;
  }
}
