body {
  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-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;
}

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

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

.ratio {
  background-color:rgba(173, 216, 230, 0.2);
}

#footer_image {
  height: auto;
  display: block;
  margin: auto;
}

#background_neutralisation {
  height: 100%;
  display: block;
  margin: auto;
}




@media (min-width: 768px) {
  #background_neutralisation {
    width: 100%; /* Scale down on larger screens */
  }
}

@media (max-width: 768px) {
  #background_neutralisation {
    width: 95%; /* Scale up on smaller screens */
  }
  #footer_image {
    width: 100%; 
  }
}

.results-item {
  padding: 10px;
}
.results-item video {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: transform 0.2s;
}
.slider-pagination {
  padding: 0.15rem 1rem; 
}
.slider-navigation-next, .slider-navigation-previous {
  background-color: #4a4a4a;
  color: white;
  width: 35px;
  height: 35px;
}
.slider-navigation-next:hover, .slider-navigation-previous:hover {
  transform: scale(1.04);
  background-color: #7a7a7a;
}

.input-space {
  background-color: rgba(144, 238, 144, 0.2);
}
.embedding-space {
  background-color: rgba(173, 216, 230, 0.2);
}

th, td {
  text-align: center;
}

.math {
  font-family: 'Computer Modern', 'Latin Modern Math', 'Times New Roman', serif;
  font-style: italic;
}
.table-model-name {
  text-align: left;
  font-weight: bold;
}
video {
display: block;
opacity: 1 !important;
}


.model-content {
  display: none;
}

.model-content.active {
  display: table-row;
}
.table-container {
  overflow-x: auto;
}
.is-3, .is-4 {
  margin-bottom: 24px;
}

.band {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
	padding: 1em;
	text-align: center;
  color: #363636;
	background-color: #f5f5f5;
}

.section {
  padding-bottom: 3rem;
  padding-top: 0.5rem;
}

#chimp {
  padding-top: 1rem ;
}

.fg-video {
  border: solid #9999ff; 
  border-radius: 10px;
  border-width: 5px;
}

.bg-video {
  border: solid #ff6666; 
  border-radius: 10px;
  border-width: 5px;
}

.synthetic-bg {
  border: solid #a8a6a6; 
  border-radius: 10px;
  border-width: 5px;
}




.chart-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.plot {
  width: 48%;
  min-width: 300px;
  height: 500px;
}

.fg_text {
  text-decoration: underline;
  text-decoration-color: #9999ff;
}

.bg_text {
  text-decoration: underline;
  text-decoration-color: #ff6666;
}