/* Single-page personal site (Jeongho/ICNL style) */

body {
	background-image: none;
	background-color: #252122;
}

#header {
	background-image: none;
}

#footer {
	background-image: none;
}

#main,
#main .box,
#main .box.post,
#main p,
#main li {
	color: #252122;
}

#main .box.post > header h2 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
}

#main .box.post > header p {
	font-size: 1.05em;
	margin-top: 0.35em;
}

.profile-photo {
	max-width: 220px;
	width: 30%;
	height: auto;
	display: block;
	margin: 0.5em 0 1.25em 0;
	border-radius: 4px;
	object-fit: cover;
	aspect-ratio: 3 / 4;
}

.contact-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5em 0;
}

.contact-list li {
	margin: 0.25em 0;
}

.box.post section {
	margin-top: 1.75em;
}

.box.post section > header h3 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	color: #252122;
}

.item-list {
	list-style: disc;
	padding-left: 1.25em;
	margin: 0 0 0.5em 0;
}

.item-list li {
	margin-bottom: 0.55em;
	line-height: 1.55;
}

.pub-list {
	list-style: decimal;
	padding-left: 1.4em;
	margin: 0 0 1em 0;
}

.pub-list li {
	margin-bottom: 0.75em;
	line-height: 1.55;
}

.pub-list strong {
	font-weight: 700;
	color: #252122;
}

.venue-accent {
	color: #d52349;
	font-weight: 700;
}

.subhead {
	font-size: 1em;
	font-weight: 700;
	margin: 1em 0 0.4em 0;
}

@media screen and (max-width: 736px) {
	.profile-photo {
		width: 45%;
		max-width: 180px;
	}
}
