/* Target the Octopress theme header */
body > header[role="banner"] {
    background-image: url("/images/ocbug_logo_2026.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Change banner title color */
header h1, header h1 a {
    color: #000000 !important;
}

/* Optional: Change banner subtitle color */
header h2 {
    color: #888888 !important;
}

