@font-face {
  font-family: 'Satoshi-Regular'; /* Custom name you choose */
  src: url('fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

p {
	font-family: 'Satoshi-Regular', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.32px;
}

@media (max-width: 767px) {
	p {
		font-size: 12px;
		letter-spacing: 0.24px;
	}
}

html, body {
	padding: 0;
	margin: 0;
}

.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.flex-container .flex-item {
	flex: 1 0 auto;
	width: 100%;
	box-sizing: border-box;
	align-self: stretch;
}

body.page-template-page-landing-july-2025 {
	height: 100vh;
	width: 100vw;
}

body.page-template-page-landing-july-2025 * {
	margin: 0;
}

body.page-template-page-landing-july-2025 .site.container-fluid {
	position: relative;
	padding: 0;
	height: 100vh;
	width: 100vw;
	background-image: url('images/spilledmilk-grad-BG.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}


body.page-template-page-landing-july-2025 header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	text-align: right;
}

body.page-template-page-landing-july-2025 header a.lang-switch img.lang-icon {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
}

body.page-template-page-landing-july-2025 header a.lang-switch span {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Satoshi-Regular';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.32px;
}

@media (max-width: 767px) {
	body.page-template-page-landing-july-2025 header a.lang-switch img.lang-icon {
		width: 13px;
	}
	body.page-template-page-landing-july-2025 header a.lang-switch span {
		font-size: 12px;
		letter-spacing: 0.24px;
	}
}

body.page-template-page-landing-july-2025 header a.lang-switch:hover {
	text-decoration: none;
}

body.page-template-page-landing-july-2025 footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px;
}

body.page-template-page-landing-july-2025 footer .footer-column {
	max-width: 50%;
}

body.page-template-page-landing-july-2025 footer .footer-column.right {
	text-align: right;
}

@media (max-width: 767px) {
	body.page-template-page-landing-july-2025 header,
	body.page-template-page-landing-july-2025 footer {
		padding: 20px;
	}
	body.page-template-page-landing-july-2025 footer .footer-column {
		max-width: 100%;
	}
	body.page-template-page-landing-july-2025 footer .footer-column.left {
		margin-bottom: 20px;
	}
	body.page-template-page-landing-july-2025 footer .footer-column.right {
		text-align: left;
	}
}

body.page-template-page-landing-july-2025 footer .footer-column p {
	color: #fff;
	text-transform: uppercase;
}

body.page-template-page-landing-july-2025 footer .footer-column a {
	color: #fff;
	text-decoration: underline;
}


body.page-template-page-landing-july-2025 footer .footer-column a[href^="tel"],
body.page-template-page-landing-july-2025 footer .footer-column a[href^="mailto"] {
	text-decoration: none;
}

body.page-template-page-landing-july-2025 footer .footer-column a[href^="tel"]:hover,
body.page-template-page-landing-july-2025 footer .footer-column a[href^="mailto"]:hover {
	text-decoration: underline;
}

body.page-template-page-landing-july-2025 .site.container-fluid .site-content {
	height: 100vh;
	width: 100vw;
	display: grid;
	place-items: center;
}

body.page-template-page-landing-july-2025 .site.container-fluid .site-content img.main-logo {
	max-width: 600px;
}

@media (max-width: 767px) {
	body.page-template-page-landing-july-2025 .site.container-fluid .site-content img.main-logo {
		max-width: 280px;
	}
}