#navigation {
  height: 131px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

#nav_contacts {
  background-color: var(--primary);
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

#nav_teamname {
  font-size: 24px;
  padding-left: 11px;
}

.nav-link {
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
}

.nav-expanded-sport {
  font-size: 16px;
}

#navbarCollapse {
  background-color: #fff;
  border-top: solid 1px #c7c7cc;
  border-bottom: solid 1px #c7c7cc;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 650px) {
  #nav_teamname {
    max-width: 230px;
  }
}

@media (max-width: 500px) {
  #nav_teamname {
    max-width: 170px;
  }
}
@media (max-width: 376px) {
  #nav_teamname {
    max-width: 150px;
  }
}

.white-circle {
  width: 24px;
  border-radius: 100%;
  margin-right: 10px;
}

.white-pill {
  border-radius: 20px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
}

.white-pill p {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.white-pill,
.white-circle {
  height: 24px;
  background-color: white;
  text-align: center;
  color: var(--primary);
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.white-pill:hover,
.white-circle:hover {
  transform: scale(1.1);
}

.no-zoom:hover {
  transform: none;
}
