.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.5);
    padding-top: 15px; padding-bottom: 10px;
    display: block;
    
    position: absolute
 
}

@media (min-width: 768px) {
  .mastfoot {
      position: fixed;  
      bottom: 0;
  }



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

/*
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
*/