html {
  font-family: Roboto, sans-serif;
}

body {
  min-height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  position: relative;
}

#banner-component {
  position: fixed;
  background-color: #fff;
  height: 5vh;
  width: 100vw;
  border-bottom: 3px solid #0d59a9;
  z-index: 99;
}

#banner-component p {
  color: #0d59a9;
  font-size: 1.3em;
  margin: 0;
  line-height: 5vh;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
}

/* ---------- List loader and filter button ------------- */

#nav-component {
  height: 6vh;
  position: fixed;
  top: 7vh;
  margin-bottom: 0.5rem;
}

#top-component {
  position: fixed;
  top: 14vh;
  height: 25vh;
  z-index: 99999;
}

#bottom-component {
  top: 60vh;
  position: fixed;
  transform: translateX(-40em);
  transition: all 0.5s ease-in-out;
  max-height: 70vh;
}