br{
	display: block;
	margin-bottom: 1em;
}
.sidebar-item {

	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	bottom:0;
	padding: 0 15px;
}
#hovs:hover { 
	 -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	background-color:#ffc100;
font-family: 'Oswald', sans-serif; 
font-size: 15px;

}
#hov:hover { 
	 -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	background-color:#ffc100;
font-family: 'Oswald', sans-serif; 
font-size: 15px;


}
#ne:hover{
	 
background-color:#ffc100;
font-size: 15px;
}

#hello{
	color: red;
	text-decoration: underline;
}