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

:root {
	--container: 1200px;
}

body {
	background-color: #384030;
}

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

a {
	color: #a32c28;
}

a:hover {
	color: #7b8055;
}

.header__contact {
	display: none;
}

.header {
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	margin: 40px auto;
}

.header__logo {
	margin-left: -6px;
}

.header__inner {
	background: #7b8055;
	border-style: inset;
	border-color: #454830;
	border-top-color: #a5a98c;
	border-right-color: #a5a98c;
	border-width: 3px;
	height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__nav {
	display: flex;
	align-items: stretch;
}

.header__nav a {
	color: white;
	text-shadow: 2px 3px 1px rgb(0, 0, 0, 0.7);
	line-height: 58px;
	padding: 0 9px;
	text-transform: uppercase;
	font-family: 'Magra', sans-serif;
	font-size: 18px;
}

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