.scroll-nav-bar2{
 	height: 45px;
	display: inline-flex;
 	overflow-x: scroll;
	overflow-y: clipped;
	padding-top: 12px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.scroll-nav-bar2::-webkit-scrollbar {
	display: none;
	width: 0;
    height: 0;
}

.scroll-nav-bar2 a {
	color: white;
	text-decoration: none;
}

.scroll-link2{
	height: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 7px;
    font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	position: relative;
    z-index: 10;
	white-space: nowrap;
	background: black;
	float: left;
	line-height: 0px;
	-webkit-box-sizing: border-box;
	display: flex; 
}