@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700');

body {
	background-color: white;
}

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

a {
	color: #777;
}

.header__logo {
	width: 120px;
}

.header {
	width: 100%;
	height: 110px;
	background-color: white;
	border-bottom: 30px solid #909090;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.header__nav {
	margin-right: 25px;
}

.header__nav a {
	color: #777;
	font-family: 'Exo 2';
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 80px;
	margin-left: 25px;
}

.header__nav a:hover {
	color: black;
	text-decoration: none;
}

.main {
	width: 1080px;
}

.sidebar {
	margin-right: 50px;
}

.footer {
	height: 160px;
}

.footer-wrapper {
	background-color: #F8F8F8;
}