.navbarspace{
  margin-top: 9vh;
  position: absolute;
  z-index: 0;
  background-color: #f7f7f7;
}

body{
  font-family: Muli, tahoma, sans-serif;
  background-color: #f7f7f7;
}

.school {
  text-align: center;
  height: 30vh;
  width: 100vw;
  display: table;
  margin: 0;
  color: #004d99;
  background-color: #f7f7f7;
  position: fixed;
  z-index: 1;
  border-bottom-style: solid;
  border-color: rgba(20,20,20,0.2);
  border-width: 0.2vh;
}

.school > h1 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.depts {
  text-align: center;
  list-style: none;
  padding: 0;
  margin-top: 30vh;
  width: 100vw;
  background-color: #f7f7f7;
}

.none {
  color:#bbb;
}

.good {
  color:#004d99;
}

.depts > li {
  min-height: 11vh;
  width: 90vw;
  margin-left: 5vw;
  text-decoration: none;
  border-bottom-style: solid;
  border-color: rgba(20,20,20,0.2);
  border-width: 0.2vh;
  font-size: 5vw;
  font-weight: bold;
  display: table;
}

.depts > li > a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
