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


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

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

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


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

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


.publication-banner {
  max-height: parent;

}

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



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

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

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

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


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

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

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




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



.column.is-one-third {
  margin-bottom: 20px; /* Adjust the margin-bottom value */
}

.columns .column {
  margin-bottom: 20px; /* Adjust the margin-bottom value */
}

.title.is-5 {
  margin-top: 10px; /* Adjust the margin-top value */
}

/* Additional styling for the columns */
.columns .column {
  border: 0px solid #ddd;
  padding: 15px;
  border-radius: 10px;
}

.columns .column:hover {
  background-color: #ffffff;
}



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

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



.column.is-four-fifths .title {
  margin-bottom: 15px; /* Adjust the margin-bottom value */
}

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

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

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

#conditionButtons {
  margin-bottom: 20px;
}

.conditionButton {
  font-size: 16px;
  margin: 5px;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.modelButton {
  font-size: 14px;
  margin: 5px;
  padding: 8px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.conditionButton:hover,
.selectedCondition {
  background-color: #ddd;
}


.modelButton:hover,
.selectedModel {
  background-color: #ddd;
}

.hidden {
  display: none;
}

#imageContainer {
  margin-top: 25px;
}

