@charset "UTF-8";

/* Specify black one white when printing */

:root {
  --site-text-color: black;
  --site-bg-color: white;
  --dropdown-text-color: black;
  --dropdown-bg-color: white;
}  

footer {
  font-size: 0.66em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.nav-bar {
  display: none;
}

.contact-header {
  display: block;
}

#nav-rule {
  display: none;
}

#sttButton {
  display: none;
}
