body {
  position:relative;
  min-height: 100vh;
  margin-top:0;
  margin-bottom: 0;
  margin-left:0;
  margin-right:0;
  clear: both;
}

#page-container {
  position: relative;
  min-height: 100vh;
  margin-bottom: 50px;

}

#content-wrap {
  padding-bottom: 50px;    /* Footer height */
  margin-bottom: 50px;
}

#footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height:50px;
    width: 100%;    
    background-color: #73a4cc;
    text-align: center;
  }
  #header {
    position: relative;
    right: 0;
    top:0px;
    left: 0;
    background-color: #73a4cc;
    text-align: center;
  }
  h1 {
    margin-top: 0;
}