/* shojumaru-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shojumaru';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/shojumaru-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* allura-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/allura-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body{font-family: 'Shojumaru';font-family: 'Allura';}
body{font-family: 'Shojumaru';}
.vbeo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vbeo-gallery {
	filter:brightness(60%);
	border-radius:10px;
	width:100%;
}
.vbeo-gallery:hover{
	filter:brightness(100%);
	transition: transform .5s; /* Animation */
	transform: scale(1.1);
	
}
.vbeo-gallery:not(:hover) {
	transition: transform .5s;
}
.sp-contact-info{
	font-family: 'Arial';
}
.sp-copyright{
	font-family: 'Arial';
}
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
		font-family: 'Arial'; 
	}
#sp-page-builder .sppb-section-title {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}