/* STICKY FOOTER - almagal.org */
html, body {
    height: 100%;
    margin: 0;
}

.body-wrapper,
.body-innerwrapper {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

#sp-header,
.sticky-header-placeholder {
    flex-shrink: 0;
}

#sp-section-1 {
    flex-shrink: 0;
}

#sp-main-body {
    flex: 1 0 auto !important;
}

#sp-footer {
    flex-shrink: 0 !important;
}
