body {
	text-align: center;
}
.fullpage {
	margin: 0 auto;
	max-width: 99%;
	display: none;
}

a.homepage {
position: fixed;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
background-image: url("../img/Chocolate_Design_openingspancarteSite.jpg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}

#lang-nav ul li {
cursor: pointer;
display: inline-block;
}

#lang-nav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
margin-right: 10px;
margin-top: 10px;
}