.ed-footer {
  background-color: black;
  box-shadow: 0 50vh 0 50vh black;
  padding: 2em;
  text-align: center;
  margin-top:  50px;
  max-height: 60px;
  h3 {
    margin: 0.5em;
    color: white;

    &:first-child {
      margin-top: 0px;
      margin-bottom: 0.8em;
      padding-top: 1em;
    }
  }

  a,
  a:link,
  a:visited {
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-decoration: underline;
  }

  p {
    margin-bottom: 0;
    color: white;
  }

  ul li {
    display: inline;
    padding: 0 0.5em;
    font-size: 1em;
    color: white;
  }
}