@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');

body {
	border-top: 10px solid #510f1d;
	background-image: url(header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
	background-color: #f8b046;
}

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

a {
	color: #26488d;
}

.header-wrapper {
	border-bottom: 7px solid #5d2634;
	background-image: url(header_bg.jpg);
	margin-bottom: 50px;
}

.header__logo {
	padding: 0 0 10px 0;
}

.logo-wrapper {
	width: 1520px;
	margin: auto;
}

.main {
	width: 1170px;
	padding: 2.5em;
}

.header {
	width: 100%;
}

.sidebar {
	margin-right: 2.5em;
}

.header__nav {
	width: 100%;
	background-color: white;
	text-align: center;
}

.header__nav a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	line-height: 21.6px;
	padding: 24px 80px;
	display: inline-block;
	font-weight: 500;
	color: #2b2b2b;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #510f1d;
	color: white;
}