body {
  top: 0px;
  margin-top: 0px; }

.navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9); }

.section.about {
  margin-top: 140px; }
  .section.about .section-subtitle {
    text-align: left; }

.section.team {
  line-height: 20px;
  margin-top: 100px; }
  .section.team .person {
    display: inline-block;
    margin: 0px 20px 20px; }
    .section.team .person .headshot {
      width: 200px;
      border-radius: 100px; }
    .section.team .person .name {
      font-weight: bold;
      font-size: 19px;
      display: inline-block;
      margin-top: 10px; }
    .section.team .person .title {
      font-size: 17px; }

.footer {
  margin-top: 200px; }
