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

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

a {
	color: #c22;
}

body {
	background-color: #fff;
	min-height: 100vh;
}

.header-wrapper {
	background-color: #1C2331;
}

.header {
	width: 100% !important;
	max-width: 1374px;
	padding: 0 15px;
	display: flex;
	gap: 100px;
}

.header__logo {
	padding: 4px 0;
	display: inline-block;
}

.header__logo img {
	max-width: 150px;
}

.header__nav {
	font-family: "Noto Serif";
	display: flex;
	gap: 90px;
}

.header__nav a {
	padding: 14px 10px 15px;
    display: flex;
	align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "Noto Serif";
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.header__nav a:hover {
	background-color: #141A26;	
}

.container {
	width: 1170px;
}
