/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  min-height: 60px;
  height:auto;
  background-color: #f5f5f5;
  border-top:1px solid #ccc;
}


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

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

@media (max-width: 768px) {

body {
  /* Margin bottom by footer height */
  margin-bottom: 0;
}

.footer {
  position: relative;

}

}
