footer {
  background: #000;
  padding-top: 2em;
  font-family: 'Didact Gothic', sans-serif;
  color: #fcfcfc;
}

footer img {
  width: 220px;
}

.footer-main {
  padding: 1.5em 0 0 0;
  line-height: 1.4em;
}

.footer-main h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4em;
}

.footer-main h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}

.footer-main p {
  color: #949292;
  font-size: 0.8em;
}

.footer-main hr {
  width: 15%;
  margin: 1.3em 0 1.3em 0;
  border: 0.1em solid #fcfcfc;
}

.footer-main li a {
  color: #949292;
  font-size: 1.3em;
  line-height: 1.3em;
}

.columns-3 {
  width: 33.3%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-right: 2em;
}

.footer-bottom p {
  text-align: center;
  font-size: 0.8em;
  padding: 2em 0;
  width: 100%;
  line-height: 1.5em;
}

.footer-bottom a {
  color: #d4d4d4;
}

.f-contact {
  color: #fcfcfc;
  font-size: 1.1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  footer img {
    width: auto;
    display: block;
    margin: 2em auto 0 auto;
  }
  .columns-3 {
    width: 100%;
    padding: 2.3em;
  }
  .footer-main p {
    font-size: 1em;
  }
}
