
/* ===============================
   LAYOUT UTILITIES
================================ */

/* Header + Footer spacing */
.bg-layout {
    padding-top: 80px;
    padding-bottom: 60px;
}

/* Fixed height */
.h16 {
    height: 60px;
}
