footer {
  text-align: center;
  border-top: 2px solid rgba(51, 51, 51, 0.7);
}

.icons--social-media {
  margin: 0 2.5%;
  color: rgb(51, 51, 51);
}
.icons--social-media a img {
  transition: all 0.5s ease-in-out;
}
.icons--social-media a img:hover {
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 4px;
}

.footer--copyright {
  border-top: 2px solid rgba(51, 51, 51, 0.7);
}
.footer--copyright P {
  padding-bottom: 0;
  font-size: 0.75rem;
}
.footer--copyright P a {
  font-weight: bold;
  -webkit-text-decoration: 2px solid underline rgba(255, 0, 0, 0.7);
          text-decoration: 2px solid underline rgba(255, 0, 0, 0.7);
  text-underline-offset: 2px;
  transition: all 0.3s ease-in-out;
}
.footer--copyright P a:hover {
  -webkit-text-decoration: 2px solid underline rgba(51, 51, 51, 0.7);
          text-decoration: 2px solid underline rgba(51, 51, 51, 0.7);
}

@media screen and (min-width: 800px) {
  .icons--social-media a img {
    width: 36px;
    height: 36px;
  }
  .footer--copyright p {
    font-size: 0.875rem;
  }
}
.ptb-4 {
  padding: 40px 0;
}

.ptb-2 {
  padding: 20px 0;
}/*# sourceMappingURL=footer.css.map */