html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
/*   margin-bottom: 60px; */
	margin-bottom: 0px;
	height: 100%;
}

.footer {
/*   position: absolute; */
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
/*   height: 60px; */
  background-color: #f5f5f5;
  
  color: #999;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  text-align: center;
}

.footer-absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
/*   height: 60px; */
  background-color: #f5f5f5;
  
  color: #999;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  text-align: center;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.text-muted {
  margin: 20px 0;
}