html {
  scroll-padding-top: 6rem;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar {
  display: none;
}

div {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 800px;
}

.section {
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
}

.with-bottom-border {
  border-bottom: 1px solid #eee;
}

p {
  text-align: left;
  padding: 0;
  margin: 0;
}

p.with-margin {
  margin-bottom: 2rem;
}

h1 {
  margin: 0;
  padding: 0;
}

.section-header {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 6rem;
}

ul.no-bullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
  text-align: left;
}

a {
  padding: 0;
  margin: 0;
  text-align: left;
}

/* a.sfu-link {
  color: #cc0633;
  text-decoration: underline;
}

a.sfu-link:hover {
  color: #a6192e;
  text-decoration: underline;
} */

li.list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

ol {
  padding: 0;
  margin: 0;
}

.custom-footer {
  padding: 3rem 0;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  margin-top: auto;
  width: 100%;
}

.person-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}

.person-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  max-width: 180px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

/* Larger than mobile */
@media (min-width: 650px) {
  body.home-page {
    padding-left: 15px;
  }

  .navbar {
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 6.5rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }

  .navbar-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6.5rem;
    line-height: 6.5rem;
  }

  .navbar-link {
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
  }

  .row {
    margin-top: 3rem;
  }

  .person-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}
