@import url("https://use.typekit.net/gth6ewu.css");

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

a {
	color: #84bd00;
}

.container {
	width: 1100px;
}

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

.header-wrapper {
	border-top: 15px solid #84bd00;
	margin-bottom: 30px;
}

.header__nav {
	font-family: "Futura PT", sans-serif;
	display: block;
	float: left;
}

.header__nav a {
	font-size: 14px;
	color: #505050;
	padding: 22px 15px;
	border-bottom: 4px solid transparent;
	width: 100%;
	letter-spacing: 0.235px;
}

.header__nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #84bd00;
    border-bottom: 4px solid #84bd00;
    letter-spacing: 0;
}

.sidebar {
	margin-right: 51px;
}

body {
	background-color: #fff;
}