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

body {
	background-color: white;
}

.container {
	width: 1170px;
}

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

a {
	color: #3170aa;
}

.header-main-wrapper {
	border-top: 20px solid #0e4b8e;
}

.header-wrapper {
	background-color: #0e4b8e;
	border-top: 52px solid #3c72b7;
}

.header {
	padding: 0 1.4rem;
}

.header__logo {
	padding: 15px 0;
}

.header__nav {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: -52px;
}

.header__nav a {
	color: white;
	font-family: Lato, sans-serif;
	line-height: 50px;
	display: inline-block;
	flex-grow: 1;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #0e4b8e;
	border-bottom-color: #fcee24;
}