/* @import url("../../style.css"); Using a url */

.block-editor-page	.BlockContainer{
		display: table;
		width: 100%;
	}

.block-editor-page .ContentContainer{
	padding: 20px;
	text-align: center;
	width: 100%;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.block-editor-page .wp-block-columns.has-2-columns .wp-block-column.block-core-columns{
	width: 100%	
}

.BlockContainer .ContentContainer h1,
.BlockContainer .ContentContainer h2,
.BlockContainer .ContentContainer h3,
.BlockContainer .ContentContainer h4,
.BlockContainer .ContentContainer h5,
.BlockContainer .ContentContainer h6,
.BlockContainer .ContentContainer p,
.BlockContainer .ContentContainer .Tekt {
	color: #fff;
}

	.black .ContentContainer h1,
	.black .ContentContainer h2,
	.black .ContentContainer h3,
	.black .ContentContainer h4,
	.black .ContentContainer h5,
	.black .ContentContainer h6,
	.black .ContentContainer p,
	.black .ContentContainer .Tekt {
		color: #414141;
	}

	.black .ContentContainer a.Button {
		border-color: #414141;
		color: #414141;
	}
	
	
	.ContentContainer h5 {
		font-size: 28px;
		line-height: 39px;
	}

