/* ==========================================================================
  footer
========================================================================== */
footer {
  padding: 100px 5% 20px;
}

@media (max-width: 1040px) {
  footer {
    text-align: center;
    padding: 50px 5% 30px;
    display: block;
  }
}

footer .footer__contact {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #282828;
  color: #fff;
  font-size: 60px;
  padding: 20px 0;
  margin-bottom: 80px;
  text-decoration: underline;
}

@media (max-width: 1040px) {
  footer .footer__contact {
    font-size: 50px;
    margin-bottom: 50px;
    padding: 20px 0;
  }
}

footer .footer__copy {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1040px) {
  footer .footer__copy {
    font-size: 15px;
  }
}
