.footer {
  background-image: bg-h(lighten($color-alpha, 40%));
  color: $color-alpha;
  font-family: sans-serif;
  font-size: ms(-5);
  margin-top: rem(20px);
  text-align: center;

  &:not(:empty) {
    padding: rem(5px);
  }

  p {
    margin: rem(10px) 0;
  }
}

// .footer {
//   padding: 6px;
//   background-image: radial-gradient(
//     circle at center bottom,
//     transparentize($color-alpha, .25),
//     transparentize($color2, .25)
//   );
// }

// .footer-logo__image {
//   display: block;
//   margin-left: auto;
//   margin-right: auto;
//   border-radius: 50%;
//   background-color: $color-beta;
//   padding: 6px;
//   margin-bottom: 6px;
//   position: relative;
//   z-index: 1;

//   @include mq($from: mobile) {
//     margin-top: -30px;
//   }
// }

// .copyright {
//   font-size: ms(-3);
//   padding: 3px;
//   text-align: center;
//   color: $color-beta;
// }
