/* DaweiPage */
.DaweiPage {
	width:100%;
	border-right: 60px;
	border-left: 60px;
	display: block;
	position: relative;
}
#DaweiImgDiv {
	padding-top: 16%;
	margin-left: 15%;
	height: 400px;
	width: 25%;
	float: left;
	position: relative;
}
#DaweiImg {
	width: 100%;
}
#DaweiIntro {
	width: 35%;
	height: 400px;
	float: right;
	position: relative;
	padding-top: 16%;
	padding-right: 15%;
	font-family: 'New Cycle', sans-serif;
	font-size: 1.5em;
	letter-spacing: 1px;
}
#DaweiIntro p {
	margin-top: 11%;
} 
#DaweiIntro .DaweiResumeLink {
	font-size: .9em;
	color: rgba(0,0,0,.5);
	text-decoration:underline;
	margin-right: 10%;
	text-decoration: none;
}
#DaweiIntroHanzi {
	font-family: 'Noto Sans SC';
	font-size: .92em;
}
.DaweiQuestion{
	position: relative;
	width: 50%;
	margin-top: 10%;
	margin-left: 25%;
	margin-bottom: 20%;
	float: left;
}
.DaweiQuestion h2{
	font-family: 'New Cycle', sans-serif;
	margin:0;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-bottom: .3em;
}
.DaweiQuestion p{
	font-family: 'New Cycle', sans-serif;
	color:rgba(0,0,0,0.8);
	font-size: 1.25em;
	letter-spacing: 1px;
	padding-left: 5%;
	padding-bottom: 1.2em;
}
.DaweiQuestion a{
	color:rgba(0,0,0,0.8);
}
.chinesewords{
	color: rgba(0,0,0,.5);
	font-size:.9em;
	/*opacity: .8;*/
}
/* #### Desktops 1500-2500px #### */
@media screen and (min-width: 1500px){
}

/* #### Desktops 1250-1500px #### */
@media screen and (min-width: 1250px) and (max-width: 1500px) {
	#DaweiImgDiv {
		padding-top: 16%;
		margin-left: 10%;
		height: 400px;
		width: 25%;
		float: left;
		position: relative;
	}
	#DaweiIntro {
		width: 40%;
		height: 400px;
		float: right;
		position: relative;
		padding-top: 16%;
		padding-right: 10%;
		font-family: 'New Cycle', sans-serif;
		font-size: 1.5em;
		letter-spacing: 1px;
	}

	.DaweiQuestion{
		position: relative;
		width: 60%;
		margin-top: 10%;
		margin-left: 20%;
		margin-bottom: 15%;
		float: left;
	}
}


/* #### Desktops 1024-1250px #### */
@media screen and (min-width: 1024px) and (max-width: 1250px) {
	#DaweiImgDiv {
		padding-top: 16%;
		margin-left: 10%;
		height: 400px;
		width: 30%;
		float: left;
		position: relative;
	}
	#DaweiIntro {
		width: 45%;
		height: 400px;
		float: right;
		position: relative;
		padding-top: 13%;
		padding-right: 5%;
		font-family: 'New Cycle', sans-serif;
		font-size: 1.5em;
		letter-spacing: 1px;
	}

	.DaweiQuestion{
		position: relative;
		width: 66%;
		margin-top: 10%;
		margin-left: 17%;
		margin-bottom: 12%;
		float: left;
	}
}


/* #### Desktops -1024px #### */
@media screen and (max-width: 1024px) {
	#DaweiImgDiv {
		padding-top: 16%;
		margin-left: 10%;
		height: 400px;
		width: 30%;
		float: left;
		position: relative;
	}
	#DaweiIntro {
		width: 52%;
		height: 400px;
		float: right;
		position: relative;
		padding-top: 11%;
		padding-right: 2%;
		font-family: 'New Cycle', sans-serif;
		font-size: 1.5em;
		letter-spacing: 1px;
	}

	.DaweiQuestion{
		position: relative;
		width: 72%;
		margin-top: 10%;
		margin-left: 14%;
		margin-bottom: 9%;
		float: left;
	}
}