.footer-wrapper-flex{
  /*display: flex;
  flex-direction: column;*/
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}

.footer-menu{
  display: flex;
  flex-direction: column;
  grid-row-start: 1;
  grid-column-start: 1;
  margin-left: .5em;
}

.footer-menu-item{
  padding: 0;
  margin: 0;
  padding-left: .5em;
}

.footer-text{
  font-size: 0.85em;
  color: black;
}

.a-footer-menu{
  cursor: pointer;
  font-weight: 600;
  color: black;
}

.a-footer-menu:hover{
  background-color: var(--menu-highlight-color);
  color: var(--menu-highlight-text-color);
}

.footer-copy-right{
  grid-column-end: -1;
  grid-column-start: 1;
  grid-row-start: 2;
  justify-self: center;
  align-self: end;
}

.footer-site-name-primary{
  text-align: center;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: medium;
}

.footer-menu-header h4{
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-menu-header figure{
  padding: 0;
  margin: 0;
  width: 10rem;
  margin-bottom: .5rem;
}
