/*************************************************
 *  Hugo Academic: an academic theme for Hugo.
 *  Designed by @GeorgeCushen.
 *  https://github.com/gcushen/hugo-academic
 **************************************************/
/*************************************************
 *  Hero Widget
 **************************************************/

.hero-overlay {
  padding: 3em 0;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: intro 0.3s both;
  animation-delay: 0s;
  animation-delay: 0.25s;
}

.hero-title {
  font-size: 2.7rem;
  margin-top: 0;
  line-height: 1;
}

.hero-lead {
  max-width: 768px;
  font-size: 1.1rem;
}

.hero-overlay .hero-title,
.hero-overlay .hero-lead,
.hero-overlay .btn {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.hero-overlay a {
  color: #fff;
}

.hero-overlay .hero-lead a {
  color: #fff;
  text-decoration-line: underline;
}

.hero-overlay .btn-lg {
  font-size: 1.1rem;
}

/*************************************************
 *  Page content style
 **************************************************/

.bio-container {
  /*max-width: 1000px;*/
  padding: 40px 20px 0 20px;
  margin: 0 auto 0 auto;
}
/*************************************************
 *  People Widget
 **************************************************/

ul.ul-people li {
  font-size: 0.9rem;
}
