/* Below code is to fix the footer to the bottom of the page */
#g-footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 0px;
  width: 100%;
}
