/* ==============================
   Footer
============================== */
.footer {
  background: #222;
  color: #ccc;
  padding: 20px 0;
  text-align: center;
}

.footer a {
  color: #26729e;
  transition: color 0.3s;
}

.footer a:hover {
  color: #1e5a82;
}

.back-to-top i {
  font-size: 20px;
  color: #26729e;
}
