
/*
Theme Name: ILLUMINATIONATI Luxury
Theme URI: https://illuminationati.com
Author: ILLUMINATIONATI
Description: Luxury outdoor lighting theme for New Jersey premium clients
Version: 1.0
*/

body {
    background-color: #0B1C2C;
    color: #E5E5E5;
    font-family: Inter, sans-serif;
}

header {
    background-color: #0B1C2C;
    padding: 20px;
    text-align: center;
}

header img {
    max-height: 80px;
}

h1, h2, h3 {
    font-family: "Playfair Display", serif;
    color: #D4AF37;
}

.hero {
    padding: 120px 20px;
    text-align: center;
    background: linear-gradient(rgba(11,28,44,0.7), rgba(11,28,44,0.9));
}

.button {
    background-color: #D4AF37;
    color: #0B1C2C;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
