.navbar.logo {
  margin-top: 2.5rem;
}

.navbar-brand.logo {
  align-items: center;
}

.navbar-item.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
}

.navbar-item.logo img {
  max-height: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.publication-title {
  font-family: 'Josefin Sans';
  font-weight: 600;
}

.publication-authors {
  font-family: 'Quicksand';
  font-weight: 600;
}

.equal-contribution {
  font-family: 'Quicksand';
  font-weight: 300;
}

.publication-institute {
  font-family: 'Quicksand';
  font-weight: 400;
}

.author-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content {
  font-family: 'Quicksand';
}

.lab-logo img {
  max-height: 60px;

}

.logo-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: top;
  color: #50549b;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}

.affiliation-num {
  font-size: 12px;
  margin-right: 40px;

}

.affiliation-num-right {
  font-size: 12px;

}

.tldr {
  font-family: 'Quicksand';
  font-size: 18px;
  text-align: center;
}

.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-keywords {
  color: #14274e;
  font-family: 'Quicksand';
}


.author-blocks {
  color: #50549b;
}

.author-blocks:hover {
  color: #9bb4c2;
}

.link-blocks {
  margin-top: 1rem;
}

.link-button {
  color: #f5f5f5;
  background-color: #143163;
  border-color: #143163;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.5rem;
}

.link-button-disabled {
  color: #f5f5f5;
  background-color: #949494;
  border-color: #949494;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.5rem;
}

.link-button:hover {
  color: #f5f5f5;
  background-color: #143163;
  border-color: #143163;
}

.bibtex-box {
  background-color: #f5f5f5;
  font-family: "Roboto Mono", monospace;
  max-width: 950px;
  margin: 0 auto;
}


.results_video {
  width: 14rem;
  margin: auto;
}

.results_image {
  width: 14rem;
  margin: auto;
}

.normal-text {
  font-family: 'Quicksand';
}

.caption {
  margin-top: -1.5rem
}

/* Make buttons, bibtex smaller only on mobile */
@media screen and (max-width: 768px) {
  .button.is-light {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
    min-width: auto;
    height: auto;
  }

  .button.is-light .icon {
    font-size: 0.6rem;
  }

  .bibtex-box {
    font-size: 0.8rem;
    padding: 0.8rem;
    margin: 0.5rem;
  }

  .bibtex-box pre {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  img {
    width: 100% !important;
    height: auto !important;
  }

  .results_video {
    width: 100% !important;
    margin: auto;
  }

  .results_image {
    width: 100% !important;
    margin: auto;
  }
}