.navbar {
	min-height: 100px;
	padding:0;
}

nav ul li a {
	font-family: 'Sofia';
	font-size: 1.5em;
  color:white;
  display: block;
  line-height: 46px;
  list-style-type: none;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
}

.scroll-white, .scroll-white a {
	background-color: white;
	color : var(--primary-color);
}

/*nav ul li a:hover, nav ul li .current { background: url("../images/topnav-hover-bg.png") 0 0 repeat-x; color: rgb(255, 255, 255); }
