@import url(https://fonts.googleapis.com/css?family=Dosis);

body {
	background-color: white;
}

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

a {
	color: #fd4f00;
}

.header-wrapper {
	background-color: #191919;
	margin-bottom: 10px;
}

.header {
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 10px 0;
	align-items: center;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	color: #8b8a8f;
	transition: ease all 0.3s;
	letter-spacing: 1px;
	margin-left: 35px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
}

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

.main {
	padding: 1.5em 0;
}

.sidebar {
	margin-right: 31px;
}