/* Footer styles */
#main-footer { background: #fafafa; border-top: 1px solid #eee; padding-top: 40px; color: #6b6b6b; }
#main-footer h4 { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--black-bg1); margin-bottom: 12px; }
#main-footer a { color: #6b6b6b; text-decoration: none; }
#main-footer a:hover { color: var(--black-bg1); }
#main-footer .copy { border-top: 1px solid rgba(0,0,0,0.05); padding-top: 18px; padding-bottom: 18px; }
@media (max-width: 767px) {
  #main-footer .text-end { text-align: left !important; }
}
