/**
 * @file
 * This file is used to style the main menu.
 */

.menu-footer {
  padding: 0;
}

.menu-footer__item {
  margin-bottom: 0.5em;
  list-style: none;
}

.menu-footer .menu-footer__link {
  text-decoration: none;
  color: #fff;
  background-color: inherit;
  font-weight: 700;
}

.menu-footer .menu-footer__link:active,
.menu-footer .menu-footer__link:focus,
.menu-footer .menu-footer__link:hover {
  text-decoration: underline;
  outline-color: #fff;
  background-color: #000;
}
