footer {
  padding: 0.2em 0 0 0.8em;
}

footer ul {
  position: fixed;
  right: 0.4em;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

footer a {
  font-size: 0.7em;
  padding: 0 1.6em 0 0;
  text-decoration: none;
  color: #222222;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: red; 
  font-weight: 800;
}

@media (min-width: 48em) {
  footer {
    background-color: mediumseagreen;
    padding: 0.2em 0 0.6em .6em;
    font-size: 1.4em;
    font-weight: 800;
  }
  footer a {
    color: white;
  }
  footer ul {
      position: relative;
    left: 0.4em;
  }
}

/* vim:set lines=64 columns=54: */
