body {
	background-color: #fffae1;
}

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

a {
	color: #2D597B;
}

.header__logo_link {
	background-color: #fff;
	border: 20px solid white;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}

.header__logo:hover {
	opacity: 0.8;
}

.header {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 20px;
}

.header:after {
	content: '';
	display: block;
	width: 100%;
	height: 250px;
	background-image: url(header_bottom.jpg);
	background-size: cover;
	background-position: center center;
}