/*
Theme Name: Scribble & Rose
Description: Custom Parallax Theme for Laurie's Stationery
Author: Mitch
Template: astra
Version: 1.0.0
*/

/* Add your custom parallax CSS below this line */
.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}