/* Start custom CSS *//* Fallback to enable sticky scroll only on home */
@media screen and (min-height: 1190px) {
  body {
    position: relative; 
    min-height: 100vh;
  }

  #site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}/* End custom CSS */