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

.hero .hero-body {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.title.is-1 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.title.is-3 {
  font-size: 1.6rem;
}

.title.is-4 {
  font-size: 1.3rem;
}

.title.is-3,
.title.is-4 {
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 768px) {
  .title.is-1 {
    font-size: 1.8rem;
  }

  .title.is-3 {
    font-size: 1.35rem;
  }

  .title.is-4 {
    font-size: 1.15rem;
  }
}

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

.content p {
  margin-bottom: 0.75rem;
}

.columns {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.columns .column {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.sim-demo-video {
  width: 84%;
  max-width: 420px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sim-demo-video {
    width: 92%;
    max-width: 340px;
  }
}


.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: 2rem;
}

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


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

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

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

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

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

.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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}



