body {
	margin: 0;
	background-color: #000;
	overscroll-behavior: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

button, input, select {
	pointer-events: auto;
	color:#FFFFFF;
}

.dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important; /* TODO Solve this in HTML */
}

h1 { color: #969696; font-family: 'Helvetica Neue', sans-serif; font-size: 120px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: left;}
h2 { color: #969696; font-family: 'Open Sans', sans-serif; font-size: 80px; font-weight: 400; line-height: 32px; margin: 12px 0 120px; text-align: center; }

p { color: #707070; 
	font-family: 'Helvetica Neue', sans-serif; 
	font-size: 10px; 
	line-height: 24px; 
	margin: 0 0 24px; 
	text-align: justify; 
	text-justify: inter-word; 
	position: absolute;
	top: 30%;
	left: 40%;
	right: 5%;
}

#icons{
	position: absolute;
	z-index: 3; 
	top: 9%;
    left: 10%;
	width: 90%;
	height: 91%;
}

.project_icon{
    float: left;
	display: flex;
	background: rgba(0,0,0,0);
}

#beianno {
	position: absolute;
	z-index: 4;
	vertical-align:middle;
	bottom: 4px;
	left: 5px;
	width: 100%;
	font-family: 'Helvetica Neue', sans-serif; 
	font-size: 12px;
	font-weight: 80; 
	letter-spacing: 5px;
	color:rgba(136,136,136,1.00);
}

/*Logo CSS*/ 

#logoV {
	position: absolute;
	z-index: 3;
	left: 0%;
	animation-timing-function: linear;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction:normal;
}

#logoimg {
	position: absolute;
	z-index: 4;
	top: 5%; 
    left: 4%;
	display: flex;
	background: rgba(0,0,0,0);
}

#Bio {
	position: absolute;
	z-index: 3;
	top: 3%; 
    right: 4%;
	display: flex;
	font-family: 'Helvetica Neue', sans-serif;
	letter-spacing: 5px;
	font-size: 18px;
	font-weight: 50;
}

#container {
	position: absolute;
	z-index: 1;
	display: flex;
	width: auto;
	height: auto;
}

@keyframes bganim {
  from {top: 10%;}
  to {top: -10%;}
}

#bg {
	position: absolute;
	z-index: 2;
	animation-name: bganim;
	animation-timing-function: linear;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	width: auto;
	height: auto;
}

#title {
	position: absolute;
	z-index: 4;
	top: 0px; 
    right: 0px;
	width: 400px;
	height: 100%;
	display: flex;
	background: rgba(0,0,0,0.7);
}

#biographytextCn {
	position: absolute;
	z-index: 3;
	top: 40%; 
    left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	letter-spacing:5px;
	line-height:30px;
	text-align: justify;
	color:rgba(136,136,136,1.00);
	background: rgba(0,0,0,0);
}

#biographytextEn {
	position: absolute;
	z-index: 3;
	top: 68%; 
    left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	letter-spacing:5px;
	line-height:30px;
	text-align: justify;
	color:rgba(136,136,136,1.00);
	background: rgba(0,0,0,0);
}

#overlay button {
		background: #ffffff;
		border: 0;
		color: #000000;
		padding: 16px 20px;
		text-transform: uppercase;
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}

#mainVisual {
    position: absolute;
	z-index:1;
	overflow-x: hidden;
    overflow-y: hidden;
	width: 100%;
    height: 100%;
    background-color: #000;
	border: none;
}