/*
Theme Name: Paulsen Printing
Description: A child theme of Twenty Twenty-Five for Paulsen Printing website
Template: twentytwentyfive
Version: 1.0.0
Author: Paulsen Printing
*/

/* 
 * Import parent theme styles
 * This will be handled by functions.php for better performance
 */

/* Custom styles for Paulsen Printing theme */
.paulsen-printing-custom {
    /* Add custom styles here */

}
.wp-block-post-title {
    display: none;
}
/* Custom styles for additional theme customizations can be added here */
:root {
    --bgcolor: #5f57ff;
    --fgcolor: #ffffff;
}
@media (min-width: 600px) { 
    :root {
        --bgcolor: #005177;
        --fgcolor: #ffffff;
    }
 }
@media (min-width: 782px) { 
    :root {
        --bgcolor: #cc00cc;
        --fgcolor: #ffffff;
    }
}
/* h1.wp-block-heading {
    font-size: clamp(2rem, calc(3rem + ((1vw - 0.48rem) * 8.4135)), 3rem);
    padding-top: clamp(2rem, calc(3rem + ((1vw - 0.48rem) * 8.4135)), 3rem);
    padding-bottom: clamp(1rem, calc(1.5rem + ((1vw - 0.48rem) * 4.20675)), 1.5rem);
    margin-bottom: clamp(1rem, calc(1.5rem + ((1vw - 0.48rem) * 4.20675)), 1.5rem);
    border-bottom: 2px solid var(--wp--preset--color--accent-1);
}
h2.wp-block-heading {
    font-size: clamp(1.5rem, calc(2rem + ((1vw - 0.48rem) * 6.3101)), 3rem);
}
h3.wp-block-heading {
    font-size: clamp(1.25rem, calc(1.5rem + ((1vw - 0.48rem) * 4.2068)), 1.5rem);
}
h4.wp-block-heading {
    font-size: clamp(1rem, calc(1.25rem + ((1vw - 0.48rem) * 2.1034)), 1.25rem);
}
h5.wp-block-heading {
    font-size: clamp(0.875rem, calc(1rem + ((1vw - 0.48rem) * 0.0000)), 1rem);
}  */
.homepage-template-wrapper {
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}