footer {
  margin: 0;
  padding: 0;

  width: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  align-items: center;

  color: #FFF;
}

footer a {
  color: #FFF;
}

.Footer {
  max-width: 1000px;
  width: 100%;
  margin: auto;

  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  padding: 20px;
}

.Footerwrapper {
  width: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  list-style: none;

  align-items: top;

  justify-content: space-between;
}

.Footerwrapper ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
