/*
Theme Name: Lightweight Theme by Dave
Author: Dave
Version: 1.3
*/

body { margin: 0; }

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.site-header {
    transition: all 0.3s ease;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.main-nav {
    display: flex;
    align-items: center;
}

.logo img {
    width: auto;
    display: block;
}

.logo-left { justify-content: space-between; }
.logo-center { justify-content: center; gap: 40px; }
.logo-right { justify-content: space-between; flex-direction: row-reverse; }

.main-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu a { text-decoration: none; }

.site-footer {
    padding: 40px 0;
    text-align: center;
}
