@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

html,body,td,th {
  background-color: #758b7e;
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 0.3em;
  margin-top: 1em;
}

.navbar {
  background-color: #232f20;
}

.navbar .navbar-nav .nav-link {
  color: #FFFFFF;
}

.nav-link {
  font-size: 1rem;
  font-family: 'Roboto Condensed', "Arial Narrow Bold", Verdana, sans-serif;
  font-weight: 400;
}

@media (min-width: 992px) {
  /* bigger menu on larger devices */
  .nav-link {
    font-size: 1.3rem;
  }
}

.footerlinks a {
  color: white;
  font-size: 2em;
}
.creds {
  color: white;
  font-size: 0.70em;
}
/*
* { outline: 1px red solid !important; visibility: visible !important }
*/
