div.navContainer {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
div.navContainer nav.fixed {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
div.navContainer nav.fixed form.sort {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.navContainer nav.fixed form.sort div {
  height: auto;
  margin: 0 20px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div.navContainer nav.fixed form.sort div label {
  padding: 5px;
  font-size: 15px;
  color: white;
}
div.navContainer nav.fixed form.sort div select {
  font-size: 13px;
  padding: 1px 10px 1px 10px;
  cursor: pointer;
}
div.navContainer nav.fixed form.sort input {
  font-size: 13px;
  color: black;
  padding: 1px 10px 1px 10px;
  text-align: center;
  cursor: pointer;
}/*# sourceMappingURL=navbar.css.map */