.navtop {
	background-color: #d6d6d6;
	height: 60px;
	width: 100%;
	border: 0;
	font-family: 'Signika Negative', sans-serif;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	font-family: 'Signika Negative', sans-serif;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
	font-family: 'Signika Negative', sans-serif;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: black;
	font-weight: bolder;
	font-family: 'Signika Negative', sans-serif;
}

.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: 'Signika Negative', sans-serif;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #858687;
	transition: color 0.2s;
	font-family: 'Signika Negative', sans-serif;
}
