body{
	background: #fafafa;
	/*text-align: center;*/
}

#mainDiv{
	margin: 3% auto 0 auto;
	max-width: 24cm;
    width:90%;
	/*background: #f00;*/
	text-align: center;
}

#myFace{
	width:20%;
	#height:10%;
	border-radius:32px;
	margin: 0 auto;
	display:block;
    float: left;

}

#myName{
	color:#333;
	margin-bottom: 0px;
}
#myNameDetail{
	color:#888;
}
#myNameFooting{
	color:#888;
	margin-top:0px;
}

#Menu{
	box-sizing: border-box;
	width:100%;
    /*background:#ddd;*/
	float:left;
	margin-bottom: 16px;

	/*border-radius: 16px;*/
	/*border-width: 0 4px 0 4px;*/
	/*border-style: solid;*/
	/*border-color: #888;*/
	/*height:64px;*/
}

h4.MenuItemTitle{
	/*margin-bottom: 0px;*/
	margin: 0 auto 0;
}

#PortfolioMenu{
	/*display: block;*/
	float: left;
	box-sizing: border-box;
	width:50%;
	/*background:#0f0;*/
	border-right: 1px solid #888;
	margin-bottom:2px;
	text-decoration: none;
	color: #005599;
}

#BlogMenu{
	/*display:block;*/
	/*float:left;*/
    margin: 0 auto;
	/*margin-left: 50%;*/
	box-sizing: border-box;
	width:50%;
	/*background:#00f;*/
	/*border-left: 1px solid #888;*/
	margin-bottom:2px;
	text-decoration: none;
	color: #005599;

}

#WhoAmIDiv{
	overflow: hidden;
	height: 256px;
	position: relative;
	padding: 8px;
	/*border: 2px solid #e;*/
    background: #eeeeee;
	border-radius:16px;
	color: #111;
    margin-left: 22%;

}

#WhoAmIDiv .read-more{
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 50px 0 16px 0;

	background-image: linear-gradient(to bottom, rgba(238,238,238,0), rgba(238,238,238,255));
	/*border-bottom: 8px solid white;*/
	
}

#WhoAmIDiv .read-more a{
	color: #059;
	background: #fff;
	border-radius: 8px;
	border: 8px solid #fff;
	font-size: 1.1em;
	font-weight:550;
	box-shadow: 6px 6px 10px 2px rgba(0,0,0,.3);
}

#WhoAmIDiv p{
    font-family: "Open Sans";
	text-align: justify;
    line-height: 1.6rem;   /* within paragraph */
    margin-bottom: 30px; /* between paragraphs */
}

#LinksSection{
	/*width: */
	margin: 0 auto;
	text-align: left;
}

#LinksSection a{
	color: #059;
	/*border: 2px solid #f00;*/

}

#LinkSection a:link{

}

#LinkSection a:visited{

}

#LinkSection a:hover{

}

#LinkSection a:active{

}
