/*
  Site-specific customizations on top of the Bootstrap/Jekyll theme.
*/

.navbar-brand img {
  max-height: 58px;
  width: 80px;
  object-fit: contain;
}

.nav-divider {
  color: #222;
  padding-left: 2px;
}

.follow-links .social-icon {
  color: #111;
}

.hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)),
    url("/assets/images/Background.jpg") center / cover no-repeat;
}

.hero p {
  font-size: 1.06rem;
}

.hero .intro {
  width: min(380px, 100%);
  height: min(380px, 76vw);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.layout-default .hero h1 {
  font-size: 2.5em;
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.publication-entry {
  border-bottom: 1px solid #eee;
  padding-bottom: 1.25rem;
}

.publication-entry:last-child {
  border-bottom: 0;
}

.archive-year {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-post .academic-list {
  margin-top: 1.5rem;
}

.article-post .academic-list__item {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.article-post .academic-list__item h2 {
  margin-top: 0;
  font-family: PT Serif, Georgia, serif;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  body {
    padding-top: 96px;
  }

  .hero {
    padding: 2rem;
  }

  .hero .text-right {
    text-align: center !important;
    margin-top: 2rem;
  }
}
