.nav-item-links{
  display: flex;
  flex-direction: row;
  background-color: aqua;
  align-items: center;
  justify-content: center;
}

.nav-item-col{
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: beige;
}

.button-bottom-bar{
  border: 0px;
  color: grey;
}

.button-bottom-bar:hover{
  border: 0px;
  color: grey;
  background-color:  none !important;
  text-decoration: none;
}