body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  overflow-x: scroll;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.navIcon {
  min-height: 25px;
  max-height: 25px;
  /*margin-top: 5px;*/
  filter: invert(99%) sepia(2%) saturate(844%) hue-rotate(221deg) brightness(119%) contrast(100%);
}

a.navLink:link { text-decoration: none !important; }
a.navLink:visited { text-decoration: none !important; }
a.navLink:hover { text-decoration: none !important; }
a.navLink:active { text-decoration: none !important; }

.navText {
  color: white;
  text-align: center;
}

.navActive {
  border-bottom: 5px solid white;
}

.navItem {
  /*overflow: hidden;*/
  min-width: 65px;
  /*max-width: 65px;*/
  font-size: .7rem;
}

.navItemSmall {
  background-color: #666666 !important;
  border: none !important;
}

@media (min-width: 430px) {
  .navLogo {
    height: 50px;
  }
}

@media (max-width: 429.98px) {
 .navLogo {
    width: 200px;
  }
}