a {
  text-decoration: none;
  /*color: rgba(150, 214, 255, 1);
  */
  color: black;
}
a:hover {
  text-decoration: underline;
  /*
  color: rgba(150, 214, 255, 1);
  */
}

.cyan {
  /*
  background-color: rgba(30, 108, 147, 1);
  */
  background-color: #005a64;
}
.offwhite {
  color: #f8f8f8;
}
.footer {
  box-shadow: 0 50vh 0 50vh #000;
}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

p {
  padding-bottom: 2em;
}

.logo {
  width: 1.1em;
  height: auto;
}
h2 {
  color: #67686b;
}

@media screen and (max-width: 800px) {
  div.example {
    display: none;
  }
}
