html, body, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}

.page-container {
	max-width: 1300px;
}

.bio-card {
	display: flex;
}

.bio-text {
	text-align: justify;
}

.bio-text p {
	max-width: 700px;
}

.bio-photo img {
	width: 350px;
	position: relative;
	top: 30px;
	left: 10px;
}

.header-card h1 {
	text-align: center;
}

.header-card p {
	text-align: center;
}

.pub-entry {
	margin-bottom: 14px;
}

.pub-links {
	white-space: nowrap;
}

.pub-forthcoming {
	font-style: italic;
}

.pub-tags {
	margin-top: 3px;
}

.badge {
	display: inline-block;
	font-size: 11px;
	font-family: "Courier New", monospace;
	font-weight: bold;
	color: #fff;
	padding: 2px 7px;
	border-radius: 4px;
	margin-right: 8px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	cursor: default;
}

.badge-journal {
	background-color: #00695c;
}

.badge-conference {
	background-color: #ef6c00;
}

.badge-thesis {
	background-color: #607d8b;
}

.tag {
	display: inline-block;
	font-size: 11px;
	background-color: #e0e0e0;
	color: #444;
	padding: 1px 8px;
	border-radius: 8px;
	margin: 2px 4px 2px 0;
	cursor: pointer;
}

.tag:hover {
	background-color: #cfcfcf;
}

.tag.active {
	background-color: #00695c;
	color: #fff;
}

.pub-filter-status {
	font-size: 13px;
	color: #444;
	margin-bottom: 14px;
}

.pub-filter-status:empty {
	display: none;
}

.project-status {
	font-style: italic;
	color: #888;
}

.pub-filter-clear {
	margin-left: 6px;
	color: #00695c;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.pub-year-heading {
	color: #00695c;
	margin-bottom: 10px;
}

.pub-year-separator {
	border: none;
	border-top: 1px solid #ddd;
	margin: 18px 0;
}

.pub-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
