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

body {
	background-color: #FFF;
}

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

a {
	color: #6F373A;
}

.container {
	width: 1100px;
}

.header {
	width: 100%;
	background-color: white;
}

.header__logo {
	max-height: 140px;
	margin: 0 0 4px 50px;
}

.header__nav {
	width: 100%;
	background-color: #6F373A;
	display: flex;
	text-align: center;
	padding: 3px 0;
}

.header__nav a {
	font-size: 19.2px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	flex-grow: 1;
	justify-content: space-around;
	padding-right: 20px;
}

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

.socials {
	position: absolute;
	top: 2px;
	right: 32px;
	font-size: 0;
}

.socials a {
	font-size: 20px;
	color: #1c82be;
	padding: 0 20px;
}

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