/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 80%;
}

.person-block {
    /* background: #fafbfc; */
    border-radius: 12px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
    margin-bottom: 24px;
}
@media (max-width: 576px) {
    .person-block {
        padding: 1rem !important;
    }
}


/* Profile pics */
img#profiles {
  width: 150px;
  height: 150px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* Home page picture */
img#portrait {
  height: 180px;
  float: right;
}

/* Navigation bar table */
table#nav a {
  display: block;
  text-decoration: none;
  text-align: center;
}