@charset "UTF-8";
/* CSS Document */

body{
	background-color: lightgrey;
}

h1 {
	font-family: "Urbanist", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 800;
  	font-style: normal;
	font-size: 5rem;
	margin-top: 0em;
	color:slategrey;
}

h2 {
	font-family: "Urbanist", sans-serif;
	font-weight: 200;
  	font-style: normal;
	font-size: 3rem;
	margin-top: -1.25em;
	color:slategray;
}

.intro{
	margin-left: 2rem;
}

#headshot{
	margin-top: -1.5em;
	margin-bottom: 3rem;
}

.work{
	margin-left: 2rem;
}

.bio{
	margin-left: 2rem;
	background-color: slategrey;
	padding: 20px 40px;
	font-family: "Urbanist", sans-serif;
	font-weight: 300;
  	font-style: normal;
	color: aliceblue;
}

a:link {
	color: lightgray;
}

a:visited {
	color: black;
}

a:hover {
	color: white;
}