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

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

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

.dnerf {
  font-variant: small-caps;
}

.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 {
    color: #555;
    margin-bottom: 0.5rem;
}

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

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

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px !important;
}

.publication-banner {
  max-height: 100%;
  border-radius: 10px !important;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    margin-bottom: 0;
}

.publication-authors {
    line-height: 1.5;
}

.publication-venue {
    color: #555;
    margin-bottom: 1rem;
}

.publication-awards {
    color: #ff3860;
    margin-bottom: 1rem;
}

.publication-authors sup {
    color: #888;
}

.publication-authors .author-block {
    white-space: nowrap;
}

.publication-banner img {
}

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

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

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

.publication-banner video {
    object-fit: cover;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}

.interpolation-panel .interpolation-header {
  text-align: center;
  margin-bottom: 20px;
}

.js-video {
  object-fit: cover;
}

.interpolation-video-column {
}

.interpolation-video-column video {
  border-radius: 5px;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.content video {
  border-radius: 8px;
}

.content .video-compare-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1px;
  height: 0;
  overflow: hidden;
}

.video-compare-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-compare-container .video-compare-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.video-compare-container .video-compare-overlay video {
  width: 200%;
}

.twenty-twenty-wrapper {
  line-height: 0;
}

.twenty-twenty-wrapper img {
  max-width: 100%;
  height: auto;
}

.hero.is-light .hero-body {
  background-color: #fafafa;
}

#teaser {
  border-radius: 10px;
}

.results-carousel {
  overflow: hidden;
}

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

.results-carousel video {
  margin: 0;
}

.bulma-carousel-nav-left, .bulma-carousel-nav-right {
  background-color: rgba(0, 0, 0, 0.05);
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.has-text-centered .content p {
  text-align: center;
}

.content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto 20px auto;
}

.title.is-3 {
  margin-bottom: 1.5rem !important;
}

.section {
  padding: 3rem 1.5rem;
}

.hero-body {
  padding: 3rem 1.5rem 6rem;
}

.publication-links .link-block {
  margin-right: 10px;
  margin-bottom: 10px;
}

.button.is-normal.is-rounded.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.button.is-normal.is-rounded.is-dark:hover {
  background-color: #292929;
  border-color: #292929;
}

pre {
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
  border-radius: 6px;
}

code {
  background-color: #f5f5f5;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
  border-radius: 4px;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}