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

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

a {
	color: #0f74be;
}

.container {
	width: 1100px;
}

.header-wrapper {
	height: 78px;
    background-color: #053951;
}

.header__logo {
	max-height: 60px;
}

.header__nav {
    text-align: center;
    padding-right: 17.85px;
    justify-content: space-between;
}

.header__nav a {
	font-family: 'Archivo Narrow', sans-serif;
	color: white;
	font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    text-decoration: none;
}

.header__nav a:hover {
	background-color: #03597f;
}

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

body {
	background-color: white;
}
