.hamburger {
	display: none;
	filter: brightness(0);
	cursor: pointer;
}

.hamburger a {
	padding: 0.25rem;
	width: 2.5rem;
	align-items: center;
	flex-direction: column;
}

@media screen and (max-width: 687px) {
	.flexpanel {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	h1 {
		text-align: center;
	}

	.links-section {
		display: none;
	}

	.hamburger {
		display: flex;
	}
}

@media screen and (max-width: 1025px) {
	.flexpanel {
		justify-content: space-between;
	}
}

fullscreen {
	backdrop-filter: blur(10px);
	position: fixed;
	top: 2.5rem;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff50;
	display: none;
	flex-direction: column;
	gap: 0rem;
}

fullscreen a {
	text-decoration: none;
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 1.1rem;
	color: black;
}

.fullscreen-visible {
	display: flex;
}

.lang-selector-mobile {
	display: flex;
	flex-direction: row;
	padding: 1rem;
}

.lang-selector-mobile div {
	flex: 1;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 0.5rem;
	font-size: 1.1rem;
}
