/*
Theme Name: Cà d'j Prà Theme
Theme URI: https://cadjpra.it
Author: Manus AI
Author URI: https://manus.im
Description: Tema leggero e responsive per Cà d'j Prà, ispirato a uno stile solare, luminoso, fraterno e francescano.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cadjpra
Tags: custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready
*/

/* Stile base per un layout responsive e leggero */
body {
    font-family: 'Georgia', serif;
    color: #333;
    line-height: 1.6;
    background-color: #fcfcfc; /* Sfondo molto chiaro */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Stile Francescano/Luminoso */
.header-main {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.main-navigation a {
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
}

.main-navigation a:hover {
    color: #a0522d; /* Tonalità marrone/terracotta */
}

h1, h2, h3 {
    font-family: 'Palatino', serif;
    color: #a0522d;
    font-weight: 400;
}

.content-section {
    padding: 40px 0;
}

.content-section:nth-child(even) {
    background-color: #fff8e1; /* Giallo pallido, solare */
}

.footer-main {
    background-color: #795548; /* Marrone scuro, terra */
    color: #fff;
    padding: 20px 0;
}

.footer-main a {
    color: #ffcc80; /* Arancione chiaro, luminoso */
}

/* Responsive */
@media (max-width: 768px) {
    .main-navigation {
        text-align: center;
    }
    .main-navigation li {
        display: block;
        margin-bottom: 10px;
    }
}
