ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primnav expand:hover, .primnav li a:hover {
  background-color: #ccc;
}
.primnav {
  border-right: solid 1px;
  position: fixed;
  height: 58px;
  width: 100vw;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #bbb;
  display: flex;
  flex-direction: column;
  transition: height 246ms 0.5s ease;
  padding-top: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.primnav > ul {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 5px;
}
.primnav li {
  font-weight: 400;
  position: relative;
}
.primnav li .tag {
  background-color: #bbb;
  color: #e6e6e6;
  padding: 0 0.5em;
  border-radius: 2em;
  margin-left: auto;
  margin-right: 0.75em;
}
.primnav li a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
.primnav li a:hover {
  color: #000;
}
.primnav .icon {
  height: 10px;
  flex-shrink: 0;
  width: 20px;
  padding: 13px;
  margin-right: 30px;
  padding-bottom: 25px;
  padding-top: 0;
  margin-top: 5px;
  color: #000;
  font-size: 25px;
}
.secnav {
  margin-left: 63px;
  border-left: 1px solid #000;
  border-left-color: #000;
  overflow: hidden;
}
.secnav li {
  color: #e6e6e6;
  max-height: 100px;
  transition: max-height 0.1s;
}
.secnav li a {
  text-transform: initial;
  display: block;
  color: #000;
}
.features {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}
.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.tabs {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  position: fixed;
  top: 58px;
  left: 0;
  background-color: #007ee6;
  border-bottom: 1px solid #0062b3;
  width: 100vw;
  box-sizing: border-box;
}
.tabs > ul {
  display: flex;
  justify-content: space-around;
  overflow-x: auto;
  flex-wrap: wrap;
}
.tabs .tab {
  font-weight: 300;
  font-size: 0.7em;
  padding: 1em 0.75em;
  white-space: nowrap;
  flex-shrink: 0;
  display: block;
  color: #000;
  text-decoration: none;
}
.tabs .tab:hover {
  cursor: pointer;
}
main nav ::marker {
  display: none;
  color: #00000000;
}
i.icon.fa-solid.fa-truck.fa-flip-horizontal.text-lime {
  margin-left: 25px;
  margin-right: 5px;
}
.primnav li a {
  margin-left: -5px;
  padding-left: 5px;
  margin-bottom: 0.5rem;
}
.primnav {
  width: 4rem;
  height: 100vh;
}
i.icon.fa-solid.fa-truck.fa-flip-horizontal.text-success {
  margin-left: 1.9rem;
}
