

body {
    background-color: #2c241b;
    color: #f0f0f0;
    font-family: 'Montserrat', sans-serif;
}

.site-header {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #5e4b35;
}

.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #fff !important;
    background: linear-gradient(to bottom, #8B5A2B, #5e3b1f);
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #4a2c15;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    margin-right: 10px;
}

.nav-link:hover {
    background: linear-gradient(to bottom, #a06b39, #6f4728);
    transform: translateY(-2px);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.6);
    color: #fff !important;
}


.site-footer {
    background: #3e2b1f;
    border-top: 4px solid #8B5A2B;
    color: white;
    padding-top: 50px;
    margin-top: 80px;
    position: relative;
    z-index: 10;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
}

