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


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

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

.external-link .icon svg {
    fill: white; /* Set the fill color of the SVG to white */
}


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


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

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

.badge {
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    /* //position: fixed;
    //z-index: 10; */
    margin-top: 1.0em;
    margin-left: -.5em;
    color: white;
    background-color: rgba(0,32,48,0.6);
    font-size: 1.7em;
}

.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;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    /*vertical-align: middle;*/
    /*horiz-align: center;*/
}

.results-carousel .item {
    margin: 5px;
    overflow: hidden;
    padding: 20px;
    font-size: 0;
    /*align-content: center;*/
    /*align-items: center;*/
    /*place-items: center;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*horiz-align: center;*/
    text-align: center;  /* Center text and inline elements horizontally */
    /*display: flex;*/
    /*justify-content: center;*/
}
.results-carousel img {
    max-height: 600px;
    height: auto;
}

.results-carousel video {
  margin: 0;
}

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

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



.algorithm-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
    /*width: 100%;*/
}

.algorithm {
    border: 2px solid #000;
    padding: 10px;
    margin: 10px;
    flex: 1 1 calc(50% - 40px); /* Adjusts the width to fit two algorithms side by side */
    box-sizing: border-box;
    min-width: 400px; /* Minimum width for an algorithm box */
    /*min-width: 40%;*/
    width: 40%;
}

.algorithm .title {
    font-weight: bold;
    font-size: medium;
}

.algorithm .bpcontent {
    padding: 0;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Courier New", Courier, monospace;
}

.algorithm .hrule {
    border-top: 1px solid #000;
    margin: 5px 0;
}

.algorithm .pcode {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Courier New", Courier, monospace;
}

.algorithm .comment {
    font-family: Arial, sans-serif;
    color: darkgreen;
}