html, body{
	height:100%;
}

body{
	background-image: url(../../imgs/background.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

body.night{
	background-image: url(../../imgs/night.jpg);
}

body.day{
	background-image: url(../../imgs/day.jpg);
}

body.sunset{
	background-image: url(../../imgs/sunset.jpg);
}

#page {
	position: absolute;
	top: 75px;
	left: 0px;
	right: 0px;
	margin: 0px;
	transform: none;
}

#page > .alert.mt-3 {
	margin-top: 1rem !important;
}