footer {
  margin: 80px 0;
  color: #fff;
  text-align: center;
}
footer .smallText {
  font-weight: 700;
  text-transform: uppercase;
}
footer .smallText a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .smallText a:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=footer.css.map */