/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-djonrw-blocks-siteheading {
	height: 250px;
	position: relative;
	height: auto;
	min-height: 300px;
	margin-bottom: 30px;
	/*
	width: 100vw;
	left: calc(-1 * (100vw - 100%) / 2);
*/
}
.wp-block-djonrw-blocks-siteheading:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: inherit;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: top right;
	transform: skewY(-1deg);
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05),
		inset 0 -0.02rem 0 rgba(0, 0, 0, 0.1);
}

.wp-block-djonrw-blocks-siteheading h1 {
	background-color: #fff;
	color: #000;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 20px;
}
.siteheading {
	/*background-color: #000;*/
	color: #000;
	padding: 2px;
}
