body {
  font-family: 'DM Sans', 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

pre, code, kbd, samp {
  font-family: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


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

.action-item a {
    margin-top: 5px;
    margin-bottom: 5px;
}

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


.lead-banner .hero-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* Reduce extra space below masthead hero */
.masthead-hero .hero-body {
  padding-bottom: 1.5rem; /* Bulma default section spacing feel */
}

.lead-banner {
  font-family: 'DM Sans', 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}


.project-title {}

.media-strip {
  max-height: parent;

}

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

.byline {}

.headline {
    font-family: 'DM Sans', 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.byline {
    font-family: 'DM Sans', 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

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

.highlight-badge {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.byline {}

.byline a {
   color: #ff6937 !important;
}

.byline a:hover {
    text-decoration: underline;
}

.byline-item {
  display: inline-block;
}

.media-strip img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.video-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-body img {
}

.result-gallery {
  overflow: hidden;
}

.result-gallery .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.result-gallery video {
  margin: 0;
}


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

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

.morph-video-col {
}

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

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

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

/* Abstract background card */
.summary-card {
  background-color: #ffd5c4;
  border-radius: 12px;
  padding: 1.25rem;
}

/* Global link color */
a {
  color: #ff6937;
}

a:visited {
  color: #ff6937;
}

/* TODO highlight */
.todo {
  color: #ff1744;
  font-weight: 700;
}
