footer {
  height: auto;
  background: #202020;
  color: #fff;
  font-size: 13px;
  font-family: 'Exo_2', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
footer p, footer a {
  color: #fff;
}
footer a:hover {
  color: #dc911e;
}
@media only screen and (min-width: 767px) {
  footer {
    height: auto;
  }
  footer p {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
}
footer #topFooter #topFooterTitle {
  max-width: 300px;
  margin-bottom: 20px;
}

footer #topFooter .topFooterRight .fas {
  padding-right: 8px;
}
footer #bottomFooter {
  background: #323232;
  min-height: 35px;
  line-height: 33px;
}
footer #bottomFooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #bottomFooter ul li {
  flex-grow: 0;
}

footer h2 {
  color: #fff !important;
}