
footer{
  height: var(--footer);
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid black;
  background-color: transparent;
	}

  
.wrapper-footer
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lifooter li{
  display: inline;
}

.highlight {
color: var(--royalPurple);
font-weight: bold;
}

.li-divider
{
  padding: 0 2px;
}
