/*
Theme Name: Digital Invite Theme
Theme URI: https://yourdomain.com/digital-invite-theme
Author: Your Name
Author URI: https://yourdomain.com
Description: A minimalist digital invite single-page WordPress theme with Elementor support. Designed for duplicable landing pages.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-invite-theme
Tags: custom-background, custom-menu, featured-images, theme-options, translation-ready
*/

/* Custom styles */
.hero-header {
    background: url('header.jpg') center/cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.hero-content h1 {
    font-size: 3em;
    margin: 0.5em 0;
}
.hero-content p {
    font-size: 1.5em;
}
.cta-button {
    padding: 0.75em 1.5em;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
}
.footer {
    text-align: center;
    padding: 1em;
    background: #f5f5f5;
}
