body{
	background-color: #c8102e;
	color: white; 
}

#home {
	background-color: #c8102e;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#logo {
	align-self: center;
}


#reservation-select {
	display: none;
}

.wallpaper {
	background-image: url('img/sixte.jpg');
	background-repeat: no-repeat;
	height: 350px;
	background-attachment: fixed;
	width: 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 0; */
	background-position: center center;
	background-size: cover;
	color: white;
	padding-top: 10px;
	padding-bottom: 50px;
	/*margin-bottom: 50px;*/
}

.nav-link{
	font-size:16px;
	color:white;
}

.nav-link:hover{
	color:gainsboro;
}