.page-wrapper {
	background-color:#f2eeeb !important;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing:0;
}
.list-spacing {
	margin-bottom:1vh;
}
.list-spacing:last-of-type {
	margin-bottom:0;
}
@media (min-width:1440px) {
	.hero {
		min-height:85vh;
	}
	.list-spacing {
		margin-bottom:1.5vh;
	}
}
.blog-post ul {
	list-style:circle !important;
}
.blog-post p,
.blog-post ul {
	font-size:1.1rem;
	line-height:1.7rem;
	color:#444444;
}
@media (max-width:576px) {
	.blog-post p,
	.blog-post ul {
		font-size:0.95rem;
		line-height:1.5rem;
	}
}
.blog-post h2, h3, h4, h5, h6 {
	margin-top:35px;
	margin-bottom:10px;
}
.blog-post img {
	border-radius:1.5rem;
}
.pw-wrapper {
	min-height:580px;
}
@media (max-width:576px) {
	.pw-wrapper {
	}
}
.pw-wrapper .image-inner {
	height:220px;
}
.pw-wrapper .image-inner img {
	width:100% !important; 
	height:100% !important;
	object-fit:cover !important;
	margin-bottom:0;
}
.tags .spacer {
	color:#ababab;
}
.image-scale.teaser {
	-webkit-box-shadow:0px 0px 105px 25px rgba(242,137,72,0.1);
	-moz-box-shadow:0px 0px 105px 25px rgba(242,137,72,0.1);
	box-shadow:0px 0px 105px 25px rgba(242,137,72,0.1);
}
.image-scale:not(.teaser) {
	box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.05), 0 1px 2px -1px rgb(0 0 0 / 0.05) !important;
	height:90px;
}
.spacer-border {
	/*border-right:1px solid #454545;*/
}
@media (max-width:576px) {
	.image-scale:not(.teaser) {
		height:180px;
	}
	.spacer-border {
		border-right:none;
		min-height:400px;
	}
}
.image-scale .title {
	width:80%;
}
@media (max-width:576px) {
	.image-scale .title {
		width:inherit;
	}
}
.image-scale .image-inner img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.form-control,
.form-select {
	border-radius:5px !important;
}