footer#colophon {
  background-color: #121212;
  /*border-top: 1px solid #ffffff;*/
  margin-top: 30px;
  padding-top: 30px;
}
footer#colophon h2 {
  color: #696969;
}
.footer-navigation {
  width: 100%;
}
.footer-navigation ul#footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer-navigation ul#footer-menu li {
  text-decoration: none;
  list-style: none;
  font-size: 1rem;
  margin-left: 35px;
}
.footer-navigation ul#footer-menu li a {
  color: #D8D8D8;
}
.footer-navigation ul#footer-menu li a:hover {
  color: #696969;
}
.footer-navigation ul#footer-menu ul { /* hide submenus */
  display: none;
}

/* mobile styles */
@media only screen and (max-width: 1006px) {
  footer#colophon h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  footer#colophon h2 {
    font-size: 1.3rem;
  }
}
