/**
 * Camp Booking CMS Custom Styles
 * Additional styles for CMS pages and theme integration
 */

/* Add your custom CMS styles here */

#cms {
    #center_column {
        h2, h3 {
            text-transform: uppercase;
        }

        h3 {
            padding: 17px 0;
        }
    }
}