

.sticky {
  position: fixed;
  top: 0px;
  
}

.sticky + .content {
  padding-top: 60px;
}



#navbar {
	z-index : 500;
	background-color : white;
}
