@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');


body {
	font-family: 'Syne', sans-serif;
	background: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Syne', sans-serif;
}

p {
	font-family: 'Syne', sans-serif;
}

p>a {
	text-decoration: underline;
}

p>a:hover {
	text-decoration: underline;
	color: rgba(107, 94, 72, 1);
	font-weight: 500;
}

a {
	font-family: 'Syne', sans-serif;
}

ul.hidden-xs.nav.nav-pills.navbar-center>li {
	margin: 0px 10px !important;
	box-shadow: 5px 4px 19px rgba(0, 0, 0, 0.08) !important;
	border-radius: 0px !important;
}




@media(max-width:1024px) and (min-width: 992px) {
	.inpill {
		width: 100% !important;
	}
}