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

img.invert {
   -webkit-filter: invert(1);
   filter: invert(1);
}

.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;
}

.zoom-container .column {
  padding: 0;
  font-size: 0;
  background: #000;
  background-color: #fff;
}

.zoom-container canvas {
  width: 100%;
  background-color: #fff;
}

.zoom-gt-container {
  padding: 0;
  border: 1px solid #000;
  background-color: #fff;
}

.zoom-gt-img {
  display: none;
}

.zoom-lens {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.zoom-lens:first-child {
  border-top: 1px solid #000;
}

.publication-title {
}

.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
}

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

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

.publication-venue {
    margin-top: 0.5em;
    font-family: 'Google Sans', sans-serif;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

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

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

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

/* Vertical spacing between title, authors, and affiliations */
.publication-title {
  margin-bottom: 0.8em;
}

.publication-affiliations {
  margin-top: 0.8em;
}

/* Keep affiliations on one line */
.publication-affiliations .author-block {
  display: inline-block;
  margin: 0.1em 0.4em;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

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

.publication-body img {
}

.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;
}


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

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

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

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

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

.video-comparison {
  font-size: 0;
}

.label-columns > .column {
  padding: 0.1em;
  padding-bottom: 0.5em;
  font-size: 1.3em;
}

.tabs-widget > .tabs-content > div {
  display: hidden;
}

.big-centered-video {
  display: block;
  margin: 0 auto;      /* center horizontally */
  width: 70%;          /* enlarge proportionally within container */
  height: auto;        /* keep aspect ratio */
}

.tabs.is-centered ul li + li {
  margin-left: 2.5rem;  /* adjust spacing as desired */
}

.big-centered-video {
  display: block;
  margin: 0 auto;      /* center horizontally */
  width: 75%;          /* enlarge proportionally within container */
  height: auto;        /* keep aspect ratio */
}

.extra-big-centered-video {
  display: block;
  margin: 0 auto;      /* center horizontally */
  width: 100%;          /* enlarge proportionally within container */
  height: auto;        /* keep aspect ratio */
}

.small-teaser-video {
  display: block;
  margin: 0 auto;
  width: 30%;   
  height: auto;
}

.tabs.compact-tabs ul li a {
  padding: 0.5rem 0.75rem;  /* smaller click area */
}

.tabs.compact-tabs ul li + li {
  margin-left: 0.75rem;      /* tighter spacing between tabs */
}

/* ---------------- sticky section nav ---------------- */

body {
  padding-top: 3.25rem;   /* clear the fixed navbar */
}

.site-nav {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.site-nav .navbar-menu {
  box-shadow: none;
  background: transparent;
}

.site-nav-links {
  margin: 0 auto;          /* center the link row */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-nav-links .navbar-item {
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  color: #4a4a4a;
}

.site-nav-links .navbar-item:hover {
  color: hsl(204, 86%, 45%);
  background: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;   /* anchors clear the fixed navbar */
}

/* ---------------- title block ---------------- */

.publication-links {
  margin-top: 1.5em;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0.2em 0.15em;
}

.is-disabled-link {
  opacity: 0.45;
  pointer-events: none;
}

.tagline {
  margin-top: 1.5rem;
  color: #4a4a4a;
}

/* ---------------- section rhythm ---------------- */

.section-rule {
  max-width: 60rem;
  margin: 0 auto;
  background-color: #ececec;
  height: 1px;
}

.result-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.equation {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.5em 0;
}

/* ---------------- floated media (text wraps around) ---------------- */

.float-video {
  width: 50%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.float-video.float-right {
  float: right;
  margin-left: 1.5rem;
}

.float-video.float-left {
  float: left;
  margin-right: 1.5rem;
}

/* force the following content to start below the floated media */
.clear-float {
  clear: both;
}

/* on narrow screens, stop floating and go full width */
@media screen and (max-width: 768px) {
  .float-video,
  .float-video.float-right,
  .float-video.float-left {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------------- figures ---------------- */

.figure-block {
  margin: 2rem 0;
}

.figure-block img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* width modifiers: shrink the image within the centered figure */
.figure-block.is-narrow img { max-width: 60%; }
.figure-block.is-medium img { max-width: 80%; }

/* ---------------- asset placeholders ---------------- */

.placeholder {
  border: 2px dashed #c8c8c8;
  border-radius: 10px;
  background: repeating-linear-gradient(
    45deg, #fafafa, #fafafa 10px, #f4f4f4 10px, #f4f4f4 20px
  );
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-inner {
  padding: 2rem;
  max-width: 46rem;
  text-align: center;
  color: #6b6b6b;
  font-size: 0.95rem;
}

.placeholder-inner p {
  margin: 0 0 0.75em 0;
}

.placeholder-inner p:last-child {
  margin-bottom: 0;
}

.placeholder-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
  color: #8a8a8a;
}