/****************************************
* Footer
****************************************/

footer {
  background: #E4E4E4 url('/clibs/textures/embossed-paper.png');
  background-repeat: repeat;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #000000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
  font-family: Lato;
  text-transform: uppercase;
  text-align: center;
}

footer p,
footer li {
  color: #000000;
  font-size: 16px;
  text-align: center;
}

footer a {
  color: #9A1AC1;
  font-size: 16px;
  text-align: center;
}

footer a:hover,
footer a:active {
  color: #6F138B;
}

footer hr {
  border: none;
  border-top: 1px solid #6f6f6f;
}

footer .button {
  background: #9A1AC1;
  color: #ffffff;
}

footer .button:hover {
  background: #6F138B;
  color: #ffffff;
}

footer .seal,
footer .embed-map {
  display: none;
}

footer .social-media {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

footer .icon {
  font-size: 40px;
}

@media (min-width: 700px) {
  footer > .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }

  footer .social-media {
    justify-content: start;
  }

  footer h1,
  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6,
  footer p,
  footer li,
  footer a,
  footer a[href^=tel] {
    text-align: left;
  }
}

@media (min-width: 900px) {
  footer > .grid {
    grid-template-columns: auto 200px 1fr;
  }

  footer .embed-map {
    display: block;
    height: 100%;
  }
}

@media(min-width: 1200px) {
  footer > .grid {
    grid-template-columns: auto 200px 1fr 265px;
    grid-gap: 4rem;
  }

  footer .seal {
    display: block;
    position: relative;
  }

  footer .seal .content {
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translateX(-50%);
  }

  footer .seal img {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: -1.25rem auto 0 auto;
  }

  footer .seal .button {
    padding: .75rem .5rem;
  }
}
