@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url("https://use.typekit.net/zhn3mkt.css");

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: rgb(84, 72, 66);
}

a {
	color: #e79a24;
}

.main {
	padding: 15px;
	width: 970px;
	margin-top: 47px;
}

.header {
	width: 100%;
}

.header__main {
	width: 100%;
	padding: 0 15px;
	background-color: #e79a24;
	display: flex;
	justify-content: space-between;
	height: 113px;
}

.header__logo {
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
}

.header__nav {
	display: flex;
}

.header__nav a {
	color: white;
	line-height: 75px;
	padding: 0 12px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.header__nav a:last-of-type {
	padding-right: 0;
}

.header__nav a:first-of-type {
	padding-left: 0;
}

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

.header__title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	padding: 34px 0 25px;
	line-height: 32.4px;
	font-size: 24px;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	color: #544842;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.main {
		width: 1170px;
	}
}