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


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

.container {
  width: 100%;
  //max-width: 680px;
  padding: 0 0;
}
.container .text-muted {
  //margin: 0 0;
}
