  /* Sticky footer styles
      -------------------------------------------------- */
  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    /*color: white;*/
    text-align: center;
  }
