* {
	padding: 0;
	margin: 0;
	scrollbar-width:  none;
}

*::-webkit-scrollbar {
	display: none;
}

html, body {
	font-family: 'Nunito';font-size: 22px;
	height: 100%;
	width: 100vw;
	overflow: hidden;
	background-color: #ededed;
}

#onder1 {
	position: absolute;
	width: 18vw;
	bottom: 5px;
	height: 11.7vw;
	z-index: 2;
	transition: 0.3s;
}

#onder2 {
	position: absolute;
	width: 18vw;
	right: 0px;
	bottom: 5px;
	height: 11.7vw;
	z-index: 2;
	transition: 0.3s;
}

#links > img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height:55%;
}

#links {
	position: absolute;
	width: 100%;
	height: 100%;
}

h2 {
	position: absolute;
	line-height: 1;
	color: #f5501d;
	font-size: 5vw;
	width: 100%;
	text-align: center;
}

ul{
	list-style: none;
	font-size: 2.15vw;
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

li {
	width: 100%;
	text-align: center;
}

.menu {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.menu-item {
	position: relative;
	height: 600px;
}

a {
	text-decoration: none;
	color: #212121;
	overflow: hidden;
}

a:hover {
	opacity: .85;
}

a:hover img {
	width: 110%;
}

.project {
	position: absolute;
	overflow: hidden;
	border-radius: 1rem;
	bottom: 0xp;
	left:  18%;
	width: 64%;
	height: 90%;
}

.project > img {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-height: 600px;
	width: 100%;
	transition: .3s;
}

h1 {
	color: #fafafa;
	font-size: 5vw;
	position: absolute;
	left: 2%;
	bottom: 0px;
	z-index: 1;
}

/*
#F5501D
#212121
#2e2e2e
#ededed
#fafafa
*/

