body, html { 
	position: relative; 
	height: 100%; 
	margin: 0; 
	font-family: 'Montserrat', sans-serif;
}

body {
	
	background-color: black; 
	overflow: hidden;
}

div { 
	text-transform: uppercase; 
}

#central {
	position:absolute;
	left: 5vw;
	top: 5vh;
	width: 90vw;
	height: 90vh;
	background-image: url('jump.gif'); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sponzor { 
	position: absolute; 
	display: block;
}
.sponzor img { 
	width: 100%;
	
}
.triglav {  
	bottom: 0;
	left:0;
	
}
.mov {
	bottom: 0;
	right:0;
}

.slide {
	position: absolute; 
	color: white; 
}
.tab {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align: center; 
	white-space: nowrap;
}
.content { 
	width: 100%; 
	height: 100%; 
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align: center; 
}

#kaj { 
	left: 5vw;
	width: 90vw;
	top: -90vh;
	height: 95vh;
	background: darkblue; 
}
#kaj .tab {  
	height: 5vh;
	width: 100%;
	left: 0;
	bottom: 0;
}
#kaj .content { 
	font-size: 200%; 
}
#kaj .content .third{ 
	width: 30%; 
}
#kdaj { 
	right: -90vw;
	width: 95vw;
	top: 0vh;
	height: 100vh;
	background: darkblue; 
}
#kdaj .tab {  
	height: 100%;
	width: 5vw;
	left: 0;
	top: 0;
	transform: rotate(90deg);
	transform-origin: center;
}
#kdaj .content { width: 50%; margin: 0 25%; }
#kdaj span { font-size: 200%; padding: 20px; }
#kdo {
	left: 5vw; 
	width: 90vw;
	bottom: -90vh; 
	height: 95vh;
	background: navy; 
}
#kdo .tab {
	width: 100%;
	height: 5vh;	
	top: 0vh; 
}
#kdo .fb-embedd { width: 40%; height:70%; margin-right: 10%; float: left; }
#kdo .twitter-embedd { width: 40%; height:70%; margin-left: 10%; float: left; }
#kje { 
	left: -90vw; 
	width: 95vw;
	top: 0vh; 
	height: 100vh;
	background: royalblue; 
}
#kje .tab {
	height: 100%;
	width: 5vw;
	right: 0;
	top: 0;
	transform: rotate(270deg);
	transform-origin: center;
}
.social { display: none; }

@media screen and (max-width: 800px) 
{ 
	#kdaj .content { 
		display: grid;  
	}
	
	#kaj .content { 
		font-size: 100%; 
		display: block;
	}
	#kaj .content .third { 
		width: 90%; 
		margin: 0 5%;
	}
	
	.fb-embedd, .twitter-embedd { display: none; }
	.social { display: block; }
}

@media screen and (max-height: 600px) 
{ 
	
	#kaj .content { 
		font-size: 80%; 
		display: block;
	}
}