:root {
	--lightred: #f5cac3;
	--coral: #f28482;
	--yellow: #f6bd60;
	--teal: #84a59d;
	--linen: #f7ede2;
}

header {
	background-image: url("images/homeheader.jpg");
	background-size: cover;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	padding: 0;
} 

header>* {
	text-align: center;
	margin: 5;
}

p {
	text-align: center;
}

h1 {
	color: var(--coral);
	padding: 1em;
	font-size: 4em;
}

ul.nav {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

li.toplinks {
	min-width: 20%;
	margin: .5em; 
}

a.toplink {
	color: var(--linen);
	background-color: var(--teal);
	display: block;
	text-decoration: none;
	padding: .2em 0em .2em;
	border-radius: 4px;
}

h1 {
	font-size: 5em;
	text-align: center;
}

h2 {
	font-size: 2.5em;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	margin: .8em;
}

h4 {
	font-size: 1.2em;
	margin: 1em;
}

body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 130%;
	margin: 0;
	background-color: var(--linen);
}
