@font-face {
  font-family: "source-code";
  src: url("../fonts/SourceCodePro-Regular.ttf");
}

#header-wrapper {
	height: 60px;
	width: 100vw;
}

#header-wrapper header {
	width: auto;
	max-width: 960px;
	height: 60px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
  font-family: "source-code";
}

#header-wrapper header h1 a {
	margin-left: 16px;
	font-size: 20px;
	font-weight: normal;
}

#header-wrapper header nav menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
}

#header-wrapper header nav menu li {
	padding: 0 24px 0 0;
}
