body {
	background-image: url('pics/bg.svg');
	background-position: center;
	color: #444;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 1em;
	text-align: justify;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	line-height: 1.3;
	-webkit-font-feature-settings: 'kern', 'liga';
	-moz-font-feature-settings: 'kern', 'liga';
	font-feature-settings: 'kern', 'liga';
	text-rendering: optimizeLegibility;
}

.u-wrapper {
	background-color: #F7F7F2;
	border-style: solid;
	border-width: 6px;
	margin: auto;
	max-width: 42rem;
	padding: 10px;
	text-align: center;
}

.u-padding {
	padding: 0 1rem;
}

h1, h2, h3, h4 {
	font-family: 'Libre Baskerville', serif;
	color: #222;
	font-weight: 400;
}

h1 {
	font-size: 1.8em;
}

h2 {
	margin-bottom: 5px;
	font-size: 1.5em;
}

em {
	font-family: 'Libre Baskerville', serif;
	font-size: 0.9em;
}

a {
	color: #EE6650;
	text-decoration: none;
	border-bottom: 1px dotted #EE6650;
}

a:hover {
	border-bottom-style: solid;
}

.footer {
	text-align: center;
	line-height: 1.5;
}

.link-list {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.link-item {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	margin: 0 20px;
}

.link-item a {
	display: flex;
	align-items: center;
}

.link-icon {
	height: 1em;
	width: auto;
	margin-right: 10px;
}

hr {
	margin: 1.8em 0;
}

object.email {
	height: 2em;
	margin: -1em 0;
	vertical-align: middle;
}
