.snav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 55px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	background-color: #000e4d;
	overflow-x: auto;
	display: flex;
}


.snav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	min-width: 50px;
	overflow: hidden;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.1s ease-in-out;

}

.snav-link:hover {
	color: #d52024;
}

.link-active {
	color: #d52024;
}

.nav-icon {
font-size: 18px;
}