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

.navbar {
  min-height: 4rem;
}

.navbar-brand {
  flex-grow: 1;
  justify-content: center;
}

.navbar-brand .site-logo {
  cursor: default;
  margin: 0 auto;
}

.navbar-brand img {
  max-height: 16rem;
  width: auto;
}

.publication-header .hero-body {
  padding-bottom: 2rem;
}

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

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

.author-block {
  display: inline-block;
  margin: 0 0.35rem;
}

.publication-affiliations,
.publication-notes {
  font-family: 'Google Sans', sans-serif;
  margin-top: 0.6rem;
}

.affiliation-block,
.note-block {
  display: inline-block;
  margin: 0 0.5rem;
}

.publication-notes {
  font-size: 0.95rem;
}

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

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

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

.teaser .title {
  margin-bottom: 1.25rem;
}

.teaser video,
.result-video video {
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: block;
  height: auto;
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.result-video video {
  max-width: 720px;
}

.project-section {
  margin-bottom: 3rem;
}

.publication-body img {
  border-radius: 8px;
  max-width: 100%;
}

.publication-body .image {
  margin-top: 1rem;
}

.result-grid {
  align-items: center;
  margin-top: 0.75rem;
}

.result-grid .image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.result-grid img {
  width: 100%;
}

.single-step-grid .image {
  height: 276px;
}

.single-step-grid img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

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

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

  .author-block,
  .affiliation-block,
  .note-block {
    margin: 0 0.25rem;
  }

  .single-step-grid .image {
    height: auto;
  }

  .single-step-grid img {
    height: auto;
    width: 100%;
  }
}
