@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body {
	background-color: #2b4475;
	background-image: url(body_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

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

a {
	color: #b7410e;
}

.container {
	width: 1170px;
}

.header-wrapper:before {
	content: '';
	display: block;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	height: 35px;
	background-color: #2b4475;
}

.header-wrapper {
	background-color: rgba(255,255,255,.55);
	margin-bottom: 30px;
}

.header {
	display: flex;
}

.header__logo {
	margin: 7.2px 0 16px;
}

.header__nav {
	text-align: right;
	flex-grow: 1;
	align-self: flex-end;
	padding-bottom: 10px;
}

.header__nav a {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: rgb(68,101,158);
	padding: 0 20px;
}