@font-face {
	font-family: 'Bruna';
	src: url('/static/fonts/bruna/BrunaRegular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrunaBold';
	src: url('/static/fonts/bruna/BrunaBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BrunaBlack';
	src: url('/static/fonts/bruna/BrunaBlack.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontAwesome';
	/* src: url('/static/fonts/fontawesome-webfont.woff2') format('woff2'); */
	src: url('/static/fonts/fa-brands-400.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Bruna', sans-serif;
	margin-top: 1em;
	background: linear-gradient(#41b69022, #6d94d477);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('/static/re-bg.webp');
	background-position: bottom center;
	background-size: 100% auto;
}

h2 {
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}

div.title {
	font-family: 'BrunaBold', sans-serif;
	font-weight: bold;
	font-size: 7.5em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

div.title span:first-child {
	color: #6d94d4;
	display: block;
	margin-bottom: -0.45em;
	opacity: 0.8;
}

div.title span:last-child {
	color: #41b690;
}

div.subtitle {
	font-family: 'BrunaBlack', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1;
}

div.social {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-around;
}

div.social div {
	border: 1px solid #41b690;
	margin: 1em 0;
	border-radius: 5px;
	padding: 2em;
	text-align: center;
	flex-basis: 12em;
	background: #ffffff88;
}

div.social div:hover {
	background: #6d94d422;
}

div.facebook a::before {
	content: '\f082';
	font-family: 'FontAwesome';
	font-size: 3em;
	display: block;
	text-align: center;
	color: #6d94d4;
}

div.instagram a::before {
	content: '\f16D';
	font-family: 'FontAwesome';
	font-size: 3em;
	display: block;
	text-align: center;
	color: red;
}

div.section {
	padding: 0.25em 0;
	margin: 0.5em 0;
}

div.section h2 {
	text-align: justify;
}

div.section > div {
	max-width: 80em;
	margin: 10px auto;
}

div.section.green {
	background: #41b69033;
}

div.section.blue {
	background: #6d94d433;
}


div.tiktok a::before {
	content: '\e07b';
	font-family: 'FontAwesome';
	font-size: 3em;
	display: block;
	text-align: center;
	color: black;
}

div.nav {
	display: flex;
	justify-content: flex-end;
}

a.don {
	font-size: 1.3em;
	background: #6d94d488;
	border: 1px solid #41b69055;
	padding: 0.3em 0.75em;
	font-family: "BrunaBlack";
}

a.don:hover {
	background: #6d94d499;
	border: 1px solid #41b69077;
}

div.idees h2 {
	font-size: 2em;
	text-transform: uppercase;
}

@media screen and (max-width: 560px) {
	div.title {
		font-size: 4em;
	}
	div.subtitle {
		font-size: 1em;
	}

	div.social div {
		flex-basis: 100%;
	}
}
