body#about {
	background: #fff;
	color: #000;
}

#about nav {
	position: relative;
}

#about nav.fixed_header {
	position: fixed;
}

#about a {
	color: inherit;
}

#about .cv-sec a {
	color: #444455;
	text-decoration: underline;
}

#about .portrait,
#about #intro,
#about #cv {
	box-sizing: border-box;
	float: left;
	width: 100%;
}

#about .portrait {
	padding: 80px 40px 0;
	text-align: center;
}

#about .portrait figure {
	margin: 0 auto;
	max-width: 580px;
}

#about .portrait img {
	display: block;
	height: 495px;
	object-fit: cover;
	width: 100%;
}

#about .portrait figcaption {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	margin-top: 15px;
	text-align: left;
}

#about #intro {
	padding: 285px 40px 0;
}

#about #intro h1 {
	color: #000;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 595px;
}

#about .copy {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
	margin: 225px auto 0;
	max-width: 890px;
}

#about .copy p {
	margin: 0 0 15px;
}

#about .copy p + p {
	margin-top: 15px;
}

#about #cv {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	padding: 120px 40px;
}


#about .cv-sec {
	border-top: 1px solid #333;
	padding-top: 30px;
}

#about .cv-in {
	margin: 0 auto;
	max-width: 890px;
}

#about #cv h2,
#about #cv h3 {
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
}

#about #cv h2 {
	margin-bottom: 80px;
}

#about .cv-sec + .cv-sec {
	margin-top: 80px;
}

#about .cv-sec h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
}

#about .cv-table {
	border-collapse: collapse; 
	width: 100%;
}

#about .cv-table,
#about .cv-table * {
	border: none;
	vertical-align: top;
}

#about .cv-row {
	gap: 20px;
	grid-template-columns: 170px minmax(0, 1fr);
	margin-top: 15px;
}

#about .cv-year,
#about .cv-detail {
	min-width: 0;
}

@media (max-width: 700px) {
	#about .portrait,
	#about #intro,
	#about #cv {
		padding-left: 25px;
		padding-right: 25px;
	}

	#about .portrait {
		padding-top: 45px;
	}

	#about .portrait img {
		height: auto;
	}

	#about #intro {
		padding-top: 120px;
	}

	#about #intro h1 {
		font-size: 30px;
	}

	#about .copy {
		font-size: 18px;
		margin-top: 95px;
	}
}
