/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: relative;
  margin-top:50px;
  width: 100%;
  max-width:1296px;
  /* Set the fixed height of the footer here */
  height: 126px;
  background-color: #363636;
 margin:auto;
}
.footer-inner {
  position: relative;
  margin-top:50px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 126px;
  background-color: #363636;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
  margin: 20px 0;
}

@media (min-width:768px){
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer, .footer-inner {
  position: absolute;
  bottom: 0;}
  
}