
/* Footer */
.footer {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #333;
  font-size: 12px;
  color: #aaa;
}

.footer a {
    color: #aaa;
    text-decoration: none;
}

.footer a:hover {
    color: #b8962e;
}