/*
Theme Name: CDA WordPress Theme 2025.1 v1.0.11
Description: Custom WordPress theme for C. Dawson Auctioneer website - Version 1.0.11 with working contact form, correct JavaScript loading, and AJAX
Version: 1.0.11
Author: C. Dawson Auctioneer
Text Domain: cda-theme
*/

/* Import existing styles from root assets */
@import url('https://codydawsonauctioneer.com/assets/css/styles.css');

/* Ensure proper scroll positioning for anchor links with fixed header */
#mission,
#upcoming-events,
#fundraising,
#accolades,
#contact,
#vision,
#values {
    scroll-margin-top: 100px;
}

/* Additional smooth scrolling support */
html {
    scroll-behavior: smooth;
} 