.courseDescription {
  font-size: 0.9rem;
  margin-left: 20px;
  -webkit-text-emphasis: 1;
  text-emphasis: 1;
  font-weight: 100;
  font-style: italic;
  display: none;
}

.courses {
  color: black;
  background-color: rgba(0, 0, 0, 0.32);
  /* background-image: none; */
  text-align: left !important;
  width: min(95vw, 900px) !important;
}

.courses strong {
  font-weight: 300 !important;
  color: black;
}

.courses h3 {
  font-weight: 400 !important;
  font-family: roboto;
  color: black;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.courses i {
  cursor: pointer;
  color: black;
}

.small {
  font-size: 1rem;
  color: black;
}

.hidden,
#builtEnvironment,
#psychology,
#lighting,
#research,
#marketing {
  display: none;
} /*# sourceMappingURL=coursesTaken.css.map */
