/* =========================
   GLOBAL BACKGROUND
========================= */

body {
    background-color: #386070 !important;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* =========================
   MAIN CONTENT AREA (WHITE)
========================= */

.page-content,
.conference-page,
.i-box,
.card,
.content,
.main-content,
.paper,
.event-page {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    border-radius: 8px;
    padding: 20px;
}

/* =========================
   HEADER
========================= */

.header, .main-header {
    background-color: #2c4f5b !important;
}

.header a, .main-header a {
    color: #ffffff !important;
}

/* =========================
   NAVIGATION
========================= */

.navbar {
    background-color: #2c4f5b !important;
}

.navbar a {
    color: #ffffff !important;
}

/* =========================
   BUTTONS
========================= */

.btn-primary {
    background-color: #386070 !important;
    border-color: #386070 !important;
}

.btn-primary:hover {
    background-color: #2c4f5b !important;
}

/* =========================
   FOOTER
========================= */

.footer {
    background-color: #2c4f5b !important;
    color: white !important;
}