body {
  font-family: "Georgia", serif;
  background-color: #faf6ee;
}

p {
  text-align: justify;
  hyphens: auto;
}

.navbar-brand {
  font-weight: bold;
}

.headshot {
  border-radius: 8px;
  max-width: 100%;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", sans-serif;
}

.paper-entry {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
}

.presented-placeholder {
  display: block;
  color: #999;
  font-size: 0.85em;
  font-style: italic;
}

.contact-list {
  margin-top: 0.6em;
  font-size: 0.88em;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.45em;
}

.contact-row i {
  width: 1.1em;
  flex-shrink: 0;
  text-align: center;
  color: #555;
}

.contact-row a {
  color: inherit;
  text-decoration: none;
}

.contact-row a:hover {
  text-decoration: underline;
}
