html, body {
  height: 100%;
  margin: 0;
}
body {
	background-color: #fff;
}

#s04, #s07, #s08, #s09, #s10, #s15, #s16, #s17{
	background-color: #fff;
}
#s01, #s05, #s12, #s13, #s14 {
	background-color: #86bc25;
}
#s02, #s03, #s06{
	background-color: #005564;
}
#s11, #s14{
	background-color: #fbb908;
}
#s12{
	background-color: #d30e42;
}
#s13{
	background-color: #007247;
}




#wrapper{
	width: 100%;
	height: 90%;
	margin: 0;
}
#container{
	width: 100%;
}
#imageContainer{
	width: 100%;
	max-width: 2160px;
}

#loader{
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	background-color: #86bc25;
}

#loader img{
	width: 184px;
	height: 38px;
}
#wrapper, #container, #imageContainer, #loader{
	text-align: center;
}
#imageContainer, #navContainer, #videoContainer{
	position: absolute;
}
#imageContainer{
	z-index: 0;
}
#head{
	position: absolute;
	z-index: 0;
}
.head.animate{
	overflow: hidden;
	max-height: 1025.3px;
}
#head img{
	position: relative;
}

#content{
	position: absolute;
	z-index: 20;
	width: 100%;
}
#buttons, #buttons div{
	position: absolute;
	z-index: 30;
}

#head img, #content img{
	width: 100%;
	height: auto;
}


#buttons #begin{
	top: 1281px;
	left: 1570px;
}


#buttons #b2-1{
	top: 647px;
	left: 1130px;
}
#buttons #b2-2{
	top: 801px;
	left: 204px;
}
#buttons #b2-3{
	top: 1267px;
  	left: 823px;
}
#buttons #b2-4{
	top: 1230px;
	left: 1567px;
}
#buttons #b2-5{
	top: 1826px;
	left: 353px;
}
#buttons #b2-6{
	top: 1870px;
	left: 1306px;
}


#buttons #start{
	top: 2407px;
	left: 663px;
}
#buttons #startLeft{
	top: 2407px;
	left: 216px;
}
#buttons #themes{
	top: 2407px;
	left: 216px;
}
#buttons #jobs{
	top: 1364px;
	left: 216px;
}
					


#buttons #navPrev{
	top: 1719px;
	left: 133px;
}
#buttons #navNext{
	top: 1719px;
	left: 1860px;
}



#videoContainer{
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #005564;
}
#videoContainer video{
	width: 1793px;
	height: auto;
}
