/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px; 
}
footer {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
    body {
          margin-bottom:100px;
    }
}

