footer.footer {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
  line-height: 1.25;
  letter-spacing: 0.5px; }
  footer.footer .title {
    color: #ffffff;
    margin-bottom: 1rem; }
  footer.footer .contact {
    color: rgba(255, 255, 255, 0.5); }
    footer.footer .contact a {
      color: rgba(255, 255, 255, 0.5); }
    footer.footer .contact i.material-icons {
      font-size: 16px; }
  footer.footer .social {
    margin-top: 2rem;
    display: flex;
    gap: 1.2rem;
    align-items: center; }
    footer.footer .social a {
      text-decoration: none; }
    footer.footer .social img {
      height: 28px;
      width: 28px; }
  footer.footer #ig-images {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.5); }
    footer.footer #ig-images a {
      /*img {
        border-radius: 5px;
        width: 40%;
        max-width: 150px;
        margin: 0 1rem 1rem 1rem;
        @media (max-width: 1248px) {
          margin-right: 0rem;
        }

        @media (max-width: 991px) {
          max-width: 100%;
        }
        @media (max-width: 400px) {
          width: 35%;
        }
      }
      &:nth-child(odd) img {
        margin-left: 0;
      }
      &:nth-child(even) img {
        margin-right: 0;
      }

      @media (max-width: 991px) {
        &:nth-child(odd) img {
          text-align: right;
          margin-left: 1rem;
        }
        &:nth-child(even) img {
          text-align: left;
          margin-right: 1rem;
        }
      } */ }
      footer.footer #ig-images a:hover {
        opacity: 0.8; }
  footer.footer .bottom-row {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
    footer.footer .bottom-row ul {
      list-style-type: none; }
      footer.footer .bottom-row ul li {
        display: inline-block;
        margin: .5rem; }
        footer.footer .bottom-row ul li:first-child {
          margin-left: 0; }
        footer.footer .bottom-row ul li a {
          color: #ffffff;
          text-decoration: none; }
          footer.footer .bottom-row ul li a:hover {
            color: rgba(255, 255, 255, 0.5); }
    footer.footer .bottom-row .copyright {
      font-size: 12px;
      margin-top: 0.4rem;
      color: rgba(255, 255, 255, 0.75); }
      @media (max-width: 991px) {
        footer.footer .bottom-row .copyright {
          margin-top: 2rem; } }

/*# sourceMappingURL=footer.css.map */