footer {
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translate(-50%);
  height: 100px;
  width: 900px;
  background-color: #ccc;
  font-family: allerregular, sans-serif;
}

  .lockup{
    padding: 40px 30px;
    clear: both;
  }
    .content-wrap{
      display: inline-block;
      text-align: center;
      color:rgb(0, 0, 0);
      color:rgba(0, 0, 0, 0.7);
      font-size: 12px;
      font-weight: 300;
    }
      .copyright{
        float: left;
        margin-left: 15px;
        text-transform: uppercase;
        font-size: 8px;
        color: rgb(0, 0, 0);
        color: rgba(0, 0, 0, 0.4);
      }
