/* -------------------------
   HEADER (Navbar) - BCS Dark Green
   ------------------------- */
.navbar.bg-primary {
    background-color: #006341 !important; /* BCS dark green */
}

.navbar a,
.navbar .navbar-text {
    color: #ffffff !important;
}

/* -------------------------
   FOOTER - BCS Primary Green
   ------------------------- */
footer {
    margin-top: 20px;
    background-color: #43B02A !important; /* BCS green */
    color: #ffffff !important;
    text-align: center;
    padding: 1rem;
    border-top: none !important;
}

footer a {
    color: #eaffef !important; /* pale green link */
}

/* -------------------------
   TEXT STYLES
   ------------------------- */

p {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: left;          
    margin-bottom: 0.75rem;
}

h2 {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;          
    text-align: left;        
    margin-bottom: 1rem;
}

h3 {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: left;          
    margin-bottom: 0.75rem;
}

/* make lists inside cards look like the old site */
.card ul {
    margin-left: 1.25rem;
    margin-bottom: 0.5rem;
}

/* style the page title bar*/
.title {
    margin-top: 12px;
    background-color: #006341; /* match header colour */
    color: #ffffff;
    font-family: 'Swiss Cheesed Regular', serif;
    padding: 10px;
    text-align: center;
}

/* ---------------------------
    CARD STYLING
   --------------------------- */

.card {
    border: 1px solid #e2e2e2 !important;  /* lighter borders */
    border-radius: 12px !important;        /* smoother corners */
    padding: 2rem !important;              /* more spacious interior */
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
    margin-bottom: 2rem !important;        /* more space between cards */
}

/* Make the top welcome card match the ZIP */
.card:first-of-type {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

/* Card headings match the ZIP version */
.card h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

/* Bullet lists match ZIP spacing */
.card ul {
    margin-left: 1.25rem !important;
    margin-top: 0.75rem !important;
}

/* Buttons spacing inside cards */
.card .btn {
    margin-top: 1rem !important;
}
