/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{
  border-top: 1px solid var(--border);
  padding: 32px 0;
  text-align: center;
  color: var(--text-3);
  font-size: .85rem;
}
.site-footer .company-info{ margin-bottom: 6px; color: var(--text-2); }
.site-footer a{ color: var(--text-1); text-decoration: none; }
.site-footer a:hover{ color: var(--red-400); }
