@charset "utf-8";
/* CSS Document */


/* TEXT FORMATING */
.wrapper{
	background-color: rgba(75,49,50,0.00);
	max-width:720px;
	margin: 0px 15vw;
}
.vfxtitle{
	text-align:left;
	color: #C3C3C3;
	font-size: 70px;
	font-weight: 400;
}
.vfxtext{
	text-align:left;
	color: #C3C3C3;
	font-size: 30px;
	font-weight: 200;
}

.artBG{
	background-position: center;
	background-size: cover;
	width:100%;
}
.arttitle{
	text-align:right;
	color: #ddd;
	font-size: 70px;
	font-weight: 400;
}
.arttext{
	width:80%;
	text-align-last: right;
	text-align:justify;
	color: #eee;
	font-size: 30px;
	font-weight: 200;
}
.gametitle{
	text-align:left;
	color: #272727;
	font-size: 70px;
	font-weight: 400;
}
.gametext{
	width:80%;
	text-align-last: left;
	text-align:justify;
	color: #272727;
	font-size: 30px;
	font-weight: 200;
}


@media screen and (max-width: 1380px) {
.wrapper{
    margin: 0px 7vw;
  }
}

@media screen and (max-width: 520px) {
.mobileextend{
    height: 40px;
  }
}



/* COMPANY details */
.companywrapper{
	background-color: rgba(255,255,255,0.00);
	max-width:980px;
	margin: 0px 14px;
}
.companywrapper:after {
  content: "";
  display:table;
  clear: both;
}
.companytitle{
	text-align:left;
	color: rgba(0,0,0,0.38);
	font-size: 70px;
	font-weight: 400;
}
.companysubtitle{
	text-align:left;
	color: rgba(0,0,0,0.38);
	font-size: 50px;
	font-weight: 400;
}
.companytext{
	text-align-last: left;
	text-align:justify;
	color: #454545;
	font-size: 24px;
	font-weight: 200;
}