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

footer {
  background: #000000 url('/clibs/textures/rough-diagonal.png');
  background-repeat: ;
  background-size: ;
  background-position: ;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #ffffff;
  font: normal bold 22px/1em 'Barlow';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: ;
  text-align: center;
}

footer p,
footer li,
footer a[href^=tel] {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

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

footer a:hover,
footer a:active {
  color: #ffffff;
}

footer hr {
  border: none;
  border-top: 2px solid rgba(255,255,255,0.2);
}

footer .button {
  background: #74a8da;
  color: #ffffff;
  border: none;
}

footer .button:hover {
  background: #ffffff;
  color: #74a8da;
  border: ;
}

footer .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer .flex {
  display: flex;
  align-items: center;
}

footer .grid .flex > * {
  margin-bottom: 0;
  margin: 0 .5rem;
  padding: 0;
  display: block;
}

footer .grid a.button {
  margin-top: 0;
  padding: .5rem 1rem;
  display: block;
}

@media (max-width: 1475px) {
  footer .grid .flex {
    width: 100%;
    justify-content: center;
  }

  footer .grid .flex:nth-child(2) {
    margin-top: 1rem;
  }

  footer .grid .flex:nth-child(1) > :nth-child(6) {
    display: none;
  }
}

@media (max-width: 700px) {
  footer .grid {
    display: block;
    text-align: left;
  }

  footer .grid > * {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  footer .grid .flex:nth-child(1) > :nth-child(2),
  footer .grid .flex:nth-child(1) > :nth-child(4),
  footer .grid .flex:nth-child(1) > :nth-child(6),
  footer .grid .flex:nth-child(2) > :nth-child(2) {
    display: none;
  }

  footer .grid .flex:nth-child(2) {
    margin-top: 0;
  }

  footer .grid .flex > a.button {
    margin-top: 1rem;
  }
}