footer {
    width: 100%;
    border-top: solid 5px #666;
    font-family: sans-serif;
  }
  footer h3 {
    color: #999;
    margin: 0px;
  }
  footer .ftr-top-half {
    background-color: #333;
    padding: 30px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
  }

  footer .ftr-content {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .ftr-top-half .ftr-block {
    margin: 0px 20px 10px 20px;
    width: calc(50% - 40px);
    min-width: 300px;
  }
  footer .ftr-top-half .ftr-block p {
    color: #ccc;
    display: flex;
    max-width: 500;
  }
  footer .ftr-top-half .ftr-icons-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer .ftr-top-half .ftr-icons-img img {
    margin-left: 20px;
    max-width: 60px;
  }
  footer .ftr-top-half .ftr-social-row {
    display: flex;
    flex-direction: row;
  }
  footer .ftr-top-half .ftr-social-row .tmp-icon {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin: 4px;
  }
  footer .ftr-top-half .ftr-link-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
  }
  footer .ftr-top-half .ftr-link-columns ul {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 5px;
    line-height: 25px;
  }
  footer .ftr-top-half .ftr-link-columns a {
    color: white;
    text-decoration: none;
  }
  footer .ftr-essayons {
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: center;
  }
  footer .ftr-essayons img {
    position: absolute;
    margin-top: -50px;
  }
  footer .ftr-bottom-half {
    height: 120px;
    background-color: #1b1b1b;
  }
