@font-face {
	font-family: "Courier Prime";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/courier-prime-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/courier-prime-bold.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/courier-prime-italic.woff2") format("woff2");
}

body {
	font-family: "Courier Prime", "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	max-width: 640px;
	margin: 40px;
	padding: 0;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	margin-top: 1.8em;
	margin-bottom: 0.4em;
}

a:link, a:visited {
	color: rgb(0, 120, 255);
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.headshot {
	position: absolute;
	top: 70px;
	right: 70px;
	width: 518px;
	height: auto;
}

.disclaimer {
	font-style: italic;
	font-size: 0.85em;
	margin-top: 2.5em;
}

.small-e {
	font-size: 0.62em;
}

figure.photo {
	margin: 0 0 2.5em 0;
}

figure.photo img {
	display: block;
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
}

@media only screen and (min-width: 800px) {
	figure.photo {
		width: 760px;
	}
}

ul {
	padding-left: 1.5em;
}

li {
	margin-bottom: 0.2em;
}

@media only screen and (max-width: 1280px) {
	.headshot {
		position: static;
		float: none;
		display: block;
		width: 95%;
		max-width: 470px;
		margin: 1.5em 0 1em 0;
	}
}
