/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 0px;
/*  background-color: #f5f5f5;*/
  background-color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.containers {
  width: auto;
  max-width: 100%;
  padding: 10px;
  font:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color:#fff;
}
.containers .text-muted {
  margin: 120px ;
}


  
  
  
  