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

body {
    background-color: white;
}


.container {
	width: 1120px;
}

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

a {
	color: #691c26;
}

.header-wrapper {
	background-color: #161616;
}

.header {
	width: 100%;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__contact {
	display: none;
}

.header__logo {
	height: 80px;
}

.header__nav {
	padding: 46px 0px;
}

.header__nav a {
	color: rgb(247, 247, 247);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 26px;
	letter-spacing: 1px;
}

.header__nav .contact {
	font-weight: bold;
}

.header {
	border-bottom: 1px solid #B2B2B2;
	display: flex;
	justify-content: space-between;
}
