nav.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
  color: #c5c5ca;
  font-size: 19px;
}

nav.navbar-light .navbar-nav .nav-link:hover, nav.navbar-light .navbar-nav .nav-link.active {
  color: #0b2d71;
}

nav.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #0b2d71;
}

nav.navbar-light .link-stem-zone button {
  background-color: #009DD9;
  color: white;
  font-weight: bold;
}

nav.navbar-light .link-stem-zone button:hover {
  background-color: #0B2D71;
}

body {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

body#elementActivity {
  background-color: #711B00;
}

body#xrayActivity {
  background-color: #E5601F;
}

body#mazeActivity {
  background-color: #58001C;
}

body#gravityActivity {
  background-color: #E5601F;
}

body#quizActivity {
  background-color: #0B2D71;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.bg-blue {
  background-color: #0066B2;
  color: white;
}

.bg-light-blue {
  background-color: #009DD9;
  color: #0066B2;
}

.bg-light-blue.text-light {
  color: white;
}

.btn-dark-blue {
  background-color: #0066B2;
  color: white;
}

.btn-dark-blue:hover {
  background-color: white;
  color: #0066B2;
}

.btn-light-blue {
  background-color: #009DD9;
  color: white;
}

.btn-light-blue:hover {
  background-color: white;
  color: #009DD9;
}

.stem-info .row {
  background-color: #ededee;
  color: #711B00;
}

.stem-info .row .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.stem-info .row p {
  font-size: 1.2em;
}

canvas {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=global.css.map */