/* Below code is to fix the footer to the bottom of the page */
/* @media (min-width: 770px) {
  #g-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
} */
