a {
	color: #0404d8;
	text-decoration: none;
	margin-top: 3px;
	display: inline-block;
}

a:hover {
	border-bottom: 1px solid #0404d8;
	margin-bottom: -1px;
}

article {
	margin-top: 150px;
}

article div {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 18px;
  color: #191919;
  font-weight: normal;
  letter-spacing: 0.03em;
}

article div div.padding {
	padding-left: 10px;
}

article div p#name {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.01em;
}

article div span {
	color: #666666;
	margin-bottom: 11px;
	display: block;
}

article div#about {
	background: #ebf3cf;
	padding: 17px 0 27px 0;
	margin-bottom: 55px;
	margin-top: 55px;
}

.clear {
	clear: both;
}

@media screen and (max-width: 480px) {
	a {
		border-bottom: 1px solid #0404d8;
	}
	a:hover {
		margin-bottom: 0px;
	}
	article {
		margin-top: 80px;
	}
	article div p#name {
		margin-bottom: 70px;
	}
	article div#about {
		margin-bottom: 75px;
		margin-top: 25px;
	}
	#text_about {
		padding-right: 70px;
	}
}