/* ============================
   NAVBAR BASE STYLES
   ============================ */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    z-index: 1000;
}

/* If your navbar is FIXED, uncomment this block */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
}

/* ============================
   MAIN CONTENT SPACING
   Ensures content never hides under navbar
   ============================ */
.main {
    padding-top: 90px; /* adjust based on navbar height */
}

/* Optional: container spacing for nicer layout */
.main .container {
    padding-bottom: 40px;
}

/* ============================
   OPTIONAL: Improve sidebar layout
   ============================ */
.column {
    display: inline-block;
    vertical-align: top;
}

.column-80 {
    width: 80%;
}

aside.column {
    width: 18%;
    margin-right: 2%;
}
