@import url("/templates/global.css");

body {
	background-color: #FFF;
}

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

a {
	color: #b15a2d;
}

.header-wrapper {
	
}

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

.header__logo img {
	width: 288px;
}

.header__nav {
	display: flex;
	gap: 45px;
}

.header__nav a {
	font-weight: 300;
	text-decoration: none;
	font-size: 16px;
	color: #333;
}
