/*
Theme Name: Zichronot
Description: A child theme of Hello Elementor for memorial and remembrance websites
Author: Your Name
Version: 1.0.0
Template: hello-elementor
Text Domain: zichronot
*/

/* 
 * Child theme styles will be added here
 * The parent theme styles are automatically loaded via functions.php
 */

/* Custom styles for Zichronot theme */
body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    color: #333;
}

/* Memorial-specific styling */
.memorial-content {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.memorial-title {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 300;
}

.memorial-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Responsive design */
@media (max-width: 768px) {
    .memorial-title {
        font-size: 2rem;
    }
    
    .memorial-content {
        padding: 1rem;
        margin: 1rem 0;
    }
}
