html {
  scroll-behavior: smooth;
}

ul.main-menu li.menu-item {
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
ul.main-menu li.menu-item:not(:last-child) {
  margin-right: 20px;
}

ul.main-menu li a {
  color: black;
}

ul.sub-menu {
  list-style-type: none;
  display: none;
  position: relative;
  z-index: 1;
}

ul.sub-menu li {
  display: block;
  background-color: lightgrey;
  text-align: center;
}

ul.yearList li {
  display: block;
  width: inherit;
  float: left;
  margin-right: 10px;
}

/*div#opaqueOverlay
{
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: none;
}*/
ul.peopleList li {
  display: block;
  float: left;
  width: 25%;
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

ul.peopleList div.profile {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}

ul.peopleList div.profile:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

ul.peopleList div.profile div.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

ul.peopleList div.profile div.content img {
  width: 100%;
  height: auto;
}

div.bioBox {
  display: none;
  width: 30%;
  max-width: 100%;
  left: 35%;
  right: 35%;
  position: absolute;
  z-index: 1;
  background: lightgrey;
  padding: 10px;
  margin-top: 50px;
}

/*# sourceMappingURL=site.css.map */