.nav-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 3em 0 auto;
  padding-bottom: 30px;
}


ul {
  font-family: Inconsolata;
  font-size: 1.5rem;
}

a {
  margin: 0 auto;
  color: black;
}

.footerLinks {
  padding-top: 2em;
  display: flex;
  flex-direction: row;
}

li {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  text-align: center;
  min-width: 15 rem;
}


.logo {
  align-items: center;
  justify-content: flex-start;
}



/*@media (max-width: 50 rem) {
  .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 30 rem;
    overflow: wrap;
    margin: 0 auto;
  }

}
