@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');

body {
	background-color: #FFF;
}

a {
	color: #cbb88e;
}

.main {
	margin-top: 60px;
	padding: 0 40px;
	width: 1040px;
}

.header__main {
	padding: 0 40px;
	width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	width: 100%;
	height: auto;
	width: 225.6px;
	margin-top: 6px;
}

.header {
	width: 100%;
	height: 88px;
	border-bottom: 16px solid #cbb88e;
	background-color: #eeeeee;
}

.header-wrapper::after {
	content: '';
	background-image: url('header-bg.png');
	display: block;
	width: 100%;
	background-size: cover;
	height: 249px;
	background-position: 50% calc(50% - 0.5px);
	margin-top: 0;
}

.header__nav {
	width: 75%;
	padding-left: 1.5%;
	margin-top: 20px;
	display: flex;
}

.header__nav a {
	margin: 0 17.4px 0 14px;
	font-size: 13px;
	color: #666666;
	font-weight: 700;
	font-family: 'Cabin', sans-serif;
	line-height: 37px;
}

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