body {
	background-color: #e6effa;
	font-family: 'Muli', sans-serif;
	color: #6e6e78;
	font-size: 16px;
	font-display: optional;
}


#top, main, footer {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.2rem;
	clear: both;
}

header {
	color: #6e6e78;
}

a {
	color: #6e6e78;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.link:hover {
	color: white;
	text-decoration: none;
}

.bold {
	font-weight: 700;
}

@media screen and (min-width: 800px) {
	body {
		font-size: 16px;
	}

	#top {
		display: grid;
		grid-template-columns: 2fr 2fr;
	}

	.intro {
		float: right;
		max-width: 320px;
		text-align: right;
	}

	#top, main {
		max-width: 1000px;
	}
}

.intro {
	clear: both;
}

/* Nav Header */

.logo {
	float: left;
	margin-right: 1rem;
	margin-bottom: 2.5rem;
}

.logo img {
	/*height: 122px;*/
	/*width: 120px;*/
}

.topnav {
	text-align: right;
}

.topnav ul {
	list-style: none;
}

.topnav li {
	margin-bottom: 0.2rem;
}