body {
	font-family:'source sans pro',sans-serif;
	font-weight:normal;
	color:#000000;
	margin:0;
	padding:0;
	background-color:white;
}

.cover {
	margin:auto;
	width:80%;
	padding-top:35vh;
	text-align:center;
}

.cover h1 {
	font-size:80pt;
	font-weight:bold;
	color:#fbbd01;
	margin:0;
	padding:0;
}

.cover h2 {
	font-size:20pt;
	font-weight:normal;
	margin:0;
	padding-top:2vh;
	padding-bottom:3.5vh;
}

.about {
	margin:auto;
	width:80%;
	padding-top:28vh;
	text-align:center;
	line-height:1.5;
}

.about h1 {
	font-size:50pt;
	font-weight:bold;
	color:#fbbd01;
	margin:0;
	padding-top:3vh;
}

.about h2 {
	font-size:20pt;
	font-weight:normal;
	margin:0;
	padding-top:2vh;
	padding-bottom:3.5vh;
}

.publications {
	margin:auto;
	width:600px;
	text-align:center;
	padding-top:14vh;
}

.publications img {
	max-width:600px;
	margin:0;
	padding:0;
}

.publications h1 {
	font-size:20pt;
	font-weight:bold;
	color:black;
	margin:0;
	padding:0;
	line-height:1.5;
}

.publications h2 {
	font-size:12pt;
	font-weight:100;
	color:black;
	margin:0;
	padding:0;
	line-height:1.5;
}

a {
	text-decoration:none;
	color:#fbbd01;
	text-align:right;
	font-size:50pt;
	font-weight:bold;
}

a:hover {
	color:#000000;
}

mark {
background-color:#fdf1c4;
}

.home {
	position:fixed;
	margin:0;
	padding:0;
	right:20px;
	bottom:0;
}