footer {
  /*height: 60px;*/
  border-top: 1px solid #ddd;
}

footer h4 {
  color: #fff;
  font-weight: bold;
}

.footer-top {
  padding: 25px 0 20px 0;
  color: #777;
  background-color: #263238;
}

.footer-top ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-top a {
  color: #fff;
  transition: all 0.2s ease 0s;
}

.footer-top a:hover {
  color: #999;
  text-decoration: none;
}

.footer-bottom {
  background-color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
