/* ===== FIX HEADER + FOOTER OVERFLOW ===== */
.fixlayout {
    padding-top: 70px;     /* header height */
    padding-bottom: 70px;  /* footer height */
}