@charset "utf-8";

#designer h2  , #experiences h2, #education h2{
	text-align: center;
	float: left;
	width: 100%;
	font-size: large;
}
#designer  , #experiences  , #education{
	margin-top: 11px;
	width: 50%;
	float: left;
	position: relative;
}
#designer_article   ,  #experience_article , #education_article{
	width: 95%;
	/* float: left; */
	margin-left: 5%;
	/* margin-top: -6px; */
	margin-bottom: 10%;
	display: inline-block;
}

#education {
	clear: left;
	top: -150px;
}

#designer img {
	margin-left: 5%;
	/* padding-left: 7px; */
	/* position: absolute; */
	left: -30px;
	top: 29px;
	width: 30%;
	display:inline-block;
}
#designer_article a {
	color: #484848;
	font-style: normal;
	text-decoration: underline;
}
#designer_article a:hover  , #designer_article a:focus{
	/* [disabled]color: #2B1984; */
	font-style: italic;
}
#designer_article a:active    {
	/* [disabled]color: #666666; */
	font-style: italic;
}
