/* footer */
.logo-footer {
  font-size: 1rem;
  font-weight: 700;
}
footer {
  box-shadow: 1px 2px 6px 2px #aaa;
}
/* dark */
footer.sticky-footer {
  padding: 2rem 0 1rem;
}
footer {
  background-color: #222;
  font-size: 0.8rem;
  color: white;
}
footer a {
  color: #ffffff;
  font-size: 0.8rem;
}
footer .svg-inline--fa {
  font-size: 1.2rem;
  margin: 7px;
}
footer .footer-policy a {
  font-size: 0.7rem;
}
footer a:hover {
  color: #e4e4e4;
  text-decoration: none;
}
footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
}
footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}
body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}
