body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #156f31;
}

.header {
	width: 100%;
	background-color: #005294;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header__logo {
	padding: 28px 10px 14px;
}

.header__nav {
	display: flex;
	justify-content: space-around;
	width: 60%;
	max-width: 1000px;
}

.header__nav a {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 21px;
	line-height: 80px;
}