@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

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

a {
	color: #2161a6;
}

.header__logo img {
	margin: 18px 0 3px 18px;
	display: inline-block;
}

.header {
	height: 118px;
	background-color: #2161a6;
	margin-top: 60px;
}


.header__nav {
	background-color: #494949;
	font-family: "Montserrat", sans-serif;
	height: 46px;
	align-items: center;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.header__nav a {
	color: white;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	display: inline-block;
	flex-grow: 1;
	text-align: center;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #a8d548;
	color: #494949;
}

.container {
	width: 1023px;
}

body {
	background-color: white;
}