/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;

}
.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  
  /* Set the fixed height of the footer here */
  height: 0px;
  background-color: ;
}  


