/* Footer Section
********************************************************************* */

footer {
  padding: 5em 0;
  background: linear-gradient(to left, #464445, #232223);
}

footer h3 {
  color: #858585;
  margin: 0;
  text-align: left;
}

footer .info-btn {
  padding: 1rem 1.5rem;
  background: #464445;
  margin: 1em 0;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none !important;
}

footer a:hover, footer a:focus, footer a:active,
footer a:hover b, footer a:focus b, footer a:active b,
footer a:hover i, footer a:focus i, footer a:active i,
footer a:hover p, footer a:focus p, footer a:active p {
  color: #3D8BD6;
}

footer b {
  font-weight: 500;
}

footer i {
  margin-right: 0.5em;
}

footer .rights {
  color: #fff;
  margin-top: 3em;
  margin-bottom: 0;


@media (min-width: 768px) {
  footer .info-btn {
    padding: 1rem 2rem;
  }
}