.footer {
   position: relative;
   padding:50px 0;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}
.footer ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}
.footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}
.footer ul a:hover {
  opacity:0.8;
}
.footer h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}