/* ===================================================
   GLOBAL - BACKGROUND UTILITIES
   =================================================== */

section {
  border: none !important;
}

.bg-alternate {
  background-color: #1e293b !important;
  border: none !important;
}

.bg-deep {
  border: none !important;
}

.bg-deep .section-title,
.bg-deep .section-subtitle,
.bg-deep p {
  color: #ffffff !important;
}

.bg-deep .section-badge {
  background: rgba(255,255,255,0.1) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.3) !important;
}