body {
	font-family: century-gothic, sans-serif;
	font-size: 11pt;
}

@media all and (max-width: 800px) {
	body {
		margin: 2px;
	}
}

h1 {
	font-size: 38px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.header {
	height: 10vh;
}

.content {
	min-height: 100vh;
	max-width: 900px;
	margin: auto;
}

.footer {
	margin: auto;
	max-width: 900px;
	padding: 20px;
}

.info, .education {
	padding: 20px;
}

.info img {
	max-height: 200px;
}

.link {
	color: #0005a0;
}

.in-text-link {
	color: inherit;
	text-decoration: none;
}

/* Education */
.education-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.education-item {
	margin-bottom: 10px;
}

.education-year {
	font-weight: bold;
}

.education-sub-item {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0005a0;
}

.education-sub-date {
	font-style: italic;
}

/* Footer */
.footer {
	color: rgba(0, 0, 0, 0.65);
}