/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 650px;
}
footer ul {
   list-style-type: none;
}
footer li {
  font-size:13px;
  padding:5px 0 5px 0;
  text-decoration:none;
}
footer li > a {
  font-weight:300;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:auto;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 300px;
  }
}



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

.container {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.footer-heading {
  font-weight:bold;
}
.footer-base {
  width:100%;
  height: 150px;
  color:#fff;
  text-align:center;
  background-color:#212121;
  padding:10px 0 0 0;
}
