.sbar{
	position:sticky;
	top:54px;
}

.sblink{
	display:block;
	width:50%;
	font-family:'montserrat alternates';
	font-size:21px;
	font-weight:500;
	letter-spacing:1px;
	color:#b30000;
	line-height:34px;
	border-radius:0 20px 20px 0;
	padding:0 25px 0 14px;
	margin-bottom:9px;
}

.sbact, .sblink:hover{
	background:#eee;
}
