@font-face {
  font-display:swap;
  font-family:'Abel';
  font-style:normal;
  font-weight:400;
  src:url('/fonts/abel-v18-latin-regular.woff2') format('woff2');
}

:root {
	--fe-rose:#f4a29e;
}

body,
html {
	margin:0;
	padding:0;
	overflow-x:hidden;
	background:var(--fe-rose);
	font-family:'Abel',sans-serif;
	font-size:22px;
	line-height:1.5em;
	text-align:center;
}

@media(max-width:767px) {
	body,
	html {
		font-size:20px;
	}
}

a {
	color:black;
}

img {
	max-width:100%;
	height:auto;
}

header {
	height:70px;
	padding:5px 15px;
	text-align:left;
	background:rgba(255,255,255,.6);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:flex;
	box-shadow:0 0 5px 3px rgba(0,0,0,.2);
}

header .logo {
	font-size:40px;
	letter-spacing:1px;
	text-transform:uppercase;
	display:flex;
	align-items:center;
}

header .logo a {
	text-decoration:none;
}

@media(max-width:1024px) {
	header {
		height:50px;
	}
	header .logo {
		font-size:32px;
	}
}

@media(max-width:767px) {
	header {
		height:36px;
	}
	header .logo {
		font-size:24px;
	}
}

div.hero-image {
	text-align:center;
	margin-top:0;
}

div.content {
	padding:0 15px;
}

h1 {
	font-size:3.5em;
	font-weight:400;
	line-height:1em;
	text-transform:uppercase;
	margin:.4em 0;
}

h2 {
	font-size:2.2em;
	font-weight:400;
	line-height:1em;
	text-transform:uppercase;
	margin:.4em 0;
}

div.content p {
	margin:0 0 15px 0;
}

a.button {
	display:inline-block;
	margin-top:10px;
	padding:10px 20px;
	line-height:24px;
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	background:white;
	transition:all .1s;
}

a.button:hover {
	transform:scale(1.05);
}

footer {
	padding:70px 15px 40px 15px;
}

footer .footer-1 {
	font-size:.85em;
	display:flex;
	justify-content:center;
	gap:15px;
}

footer .footer-2 {
	font-size:.7em;
	letter-spacing:.25px;
}

footer .footer-2 a {
	text-decoration:none;
}

div.legal-content {
	margin:110px auto 0 auto;
	width:1000px;
	max-width:100%;
	padding:0 15px;
	box-sizing:border-box;
}

@media(max-width:1024px) {
	div.legal-content {
		margin-top:80px;
	}
}

@media(max-width:767px) {
	div.legal-content {
		margin-top:66px;
	}
}

div.legal-content h1 {
	font-size:2.2em;
}

div.legal-content p + h2 {
	margin-top:80px;
}

div.legal-content a {
	text-decoration:none;
}