
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: 'Lato',sans-serif;
  background: #FFF
}

p {
  font-family: 'Lato',sans-serif;
}

h1,h2,h3,h4,h5{font-family:'Lato'}
.CorsiFadSidebar h3{ font-family:'Lato'}


.footer .footerMenu h3{ font-family: 'Lato'; }

.topBar{
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-color: #e8e8e8;
}

.navbar-default .container {
    background: #FFF;
	box-shadow: none;
}

.navbar-default .navbarHeadC li a.nav-link{
	color: #444;
}

.navbar-default .navbarHeadC li a.nav-link{
	margin-left: 0px;
	text-transform: uppercase;
	font-size:14px;
}

.copyRight{ background-color: #173D69; }
.copyRight .container{ background-color: #173D69; }
.copyRight p{ color: #FFF; }
.copyRight p a, .copyRight p a:hover{ color: #FFF !important; }