#page-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 2.5rem;    /* Footer height */
}


/*#content-wrap {
  padding-bottom: 2.5rem;*/    /* Footer height */
/*}*/


#foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 2.5rem;            Footer height */
  /*background-color: lightGray;*/
  background-color: lightBlue;
  text-align: center;
  /* line-height: 2.5rem; */
}
