.nav-bar-site {
	display: flex;
	width: 100%;
	height: 100%;
}

.nav-bar {
	width: 15%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px 10px 0 20px;
	border-right: 1px solid #888;
}

.nav-bar .nav-bar-item {
	margin: 5px 8px;
	line-height: 1.4;
	font-size: 22px;
}

.nav-bar a:link {
	text-decoration: none;
}

.nav-bar a:visited {
	color:#000;
	text-decoration: none;
}

.nav-bar a:hover {
	color:#444;
	text-decoration: none;
}

.nav-bar a:active {
	color:#444;
	text-decoration: none;
}

.main-column {
	display: flex;
	flex-direction: column;
	padding: 20px 40px;
	line-height: 1.2;
	font-size: 20px;
}

h2 {
	text-decoration: underline;
	line-height: 0.6;
	font-size: 36;
}
