body {
  font-family: 'Noto Sans', sans-serif;
  /* margin-left: auto;
  margin-right: auto;
  width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  /* width: 1100px;s */
}
hr {
    display: none;
    /* border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); */
}

a p {
  color: #3273dc;
}

a p:hover {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}


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

.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;
    padding-top: 20px;
    padding-bottom: 20px;
    /* font-size: 1.5em; */
}

.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;
  /* text-align: center; */
  
}

.author-block p {
  text-align: center;
  line-height: 1.0;
}

.publication-banner img {
}

.publication-authors a{
 
}

.publication-authors img {
    width: 16%;
    border-radius: 100%;
    /* float: left; */
}

.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 img {
  width: 80%;
  /* height: auto; */
  margin: auto;
  display:block;
}

.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;
}
/* new stuff */



/* .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 1000px;
  text-align: center;
} */

.col-6 {
  width: 16%;
  float: left;
}

.col-5 {
  width: 20%;
  float: left;
}

.col-4 {
  width: 25%;
  float: left;
}

.col-3 {
  width: 33%;
  float: left;
}

.col-2 {
  width: 50%;
  float: left;
}

.author-row p {
  text-align: center;
  line-height: 1.0;
}

.author-row img {
  width: 80%;
  border-radius: 100%;
  /* ensure image height and width are the same */
}
/* .author-row {
  font-size: 0;
} */

.author-row,
.affil-row {
  overflow: auto;
  margin-top: 5px;
  padding: 5px;
}



.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
figure img {
  width: 60%;
  height: auto;
}

/* .title.is-1 {
  font-size: 2.5em;
} */
