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

body {
	background-color: white;
}

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

a {
	color: #794D2A;
}

.header {
	display: flex;
	justify-content: space-between;
}

.header__nav a {
	font-family: 'Open Sans';
	font-weight: 600;
	color: rgba(0,0,0,.6);
	line-height: 90px;
	padding-left: 27px;
}

.header__nav a.active {
	color: #2ea3f2
}

.header__logo {
	max-height: 90px;
}

.header-wrapper {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
}

.container {
	width: 1080px;
}

.main {
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar {
	margin-right: 50px;
}