
ul, li {
  text-align: left;
  line-height: 2rem;
  font-weight: 300;
}

h3 {
  margin: 1rem 0;
}

.lead {
  font-size: 30px;
}

.text-body-secondary {
  text-align: left;
  font-size: 22px;
}

figcaption {
  font-style: italic;
  font-size: 14px;
}

.header {
  width: 100%;
  height: auto;
  max-width: 1320px;
  border-radius: .5em;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

img.embedded {
  border-radius: .5em;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

a.external-link {
  background-image: url(../svg/external-link.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  padding-right: 1rem;
}

.profile-card .quote {
  text-align: left;
  padding: 0 2rem 2rem 2rem;
}

.profile-card .info {
  list-style-type: none;
  font-size: 20px;
}

.studies th:first-child {
  width: 95%;
}

#pills-tab {
  border: solid 1px #dee2e6;
  border-radius: var(--bs-border-radius);
}
/* .nav-pills .nav-link:not(.active):hover {
  background-color: var(--bs-nav-pills-link-active-bg);
} */