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

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

a {
	color: #e45d15;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header-wrapper {
	border-bottom: 20px solid #234027;
	box-shadow: 0px 8px 5px #00000034;
	position: relative;
	z-index: 10;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 21px;
}

.header__logo img {
	max-height: 138px;
}

.header__nav a {
	font-family: "Lato", sans-serif;
	font-size: 19.2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}

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