/* Footer */
.footer {
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
}
.footer p {
  padding: 0;
}
.footer,
.footer a {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}
.footer a {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.footer a:last-of-type {
  border: none;
}
.footer a:hover {
  color: #747474;
}
