.selfIntro {
	height: 96vh;
	position: relative;
	min-height: 730px;
}

.selfIntro_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.selfIntro_logo {
	background-image: url(../images/logo_eyeballMovement.png);
	background-size: 100% auto;
	height: 216.609px;
}

.selIntro_quickView {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
}

.eyeballMovement {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glasses {
	position: fixed;
	top: calc(50% - 128px);
	left: calc(50% - 5px);
	transform: translate(-50%, -50%);
	width: 321px;
	height: 126px;
}
.eyeball {
	position: relative;
	width: 126px;
	height: 126px;
	display: block;
	border-radius: 50%;
	float: left;
}
.eyeball:first-child {
	margin-right: 67px;
}
.eyeball::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: #000;
	border-radius: 50%;
}

.bar {
	height: 4vh;
	min-height: 37px;
	position: relative;
}
.bar1 {
	background: #ffc516;
}
.bar2 {
	background: #3a499d;
}
.bar3 {
	background: #36373a;
}
.bar4 {
	background: #464b4e;
}
.bar5 {
	background: #ffc649;
}
.bar6 {
	background: #8a50a0;
}
.bar7 {
	background: #202237;
}
.bar8 {
	background: #365462;
}
.bar9 {
	background: #b1c29a;
}
.bar1.active {
	background: #3a499d;
}
/*.bar.active .btn_upordown {
	background-image: url(../images/btn_up.png);
}
.bar9.active .btn_upordown {
	background-image: url(../images/btn_up_yellow.png);
}*/
.bar2.active {
	background: #36373a;
}
.bar3.active {
	background: #464b4e;
}
.bar4.active {
	background: #fec649;
}
.bar5.active {
	background: #8a50a0;
}
.bar6.active {
	background: #202237;
}
.bar7.active {
	background: #365462;
}
.bar8.active {
	background: #b1c29a;
}
.bar9.active {
	background: #ffc516;
}

.btn_up, .btn_down {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn_displayNone {
	display: none;
}

.project {
	height: 92vh;
	position: relative;
	min-height: 860px;
}

.project_infoBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.project_infoTextPos {
	position: relative;
	height: 500px;
}
.project_infoTextPos_even {
	width: 100%;
}

.project_infoText_odd {
	margin-right: 30px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.project_infoText_even {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.project_web_img_odd {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.project_web_img_even {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.project_btn {
	width: 200px;
	border-radius: 50px;
	line-height: 46px;
	background: #f1f1f1;
}
.project_btn a {
	display: inline-block;
	width: 200px;
	height: 46px;
}

.contact {
	height: 96vh;
	position: relative;
	padding-top: 5vh;
	min-height: 723px;
}
.contact_1000 {
	padding-top: 9vh;
}

.contact_selfIntro {
	margin: auto;
}

.contact_portrait {
	width: 270px;
	height: 270px;
	border: 4px solid black;
	border-radius: 50%;
}

.resume {
	text-decoration: underline;
}

.contact_footer {
	position: absolute;
	height: 15vh;
	bottom: 0;
	border-top: 2px solid black;
	min-height: 114px;
}

.linkedin {
	width: 50px;
	height: 50px;
}

.contact_portrait_760 {
	width: 200px;
	height: 200px;
}

.responsiveMyName_760 {
	font-size: 26px;
	margin-top: 20px;
	line-height: 38px;
}

.responsiveMyTitle_760 {
	font-size: 22px;
}

.responsiveSelfIntro_760 {
	margin-top: 24px;
}

.responsiveResume_760 {
	margin-top: 24px;
}

.responsiveLinkedIn_760 {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}

.contact_portrait_880 {
	width: 230px;
	height: 230px;
}

.responsiveMyName_880 {
	font-size: 28px;
	margin-top: 20px;
	line-height: 42px;
}

.responsiveMyTitle_880 {
	font-size: 24px;
}

.contact_880 {
	padding-top: 6vh;
}


/* Main Style */

@media (max-width: 1024px) {

	.app_displayNone {
		display: none;
	}
	.web_displayNone {
		display: block;
	}
.tabletDisplay {
	display: block;
}

	.app_textCenter {
		text-align: center;
	}

	.app_marginAuto {
		margin: auto;
	}

	/* ---------- App Width ----------*/

	.app_wid100 {
		width: 100%;
	}
.app_4col {
	width: 57.552%;
}
.app_6col {
	width: 88.28125%;
}


	/* ---------- App Font Size ----------*/

	.app_fs76 {
		font-size: 76px;
	}
	.app_fs68 {
		font-size: 68px;
	}
	.app_fs64 {
		font-size: 64px;
	}
	.app_fs56 {
		font-size: 56px;
	}
	.app_fs52 {
		font-size: 52px;
	}
	.app_fs50 {
		font-size: 50px;
	}
	.app_fs48 {
		font-size: 48px;
	}
	.app_fs46 {
		font-size: 46px;
	}
	.app_fs44 {
		font-size: 44px;
	}
	.app_fs40 {
		font-size: 40px;
	}


	/* ---------- App Line Height ----------*/

	.app_lh96 {
		line-height: 96px;
	}
	.app_lh92 {
		line-height: 92px;
	}
	.app_lh82 {
		line-height: 82px;
	}
	.app_lh78 {
		line-height: 78px;
	}
	.app_lh64 {
		line-height: 64px;
	}
	.app_lh60 {
		line-height: 60px;
	}
	.app_lh58 {
		line-height: 58px;
	}
	.app_lh48 {
		line-height: 48px;
	}
	.app_lh44 {
		line-height: 44px;
	}
	.app_lh40 {
		line-height: 40px;
	}


	/* ---------- App Margin Top ----------*/
	
	.app_mt0 {
		margin-top: 0px;
	}
	.app_mt10 {
		margin-top: 10px;
	}
	.app_mt20 {
		margin-top: 20px;
	}
	.app_mt30 {
		margin-top: 30px;
	}
	.app_mt40 {
		margin-top: 40px;
	}
	.app_mt50 {
		margin-top: 50px;
	}
	.app_mt70 {
		margin-top: 70px;
	}
	.app_mt100 {
		margin-top: 100px;
	}
	.app_mt150 {
		margin-top: 150px;
	}
	.app_mt250 {
		margin-top: 250px;
	}





	.btn {
		height: 160px;
		border: 4px solid black;
		background: #f1f1f1;
		line-height: 86px;
		font-size: 40px;
	}

	.annotation {
		font-size: 30px;
		line-height: 50px;
	}
}





/* Home Style */

@media (max-width: 1250px) {

	.whiteText {
		color: #fff;
	}



	.selfIntro {
		height: 100vh;
	}

	.selfIntro_logo {
		background-image: none;
	}

	.eyeball {
		opacity: 0;
	}

.selfIntro_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.introText {
	font-size: 46px;
	line-height: 60px;
}

.selIntro_quickView {
	bottom: 40px;
	padding-bottom: 0;
}

.quickView_down {
	width: 40px;
	height: 40px;
}

.project {
	height: 1200px;
}

	.app_bg_project1 {
		background: #3a499d;
	}
	.app_bg_project2 {
		background: #36373a;
	}
	.app_bg_project3 {
		background: #464b4e;
	}
	.app_bg_project4 {
		background: #fec649;
	}
	.app_bg_project5 {
		background: #8a50a0;
	}
	.app_bg_project6 {
		background: #202237;
	}
	.app_bg_project7 {
		background: #365462;
	}
	.app_bg_project8 {
		background: #b1c29a;
	}

	.project_intro {
		opacity: 0.5;
	}

	.project_infoTextPos {
		height: auto;
		width: 100%;
	}

	.project_infoText {
		margin-right: 0;
		position: relative;
		top: 0;
		transform: none;
	}

	.project_app_img {
		position: relative;
	}

.project_btn {
	width: 240px;
	height: 68px;
		border: 3px solid black;
	line-height: 68px;
	font-size: 28px;
		border-radius: 60px;
}

.contact {
	padding-top: 10vh;
		height: 100vh;
}

	.contact_selfIntro {
		margin: auto;
	}

	.contact_portrait {
		width: 460px;
		height: 460px;
		border: 6px solid black;
	}

.project_btn a {
	height: 68px;
	line-height: 68px;
}

.contact_footer {
	height: 15vh;
	border-top: 3px solid black; 
}

	.linkedin {
		width: 100px;
		height: 100px;
	}




	.personas {
		font-size: 52px;
		margin-top: 150px;
	}
	.test {
		text-align: center;
		font-size: 68px;
		line-height: 82px;
		margin-top: 70px;
		margin-bottom: 200px;
	}



.tablet_undisplayedInApp {
	display: none;
}

.tablet_logo {
	width: 36%;
}

.font_quickView {
	font-size: 24px;
}

.tablet_homeTitle {
	font-size: 52px;
	line-height: 64px;
}

.tablet_homeTitleIntro {
	font-size: 32px;
	line-height: 44px;
}

.tablet_homeImg {
	width: 80%;
	margin: 40px auto 0 auto;
}

.tablet_homeImg_light {
	width: 60%;
	margin: 40px auto 0 auto;
}

.contact_portrait {
	width: 300px;
	height: 300px;
}

.responsiveMyName {
	font-size: 38px;
	line-height: 62px;
	margin-top: 30px;
}

.responsiveMyTitle {
	font-size: 32px;
}

.responsiveSelfIntro {
	font-size: 26px;
	line-height: 42px;
}

.responsiveResume {
	font-size: 22px;
}

.responsiveEmail {
	font-size: 26px;
}

.responsiveLinkedIn {
	width: 68px;
	height: 68px;
	margin-top: 16px;
}



.selfIntro_1738 {
	min-height: 1200px;
	max-height: 1500px;
}

.quickView_down_1738 {
	width: 34px;
	height: 34px;
	margin-top: 16px;
}

.project_btn_1738 {
	width: 240px;
	height: 62px;
	line-height: 62px;
	font-size: 30px;
}


.contact_1738 {
	padding-top: 18vh;
	min-height: 1200px;
	max-height: 1500px;
}

.contact_portrait_1738 {
	width: 240px;
	height: 240px;
	border: 5px solid black;
}

.project_btn_1738 a {
	height: 62px;
	line-height: 62px;
}

.contact_footer_1738 {
	height: 18vh;
	border-top: 3px solid black; 
}

.font_quickView_1738 {
	font-size: 20px;
}

.tablet_homeTitle_1738 {
	font-size: 52px;
	line-height: 68px;
}

.tablet_homeTitleIntro_1738 {
	font-size: 34px;
	line-height: 48px;
}

.responsiveMyName_1738 {
	font-size: 32px;
	line-height: 48px;
	margin-top: 30px;
}

.responsiveMyTitle_1738 {
	font-size: 28px;
}

.responsiveSelfIntro_1738 {
	font-size: 24px;
	line-height: 36px;
}

.responsiveResume_1738 {
	font-size: 18px;
}

.responsiveEmail_1738 {
	font-size: 24px;
}

.responsiveLinkedIn_1738 {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}

.responsiveLinkedIn_1738 {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}

/*}*/



/* Tablet Horizontal */

/*@media (max-width: 1024px) {*/

/* Change for tablet */
.selfIntro_container_1738 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
}

.introText_1738 {
	font-size: 34px;
	line-height: 46px;
	margin-top: 26px !important;
}
/* Change for tablet */
/*.introText {
	font-size: 46px;
	line-height: 60px;
}*/

.selIntro_quickView_1738 {
	bottom: 80px;
	padding-bottom: 0;
}
/* Change for tablet */
/*.selIntro_quickView {
	bottom: 40px;
	padding-bottom: 0;
}
*/
.quickView_down_1738 {
	width: 40px;
	height: 40px;
}

.project_1738 {
	height: 800px;
}
/* Change for tablet */
/*.project {
	height: 1200px;
}*/

.tablet_logo_1738 {
	width: 24%;
}
/* Change for tablet */
/*.tablet_logo {
	width: 36%;
}*/

.tablet_homeImg_1738 {
	width: 60%;
	margin: 40px auto 0 auto;
}
/* Change for tablet */
/*.tablet_homeImg {
	width: 80%;
	margin: 40px auto 0 auto;
}*/

.tablet_homeImg_light_1738 {
	width: 38%;
	margin: 40px auto 0 auto;
}
/* Change for tablet */
/*.tablet_homeImg_light {
	width: 60%;
	margin: 40px auto 0 auto;
}*/



.selfIntro_1738 {
	min-height: 768px;
	max-height: 1500px;
}
/* Change for tablet */
/*.selfIntro_1738 {
	min-height: 1200px;
	max-height: 1500px;
}*/

.quickView_down_1738 {
	width: 28px;
	height: 28px;
	margin-top: 10px;
}
/* Change for tablet */
/*.quickView_down_1738 {
	width: 34px;
	height: 34px;
	margin-top: 16px;
}*/

.project_btn_1738 {
	width: 220px;
	height: 54px;
	line-height: 54px;
	font-size: 22px;
}
/* Change for tablet */
/*.project_btn_1738 {
	width: 240px;
	height: 62px;
	line-height: 62px;
	font-size: 30px;
}*/


.contact_1738 {
	padding-top: 8vh;
	min-height: 768px;
	max-height: 1500px;
}
/* Change for tablet */
/*.contact_1738 {
	padding-top: 18vh;
	min-height: 1200px;
	max-height: 1500px;
}*/

.contact_portrait_1738 {
	width: 200px;
	height: 200px;
	border: 4px solid black;
}
/* Change for tablet */
/*.contact_portrait_1738 {
	width: 240px;
	height: 240px;
	border: 5px solid black;
}*/

.project_btn_1738 a {
	height: 54px;
	line-height: 54px;
}
/* Change for tablet */
/*.project_btn_1738 a {
	height: 62px;
	line-height: 62px;
}*/

.contact_footer_1738 {
	height: 14vh;
	border-top: 2px solid black; 
}
/* Change for tablet */
/*.contact_footer_1738 {
	height: 18vh;
	border-top: 3px solid black; 
}*/

.font_quickView_1738 {
	font-size: 16px;
}
/* Change for tablet */
/*.font_quickView_1738 {
	font-size: 20px;
}*/

.tablet_homeTitle_1738 {
	font-size: 42px;
	line-height: 54px;
}
/* Change for tablet */
/*.tablet_homeTitle_1738 {
	font-size: 52px;
	line-height: 68px;
}*/

.tablet_homeTitleIntro_1738 {
	font-size: 28px;
	line-height: 38px;
}
/* Change for tablet */
/*.tablet_homeTitleIntro_1738 {
	font-size: 34px;
	line-height: 48px;
}*/

.responsiveMyName_1738 {
	font-size: 26px;
	line-height: 40px;
	margin-top: 20px;
}
/* Change for tablet */
/*.responsiveMyName_1738 {
	font-size: 32px;
	line-height: 48px;
	margin-top: 30px;
}*/

.responsiveMyTitle_1738 {
	font-size: 22px;
}
/* Change for tablet */
/*.responsiveMyTitle_1738 {
	font-size: 28px;
}*/

.responsiveSelfIntro_1738 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 26px;
}
/* Change for tablet */
/*.responsiveSelfIntro_1738 {
	font-size: 24px;
	line-height: 36px;
}*/

.responsiveResume_1738 {
	font-size: 16px;
	margin-top: 40px;
}
/* Change for tablet */
/*.responsiveResume_1738 {
	font-size: 18px;
}*/

.responsiveEmail_1738 {
	font-size: 20px;
	margin-top: 10px;
}
/* Change for tablet */
/*.responsiveEmail_1738 {
	font-size: 24px;
}*/

.responsiveLinkedIn_1738 {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
/* Change for tablet */
.responsiveLinkedIn_1738 {
	width: 44px;
	height: 44px;
	margin-top: 10px;
}

}





@media (max-width: 980px) {

	.tablet_undisplayedInApp {
		display: block;
	}

	.tabletDisplay {
		display: none;
	}

	/* ---------- App Width ----------*/

	.app_4col {
		width: 53.44%;
	}
	.app_6col {
		width: 84.127%;
	}



	.whiteText {
		color: #fff;
	}



	.selfIntro {
		height: 100vh;
	}

	.selfIntro_logo {
		background-image: none;
	}

	.eyeball {
		opacity: 0;
	}

.introText {
	font-size: 56px;
		line-height: 76px;
}

	.selIntro_quickView {
		bottom: 40px;
		padding-bottom: 0;
	}

	.quickView_down {
		width: 60px;
		height: 60px;
	}

	.project {
		height: 1600px;
	}
	.app_bg_project1 {
		background: #3a499d;
	}
	.app_bg_project2 {
		background: #36373a;
	}
	.app_bg_project3 {
		background: #464b4e;
	}
	.app_bg_project4 {
		background: #fec649;
	}
	.app_bg_project5 {
		background: #8a50a0;
	}
	.app_bg_project6 {
		background: #202237;
	}
	.app_bg_project7 {
		background: #365462;
	}
	.app_bg_project8 {
		background: #b1c29a;
	}

	.project_intro {
		opacity: 0.5;
	}

	.project_infoTextPos {
		height: auto;
		width: 100%;
	}

	.project_infoText {
		margin-right: 0;
		position: relative;
		top: 0;
		transform: none;
	}

	.project_app_img {
		position: relative;
	}

	.project_btn {
		width: 400px;
		height: 120px;
		border: 4px solid black;
		line-height: 120px;
		font-size: 52px;
		border-radius: 60px;
	}

	.contact {
		padding-top: 10vh;
		height: 100vh;
		/*min-height: 1200px;*/
	}

	.contact_selfIntro {
		margin: auto;
	}

	.contact_portrait {
		width: 460px;
		height: 460px;
		border: 6px solid black;
	}

	.project_btn a {
		height: 120px;
		line-height: 120px;
	}

	.contact_footer {
		height: 14vh;
		border-top: 4px solid black; 
	}

	.linkedin {
		width: 100px;
		height: 100px;
	}




	.personas {
		font-size: 52px;
		margin-top: 150px;
	}
	.test {
		text-align: center;
		font-size: 68px;
		line-height: 82px;
		margin-top: 70px;
		margin-bottom: 200px;
	}



.font_quickView {
	font-size: 40px;
}

.tablet_homeTitle {
	font-size: 64px;
	line-height: 78px;
}

.tablet_homeTitleIntro {
	font-size: 44px;
	line-height: 60px;
}

.tablet_homeImg, .tablet_homeImg_light {
	width: 100%;
	margin: 40px 0 0 0;
}

.responsiveMyName {
	font-size: 56px;
	line-height: 92px;
	margin-top: 40px;
}

.responsiveMyTitle {
	font-size: 50px;
}

.responsiveSelfIntro {
	font-size: 44px;
	line-height: 60px;
}

.responsiveResume {
	font-size: 40px;
}

.responsiveEmail {
	font-size: 46px;
}

.responsiveLinkedIn {
	width: 100px;
	height: 100px;
	margin-top: 40px;
}



	/* When Height Less Than 1920 */

	.responsive_contact_1920 {
		padding-top: 5vh;
	}
	
	.responsive_contact_portrait_1920 {
		width: 420px;
		height: 420px;
	}

	.responsiveMyName_1920 {
		font-size: 52px;
		line-height: 80px;
	}

	.responsiveMyTitle_1920 {
		font-size: 44px;
	}

	.responsiveSelfIntro_1920 {
		font-size: 40px;
		line-height: 56px;
	}

	.responsiveResume_1920 {
		font-size: 34px;
	}

	.responsiveEmail_1920 {
		font-size: 40px;
	}

	.responsiveLinkedIn_1920 {
		margin-top: 18px;
		width: 90px;
		height: 90px;
	}

	.responsive_contact_footer_1920 {
		height: 15vh;
	}



	/* When Height Less Than 1306 */

	.responsive_contact_1306 {
		padding-top: 6vh;
	}

	.responsive_contact_portrait_1306 {
		width: 300px;
		height: 300px;
	}

	.responsiveMyName_1306 {
		font-size: 42px;
		margin-top: 20px;
		line-height: 70px;
	}

	.responsiveMyTitle_1306 {
		font-size: 36px;
	}

	.responsiveSelfIntro_1306 {
		font-size: 32px;
		line-height: 48px;
	}

	.responsiveResume_1306 {
		font-size: 26px;
	}

	.responsiveEmail_1306 {
		font-size: 32px;
	}

	.responsiveLinkedIn_1306 {
		margin-top: 14px;
		width: 72px;
		height: 72px;
	}

	.responsive_contact_footer_1306 {
		height: 15vh;
	}



	/* When Height Less Than 1920 */

	.responsive_contact_1921 {
		padding-top: 6vh;
	}



	/* When Height Less Than 2000 */

	.responsive_contact_2000 {
		padding-top: 8vh;
	}



	/* Responsive in Desktop */

.tablet_logo_980 {
	width: 36%;
}

.selfIntro_980 {
	min-height: 870px;
	max-height: 1000px;
}

.introText_980 {
	font-size: 44px;
	line-height: 58px;
}

.selIntro_quickView_980 {
	bottom: 30px;
}

.quickView_down_980 {
	width: 30px;
	height: 30px;
	margin-top: 14px;
}

.project_980 {
	height: 1400px;
}

.project_btn_980 {
	width: 230px;
	height: 56px;
	border: 3px solid black;
	line-height: 56px;
	font-size: 24px;
	border-radius: 60px;
}

.contact_980 {
	padding-top: 12vh;
	height: 100vh;
	min-height: 870px;
	max-height: 1000px;
}

.contact_portrait_980 {
	width: 200px;
	height: 200px;
	border: 4px solid black;
}

.project_btn_980 a {
	width: auto;
	height: 56px;
	line-height: 56px;
}

.contact_footer_980 {
	height: 15vh;
	border-top: 3px solid black; 
}

.font_quickView_980 {
	font-size: 18px;
}

.tablet_homeTitle_980 {
	font-size: 42px;
	line-height: 54px;
}

.tablet_homeTitleIntro_980 {
	font-size: 26px;
	line-height: 38px;
}

.tablet_homeImg_980 {
	width: 88%;
	margin: auto;
	margin-top: 40px;
}
.tablet_homeImg_light_980 {
	width: 72%;
	margin: auto;
	margin-top: 40px;
}

.responsiveMyName_980 {
	font-size: 28px;
	line-height: 40px;
	margin-top: 30px;
}

.responsiveMyTitle_980 {
	font-size: 22px;
}

.responsiveSelfIntro_980 {
	width: auto;
	font-size: 18px;
	line-height: 26px;
	margin-top: 40px;
}

.responsiveResume_980 {
	font-size: 16px;
}

.responsiveEmail_980 {
	font-size: 18px;
}

.responsiveLinkedIn_980 {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}

}





@media (max-width: 979px) {

.tablet_logo {
	width: 36%;
}

.selfIntro {
	min-height: 870px;
	max-height: 1000px;
}

.introText {
	font-size: 44px;
	line-height: 58px;
}

.selIntro_quickView {
	bottom: 30px;
}

.quickView_down {
	width: 30px;
	height: 30px;
	margin-top: 14px;
}

.project {
	height: 1400px;
}

.project_btn {
	width: 230px;
	height: 56px;
	border: 3px solid black;
	line-height: 56px;
	font-size: 24px;
	border-radius: 60px;
}

.contact {
	padding-top: 12vh;
	height: 100vh;
	min-height: 870px;
	max-height: 1000px;
}

.contact_portrait {
	width: 200px;
	height: 200px;
	border: 4px solid black;
}

.project_btn a {
	width: auto;
	height: 56px;
	line-height: 56px;
}

.contact_footer {
	height: 15vh;
	border-top: 3px solid black; 
}

.font_quickView {
	font-size: 18px;
}

.tablet_homeTitle {
	font-size: 42px;
	line-height: 54px;
}

.tablet_homeTitleIntro {
	font-size: 26px;
	line-height: 38px;
}

.tablet_homeImg {
	width: 88%;
	margin: auto;
	margin-top: 40px;
}
.tablet_homeImg_light {
	width: 72%;
	margin: auto;
	margin-top: 40px;
}

.responsiveMyName {
	font-size: 28px;
	line-height: 40px;
	margin-top: 30px;
}

.responsiveMyTitle {
	font-size: 22px;
}

.responsiveSelfIntro {
	width: auto;
	font-size: 18px;
	line-height: 26px;
	margin-top: 40px;
}

.responsiveResume {
	font-size: 16px;
}

.responsiveEmail {
	font-size: 18px;
}

.responsiveLinkedIn {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}

}





@media (max-width: 800px) {

.selfIntro {
	min-height: 870px;
	max-height: 920px;
}

.introText {
	font-size: 36px;
	line-height: 48px;
}

.selIntro_quickView {
	bottom: 30px;
}

.quickView_down {
	width: 26px;
	height: 26px;
	margin-top: 10px;
}

.project {
	height: 1200px;
}

.project_btn {
	width: 200px;
	height: 50px;
	border: 3px solid black;
	line-height: 50px;
	font-size: 24px;
	border-radius: 60px;
}

.contact {
	padding-top: 12vh;
	height: 100vh;
}

.contact_portrait {
	width: 180px;
	height: 180px;
	border: 4px solid black;
}

.project_btn a {
	width: auto;
	height: 50px;
	line-height: 50px;
}

.contact_footer {
	height: 15vh;
	border-top: 3px solid black; 
}

.font_quickView {
	font-size: 16px;
}

.tablet_homeTitle {
	font-size: 38px;
	line-height: 48px;
}

.tablet_homeTitleIntro {
	font-size: 24px;
	line-height: 34px;
}

.responsiveMyName {
	font-size: 28px;
	line-height: 40px;
	margin-top: 20px;
}

.responsiveMyTitle {
	font-size: 22px;
}

.responsiveSelfIntro {
	width: auto;
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}

.responsiveResume {
	font-size: 16px;
	margin-top: 30px;
}

.responsiveEmail {
	font-size: 18px;
}

.responsiveLinkedIn {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}

.responsive_contact_portrait_1306 {
	width: 180px;
	height: 180px;
}

}





@media (max-width: 650px) {

.tablet_logo {
	width: 40%;
}

.introText {
	font-size: 30px;
	line-height: 40px;
	margin-top: 24px;
}

.quickView_down {
	width: 24px;
	height: 24px;
	margin-top: 10px;
}

.project{
	height: 860px;
}

}





@media (max-width: 560px) {

.selfIntro {
	min-height: 800px;
	max-height: 920px;
}

.introText {
	font-size: 24px;
	line-height: 34px;
}

.selIntro_quickView {
	bottom: 30px;
}

.quickView_down {
	width: 22px;
	height: 22px;
	margin-top: 10px;
}

.project {
	height: 740px;
	min-height: 740px;
}

.project_btn {
	width: 140px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	border-radius: 60px;
}

.contact {
	padding-top: 7vh;
	height: 100vh;
	min-height: 800px;
	max-height: 920px;
}

.contact_portrait {
	width: 180px;
	height: 180px;
}

.project_btn a {
	width: auto;
	height: 42px;
	line-height: 42px;
}

.contact_footer {
	height: 15vh;
}

.font_quickView {
	font-size: 16px;
}

.tablet_homeTitle {
	font-size: 38px;
	line-height: 48px;
}

.tablet_homeTitleIntro {
	font-size: 24px;
	line-height: 34px;
}

.tablet_homeImg {
	width: 95%;
	margin: auto;
	margin-top: 40px;
}
.tablet_homeImg_light {
	width: 76%;
	margin: auto;
	margin-top: 40px;
}

.responsiveMyName {
	font-size: 28px;
	line-height: 40px;
	margin-top: 20px;
}

.responsiveMyTitle {
	font-size: 22px;
}

.responsiveSelfIntro {
	width: auto;
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}

.responsiveResume {
	font-size: 16px;
}

.responsiveEmail {
	font-size: 18px;
}

.responsiveLinkedIn {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}

.responsive_contact_portrait_1306 {
	width: 180px;
	height: 180px;
}

}
