/*
 * Theme name: Żwirownia Sławomir Krawczyk
 * Author: SmartWebsite
 * Author URI: https://smartwebsite.pl
 * Version: 1.0
 */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    *,
    ::before,
    ::after {
        animation-delay: -1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
	
	.elementor-invisible{visibility:visible !important}
}

p:first-of-type {
	margin-block-start: 0;
}

p:last-of-type {
	margin-block-end: 0;
}

.header-observer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 35vh;
}

/* @supports (height: 100dvh) {
	.elementor-7 .elementor-element.elementor-element-8223cfa {
		--min-height: 100dvh;
		transition: min-height .5s;
		will-change: min-height;
	}
} */

/* .google-maps-height .elementor-custom-embed {
	height: 100%;
} */

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}