/**
 * Theme Name: Marcel Stefanet	
 * Description: Marcel Stefanet
 * Author: Adrian Codreanu
 * Template: blocksy
 * Text Domain: blocksy
 */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Cinzel:wght@400..900&display=swap');

.wp-block-cover__image-background.has-parallax{
	background-attachment: fixed !important;
}

@media (max-width: 767px) {
	.colreverse {
		flex-direction: column-reverse;
	}
}
#header [data-sticky="yes:shrink"] [data-row="middle"] {
	border-bottom: 1px solid #c35040;
}
#footer {
	position: relative;
}
#footer:after {
	content: '';
	background-image: url('/imgs/pattern2.jpg');
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: 0;
	background-repeat: repeat-x;
	background-size: contain;
	
}
#footer [data-row="bottom"]:after {
	content: '';
	background-image: url('/imgs/pattern1.jpg');
	position: absolute;
	bottom: 0;
	top: unset;
	width: 100%;
	height: 30px;
	left: 0;
	background-repeat: repeat-x;
	background-size: contain;
	
}