/*
 Theme Name:   Astra RocketCity Child
 Template:     astra
 Version:      1.0.0
 Description:  Child theme for HuntsvilleHomeTeam.com with RocketCityRealtor.com branding
 Author:       Grok
 Text Domain:  astra-rocketcity-child
*/

:root {
    --primary-color: #1e3a8a; /* Deep blue, space-themed */
    --secondary-color: #ffffff; /* White */
    --accent-color: #3b82f6; /* Bright blue for CTAs */
}

.site-title a, .site-title a:hover {
    color: var(--primary-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.site-description {
    color: var(--primary-color);
}

.main-header-bar {
    background-color: var(--secondary-color);
    border-bottom: 2px solid var(--accent-color);
}

.cta-button {
    background-color: var(--accent-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.cta-button:hover {
    background-color: var(--primary-color);
}

footer.site-footer {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}