#subNav {
	position: fixed;
	color: white;
	z-index: 3;
}

#subNav li {
	position: fixed;
	margin: 20px;
	padding: 3px;
}

.p--top-right {
	top: 0;
	right: 0;
}

.p--top-left {
	position: fixed;
	margin: 20px;
	top: 0;
	left: 0;
	z-index: 5;
}

.p--center-left {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.p--center-right {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}


.p--bottom-right {
	bottom: 0;
	right: 0;
}

#lang {
	display: flex;
	flex-direction: column;
}

@media (max-width: 700px) {
	.mp--bottom-left {
		top: unset;
		transform: unset;
		bottom: 0;
		left: 0;
	}
}
