.site-footer {
  background: #eceef2;
  border-top: 1px solid #dde1e7;
  padding: 24px 0;
  text-align: center;
  font-size: 0.78rem;
  color: #888;
  line-height: 2;
}

.site-footer a {
  color: #888;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.2s;
}

.site-footer a:hover { color: #555; }

.site-footer img {
  vertical-align: middle;
  margin-right: 4px;
  opacity: 0.7;
}
