/* ##### Footer - Dark Theme ##### */

footer.astro-footer {
  padding: 40px 0px 30px 0px;
  background-color: #1a1d26;
  border-top: 1px solid #404552;
}

footer.astro-footer ul.social-icon-list {
  margin-bottom: 30px;
}

footer.astro-footer ul.social-icon-list > li {
  display: inline-block;
}

footer.astro-footer ul.social-icon-list > li > a {
  display: block;
  float: left;
  padding: 0px 12px;
  color: #b8bcc5;
  transition: all 0.3s ease;
}

footer.astro-footer ul.social-icon-list > li > a:hover {
  color: #5bb5e8;
  transform: translateY(-3px);
}

footer.astro-footer ul.social-icon-list > li > a > i {
  font-size: 35px;
}

footer.astro-footer .copyright p {
  color: #8a8f9a;
  font-size: 14px;
}

footer.astro-footer .copyright a {
  color: #5bb5e8;
}

footer.astro-footer .copyright a:hover {
  color: #ffffff;
}
