@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

body {
	background-color: #f1f2ed;
}

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

a {
	color: #70252e;
}

a:hover {
	color: #ab6400;
}

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

.header__logo {
	padding: 14px 0;
}

.header__nav {
	width: 100%;
	text-align: center;
	background-color: rgba(22,75,97,.5);
	margin-bottom: 4px;
}

.header__nav a {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 1px;
	padding: 18px;
}

@media (min-width: 768px) {
	.header-main-wrapper:before {
		content: ' ';
		display: block;
		background-image: url(body_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		width: 100%;
		position: absolute;
		height: 500px;
	}
}