@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #303e50;
}

a {
	color: #333399;
}

body {
	background-color: #FFF;
}

.header {
	width: 100%;
	border-top: 5px solid #333399;
	padding: 20px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo img {
	width: 303px;
}

.header nav a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 5px;
}

.header nav a:hover {
	color: #FFF;
	background-color: #333399;
	text-decoration: none;
}

.header nav svg {
	margin-bottom: 8px;
}