body {
	background-color: white;
}

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

a {
	color: #1e6f9f;
}

.container {
	width: 1170px;
}

.header .inner {
	width: 1200px;
	height: 130px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header {
	height: 130px;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
}

.header-wrapper {
	background-image: url(header_background.png);
	height: 260px;
	background-size: cover;
	background-position: center center;
}
.header__logo {
	max-height: 80px;
	margin-top: 15px;
}

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

.header__nav a {
    color: white;
    font-size: 16px;
    display: inline-block;
    font-family: "FreightTextProBook-Regular", serif;
    padding: 10px;
}

.header__nav a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

