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

@media all and (max-width: 990px) { 
    body {
      /* Margin bottom by footer height */
      margin-bottom: 120px;
    }
}