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

.hero .hero-body {
  padding-bottom: 2rem;
}

.wildpose-section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.wildpose-section-title {
  margin-bottom: 1.5rem !important;
}

.wildpose-subsection-title {
  margin-bottom: 1rem !important;
}

.video-section {
  margin-top: 2.5rem;
}

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

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

.coming-soon-button {
    background-color: #8a8f98 !important;
    border-color: #8a8f98 !important;
    color: #fff !important;
    cursor: default;
    opacity: 0.85;
    pointer-events: none;
}

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


.teaser .hero-body {
  padding-top: 0.5rem;
  padding-bottom: 2.25rem;
}

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

.wildpose-tldr {
  margin-top: 1rem;
  line-height: 1.5;
}

.wildpose-teaser-image {
  width: 100%;
  border: 1px solid #e7edf3;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(31, 45, 61, 0.08);
  background: #fff;
}

.result-tabs {
  margin-bottom: 1.25rem;
}

.result-tabs li {
  cursor: pointer;
}

.result-tabs a {
  border-color: #d8e0e8 !important;
  color: #26394d;
}

.result-tabs li.is-active a {
  background-color: #2f6f9f !important;
  border-color: #2f6f9f !important;
  color: #fff !important;
}

.result-tab-content {
  margin-top: 1rem;
}

.result-video {
  display: block;
  width: 100%;
}

.result-summary {
  margin-top: 2.5rem;
  text-align: center;
}

.result-summary h3 {
  margin-bottom: 1rem;
}

.result-summary img {
  width: 100%;
}

.result-summary p {
  margin: 0.75rem auto 0;
  max-width: 900px;
  color: #555;
}

.method-image {
  width: 100%;
  border: 1px solid #e7edf3;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(31, 45, 61, 0.08);
  background: #fff;
}

.method-description {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

    overflow: hidden;
    border: 1px solid #e7edf3;
    border-radius: 12px !important;
    box-shadow: 0 10px 28px rgba(31, 45, 61, 0.08);
    background: #fff;
}

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