/**
 * SECTION SPACING FIX
 * Connects all sections seamlessly by removing gaps
 * Ensures navbar is at top with no extra space
 * OVERRIDES ALL OTHER SECTION SPACING RULES
 */

/* Remove all section dividers */
.section-divider-graphic {
    display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; visibility: hidden !important; }

/* Reduce section padding to connect sections - OVERRIDE ALL OTHER RULES */
section,
.section-with-graphics,
section[id],
section[class*="-section"],
.about-section,
.projects-section,
.blog-section,
.resources-section,
.contact-section,
.skills-section,
.education-section,
.statistics-section {
    padding-top: 40px !important; padding-bottom: 40px !important; margin-top: 0 !important; margin-bottom: 0 !important; }

/* Ensure navbar is at very top */
.navbar,
nav,
#navigation {
    top: 0 !important; }
