/* =======================
   DF4IT Custom Styling
   ======================= */

body {
    background:#f9f9f9;
    font-family: "Inter", "Heebo", Arial, sans-serif;
}

/* HEADER */
#header.navbar {
    background: #000 !important;
    border:none;
    padding:12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

#logo img {
    height:46px;
    width:auto;
    margin-top:4px;
}

#header a {
    color:#fff !important;
    text-decoration:none;
    font-weight:700;
    letter-spacing:0.5px;
    font-size:18px;
}

/* MAIN PANEL */
.panel {
    margin-top:28px;
}

.content.well {
    background: #ffffff;
    padding:28px;
    border-radius:10px;
    border:1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

/* FOOTER */
#footer {
    background:#000;
    padding:18px 0;
    margin-top:40px;
    color:#fff;
    text-align:center;
    font-size:13px;
}

#footer a { color:#e6e6e6; }
