#footerwrap {
  float: left;
  width: 100%;
  font-size: 90%;
  background: #333;
  border-footer: none;
  border-top: none;
  color: #555;
}
#footerwrap a {
  color: #fff;
}
#footerwrap a:hover {
  color: #B8D080;
  background: none;
}
#footerwrap ul li {
  float: left;
  margin: 0 3% 0 0;
}
#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
  color: #333;
}
#footerwrap .zen-container {
  background: #272B32;
  border-top: none;
  border-bottom: none;
  padding: 30px;
}
#zen-copyright {
  padding: 20px 0;
  float: right;
}
