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

body {
	background-color: #dedede;
}

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

a {
	color: #005696;
}

.header-wrapper {
	border-top: 39px solid #005696;
	margin-bottom: 63px;
	background-color: white;
	border-bottom: 9px solid #E0E4E6;
}

.header__logo {
	margin-top: -30px;
	margin-bottom: -53px;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-size: 16px;
	font-weight: 700;
	font-family: Sintony, sans-serif;
	color: rgb(35, 31, 42);
	line-height: 91px;
	letter-spacing: .5px;
	display: inline-block;
	margin-bottom: -9px;
	padding: 0 30px 9px;
}

.header__nav a:hover {
	background-color: #51cdf5;
	box-shadow: 0 -9px 0 rgba(0,161,213,.7) inset;
	text-decoration: none;
}