nav {
  width: 100%;
  height: 70px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

nav .brand-logo {
  position: absolute;
  color: black;
  width: 70px;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 8px 0px 0px 12px;
  white-space: nowrap;
  transition: all .35s cubic-bezier(0.77,0.2,0.05,1.0);
}

nav .brand-logo h6 {
  color: black;
  letter-spacing: 0.25em;
  font-style: normal;
  font-weight: bold;
}

nav .brand-logo:hover {
  opacity: 1;
  color: #BCBCBC;
  text-decoration: none;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 22px 0px 0 0px;
  padding: 0;
}

nav ul a {
  position: relative;
  z-index: 2;
  font-size: .65rem;
  display: block;
  padding: 2px 7px;
  font-size: .9rem;
  padding-inline-end: .7rem;
}

.selectLang, .nav-dropdown {
  position: relative;
  z-index: 2;
  font-size: .65rem;
  display: block;
  padding: 2px 7px;
  font-size: .9rem;
}

nav li.translate2, .nav-dropdown {
  z-index: 2;
  padding: 2px 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  font-family: proxima-nova;
  font-weight: 700;
  font-size: .875rem;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in-out;
  Border: none;
} 

#user-dropdown {
  margin-left: 20px;
  margin-right: 20px;
}

nav ul.right {
  /* position: relative; */
  float: right;
}

ul.right:nth-child(6) {
  right: 100px;
}

ul.right:nth-child(5) {
  right: 100px;
}

ul.right:nth-child(4) {
  right: 100px;
}

ul.right:nth-child(3) {
  right: 100px;
}

ul.right:nth-child(2) {
  right: 100px;
}

ul.right:nth-child(1) {
  right: 100px;
}
