/*
Theme Name: Juk2026
Description: Простая тема с шапкой, меню и подвалом.
Version: 1.0
*/

/* Сброс базовых отступов */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

/* Основной контейнер */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

/* Шапка */
.site-header {
    background: #333;
    color: #fff;
    text-align: center;
}

.site-header .header-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

/* Навигация */
.main-navigation {
    background: #444;
}

.main-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.main-navigation .menu li {
    position: relative;
}

.main-navigation .menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    transition: background 0.3s;
}

.main-navigation .menu li a:hover {
    background: #555;
}

/* Основной контент */
.site-content {
    padding: 20px;
    background: #fff;
    min-height: 400px;
}

/* Подвал */
.site-footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.site-footer a {
    color: #ffd700;
    text-decoration: none;
}
