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

body {
	background-color: white;
}

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

a {
	color: #000;
}

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

.header__logo {
	height: 96px;
	margin: 20px 0;
}

.header__nav {
	margin-top: 56px;
	margin-right: 36px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.header__nav a {
	color: #7aaa36;
	padding: 12px 14px 15px 10px;
}

.header__nav a:not(:last-child) {
	background-image: url(nav_link_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.header-wrapper {
	border-bottom: 40px solid #7AAA36;
	padding-bottom: 40px;
}

.main {
	width: 1100px;
}