@charset "UTF-8";

*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	background: #494b56;
	color: #ffff;
}

#parallax {
	width: 0px;
	height: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	z-index: 0;
}

.layer {
	width: 100%;
	height: auto;
	position: absolute;
	display: block;
}

#sophia {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	overflow: hidden;
}

.img-fluid-zoom {
	width: 105%;
	height: auto;
	overflow: hidden;
}

.img-fluid {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.link-to-steam{
	height: 56.25vw;
	display: block;
	position: relative;
	margin-bottom: -10pt;
}

.steam-widget{
	padding-top: 10pt;
	background: #262626;
	text-align: center;
}

.steam-widget-bg{
	background: #262626;
}

.home-logo{
	max-height: 50pt;
	margin-top: -15pt;
	margin-bottom: -15pt;
}

#l1 {
	z-index: 1;
	top: 0px;
	left: 0px;
}

#l2 {
	z-index: 2;
	top: 0px;
	left: 0px;
}

#l3 {
	z-index: 3;
	top: 50px;
	left: 0px;
}

@media (min-width: 992px) {
	#l3 {
		z-index: 3;
		top: 0px;
		left: 0px;
	}
}

#loading{
	width: 100%;
	height: 100vh;
	background: #aac2d3;
	display: block;
	overflow: hidden;
	text-align: center;
}

#loading img{
	padding-top:50vh;
	padding-bottom: 50vh;
	padding-left:auto;
	padding-right:auto;
}