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

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

a {
	color: #E83751;
}

body {
	background-color: #fff;
}

.container {
	width: 1200px;
}

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

.header a {
	color: #999;
}

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

.header__logo img {
	max-height: 90px;
}

.header__nav {
	padding: 0 50px;
	font-family: "proxima-nova", sans-serif;
	text-transform: uppercase;
	font-size: 0;
}

.header__nav a {
	font-size: 12px;
	letter-spacing: .12em;
	font-weight: 500;
	padding: 6px;
}

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

.socials {
    font-size: 0;
    margin-bottom: 15px;
}

.socials a {
	font-size: 20px;
	padding: 5px;
	transition: 170ms ease-in-out;
}

.socials a:hover {
	text-decoration: none;
	color: #BFBFBF;
}

.socials a:last-child {
	padding-right: 0;
}

.sidebar {
    margin-right: 41px;
}