/* Home
==================================== */
body.page-index{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-moz-flex-direction: row;
	 -ms-flex-direction: row;
	  -o-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}
.page-index #container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
.page-index #footer-title{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	padding: var(--margin-sides) var(--margin-sides) 40px;
	text-align: center;
	z-index: 2;
}
