@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body {
	background-color: #fff;
}

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

a {
	color: #187a60;
}

.container {
	width: 1200px;
}

.header-wrapper {
	background-image: url(carbon_fiber.png);
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Lato", sans-serif;
	color: #fff;
	height: 132px;
	padding: 21px;
}

.header a {
	color: #fff;
	padding: 5px;
	transition: 0.5s all;
	font-size: 18px;
}

.header span {
	font-size: 18px;
}

.header a:hover {
	color: rgb(24, 122, 96);
	background-color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
}

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

.header__logo:hover {
	background-color: transparent !important;
}

.header__left,
.header__right {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

nav {
	font-size: 0;
}

/* @media screen and (max-width: 1310px) {
	.header__right {
		display: none;
	}
} */