html {
	overflow-x: hidden;
	overflow: hidden;
}

body {
	display: flex;
	justify-content: center;

	overflow-x: hidden;
	height: 100vh;
}

#box {
	width: 90vw;
	height: 92.5vh;
	margin-top: 2.5vh;
	background-image: url(img/kamer.svg);
	background-size: 2000px;
	/*
	animation-name: move;
	animation-duration: 200s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	*/
	display: flex;
	justify-content: center;
}

@keyframes move {
	0% 		{background-position: top left;}
	25% 	{background-position: bottom right;}
	50% 	{background-position: bottom left;}
	75% 	{background-position: top right;}
	100% 	{background-position: top left;}
}

.parent {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: fit-content;
	align-items: center;
	justify-content: center;
}

#onder {
	margin-left: 10vw;
	display: flex;
	width: 90vw;
	flex-direction: column;
	justify-content: flex-start;
}

a {
	display: flex;
	flex-direction: column;
	height: fit-content;
	text-decoration: none;
}

.fullpage {
	width: 100%;
	background-position: center;
}

h1 {
	color: rgb(255, 255, 255);
	font-family: "scandia-line-web";
	font-size: 1.5em;
	font-weight: 500;
	margin: 0;
	margin-bottom: 3vh;
}

#jum {
	font-size: 7vh;
	font-weight: 500;
	margin-top: 10vw;
	margin-bottom: 10vw;
	background-color: white;
	color: black;
}

#jumm {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

#por {
	font-size: 2em;
	font-weight: 500;
}

p {
	font-family: "scandia-web";
	color: rgb(255, 255, 255);
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-block-start: 1em;
}

#ext1 {
	padding-right: calc(80vw - 132.55px);
}

#ext2 {
	padding-right: calc(80vw - 156.87px);
}

#ext3 {
	padding-right: calc(80vw - 97.18px);
}



