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

a {
	color: #C04126;
}

#header > a > img {
	max-height: 165px;
}

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

.header__logo {
	padding: 10px 0;
}
/* 
.header-wrapper:after {
	content: "";
	display: block;
	background-image: url(body-bg.jpg);
	width: 100%;
	height: 400px;
    background-size: cover;
	background-position: center;
	border-top: 10px solid #296DA7;
	opacity: 0.8;
} */

.header__nav {
	display: block;
	text-align: right;
	font-weight: 600;
}

.header__nav a {
	display: inline-block;
	color: black;
	padding-left: 20px;
}

.header__nav a:hover {
	text-decoration: none;
	color: #296DA7;
}

body {
	background-color: white;
}

.container {
	width: 1120px;
}

.main-wrapper::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 400px;
	background-image: url(body-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/* 
.main {
	margin-top: -300px;
	border: 1px solid #d2d2d2;
} */