
@media (min-width: 768px) {
  /* 
  media-breakpoint-up(md)
  // fixed header
  // after fixed header 

	//while logged in
	//cannot be placed in header or other css file
  */
  html {
      margin-top: 0 !important;
  }
}