nav ul> li:hover {
  background-color: rgba(255, 255, 0, 1);
}

nav ul li a:hover {
  color: black;
  transition-property: color;
  transition-duration: 0.25s;
}

#sidenav-overlay {
  z-index: 9
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Computer Modern Bright", sans-serif;
}

#nav-dropdown li {
  background-color: black;
}

#nav-dropdown li a {
  color: white;
  font-size: 14px;
}

.dropdown-trigger {
  
  color: white;
  background-color: black;
}

.stats-heading {
  font-family: 'Computer Modern Serif', serif;
}

#nav-dropdown li:hover {
  background-color: rgba(255, 255, 0, 1);
}
#nav-dropdown li a:hover {
  color: black;
  transition-property: color;
  transition-duration: 0.25s;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

main {
  flex: 1 0 auto;
}

.alert {
  color: red;
}

#admin-logout-btn {
  cursor: pointer;
}

.slider .indicators .indicator-item.active {
  background-color: #ffff00 !important;
}

textarea.materialize-textarea {
  min-height: 6rem;
}

.update-link:hover {
  background: rgba(208, 208, 208, 0.5);
}

.material-icons {
  display: inline-flex;
  vertical-align: bottom;
}

.parallax-container {
  height: 400px;
}

.update-link {
  transition: background 0.3s ease;
}