html,
body {
	font-family: 'ekton Pro', sans-serif !important;
}
@media screen and (min-width: 750px) {
  body {
  	font-size: 2rem;
  }
}
.playfair-display-heading {
  /*font-family: "Playfair Display", serif !important;*/
  font-family: 'ekton Pro' !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contactform-website {
	display: none;
}
.alert {
	border-style: solid;
	border-width: 1px;
	padding: 1rem;
	margin: 1rem auto;
	color: #000;
	font-weight: 700;
}
.alert.alert-success {
	background-color: lightgreen;
	border-color: darkgreen;
}
.alert.alert-danger {
	background-color: lightpink;
	border-color: darkred;
}
div.media.no-resize {
	padding-bottom: 0 !important;
}
div.media.no-resize > img,
.media.no-resize > *:not(.zoom):not(.deferred-media__poster-button),
.media.no-resize model-viewer {
	position: relative !important;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
	font-family: 'ekton Pro' !important;
	font-weight: 800 !important;
}
h2.h1-home {
	font-size: 6.5rem !important;
}
h1,
h1.h0 {
	font-size: 5rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
strong {
	font-family: 'ekton Pro';
	font-weight: 800;
}
span.unbold {
	font-weight: 400;
}
.playfair-display-heading strong{
	font-family: 'ekton Pro' !important;
	font-weight: 700;
}
.link,
.customer a {
	font-size: 1.8rem;
}
/* Front Page Fix */
#Banner-template--19711552061658__image_banner::before,
#Banner-template--19711552061658__image_banner .banner__media::before {
	padding-bottom: 0;
}
.banner {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.banner__media {
	position: relative;
	height: auto;
}
.banner-image-item {
	position: relative !important;
}