@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #2F2E2E;
}

a {
	color: #6A96A5;
}

body {
	background-color: #fff;
}

.header__logo img {
	max-height: 80px;
	margin-bottom: 15px;
}

.header {
	padding: 10px 0;
}

.header__nav {
	display: flex;
	justify-content: space-between;
}

.header__nav a {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, sans-serif;
	color: #9e9e9e;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 5px;
	transition: all 0.4s;
}

.header__nav a:hover {
	text-decoration: none;
	color: #2f2e2e;
	border-color: #2f2e2e
}

.header-wrapper {
	background-image: url(header-bg.png);
}

.main {
	padding: 2rem 0;
}

.sidebar {
	margin-right: 2rem;
}