.navigation-menu__base {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}

.navigation-menu__container {
  font-size: 0;
  position: relative;
  display: flex;
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.navigation-menu__option {
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 1rem;
  outline: 0;
  padding: 0.95rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
