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

.footer {
  position: absolute;
  bottom: -30px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 107px;
  background-color: #FFF;
}


