/*
	Structure/Globals
*/

body{
	background: #eff2ed;
	color: #3e3d37;
}

html{
	font: 16px/1.4285714286 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
}

h1{
	font-weight: bold;
}

h2{
	font-size: 1.75rem;
	font-weight: bold;
}

h3{
	font-weight: bold;
}

h4{
	font-size: 1.25rem;
}

h5{
	font-size: 1rem;
	font-weight: 500;
}

p,
nav,
li{
	font-size: .875rem;
}

li p{
	font-size: 1rem;
}

a{
	padding: 1px 0 2px;
	color: inherit;
	border-bottom: 2px solid #f5d828;
}

a:hover,
a:focus{
	color: #111;
	background: #dbe1d6;
	border-color: #eacb0b;
}

/*
	Figures
*/

.figure-container{
	background: #f5d828;
	overflow: hidden;
}

.figure-container img{
	display: inline;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

/*
	Header
*/

header{
	padding: 2rem 0;
	line-height: 1.7;
}

header h1{
	font-size: 2.5rem;
	line-height: 1;
}

header h1 a,
header h1 a:focus,
header h1 a:hover{
	margin-left: -5px;
	padding: 1px 5px 2px;
	border: none;
}

header nav a.this{
	color: #989f92;
	border-bottom: 2px solid #cad1c5;
}

/*
	Footer
*/

footer{
	min-height: 3rem;
	border-top: 2px solid #cad1c5;
}

/*
	Home
*/

.home header{
	position: absolute;
	top: 50%;
	max-width: 73.125rem;
	margin-top: -80px;
}