/* Nav css */
nav {
  height: 100px;
}
nav a {
  display: block;
  color: black;
  background-color: white;
}
.nav-position {
  position: relative;
  top: 34px;
}

.nav-item a {
  width: 166px;
  text-align: center;
  font-size: 16px;
  min-height: 46px;
  letter-spacing: 0.1em;
  margin-left: 10px;
  font-family: (--bs-font-sans-serif);
}
.lang {
  width: 55px;
  margin-right: 10px;
}
#navbarCollapse ul {
  flex-direction: row;
}
#navbarCollapse a:hover {
  background-color: #fe0000;
  color: white;
}
.lang a:hover {
  background-color: #fe0000;
  color: white;
}
.navbar-brand {
  margin-left: 5px;
}
.clearfix {
  clear: both;
}
