@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap');

body {
	background-color: #FFF;
}

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

a {
	color: #335a46;
}

.header__contact {
	display: none;
}

.header-wrapper {
	background-color: #00170f;
}

.header {
	width: 100%;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	height: 60px;
}

.header__nav {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-right: 100px;
}

.header__nav a {
	color: white;
	text-transform: uppercase;
    font-size: 15.5px;
    font-family: "Source Sans 3", sans-serif;
	font-weight: 300;
}

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

.header__label {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	width: 1000px;
	margin: auto;
	position: relative;
	top: 182px;
	color: white;
	padding: 18px 20px;
	background-color: #2C3949;
	background-image: url(header_label_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
}