/* ============================
   GLOBAL / UTILITIES
============================ */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* Table hover (used site-wide) */
table.table-hover tbody tr:hover {
    background-color: #f0f8ff;
}

/* ============================
   SHARED COMPONENTS
============================ */

/* Navbar stays above hero overlays */
.navbar {
    position: relative;
    z-index: 20;
}



/* Footer */
.ui-footer {
    background: #000;
}

.ui-footer p {
    color: #ffffff;
}