/* Enter Your Custom CSS Here */

@media screen and (min-width: 769px)
    /*everything with small screen will disregard the content within brackets*/
{
  	/*this fixes menu, the content slides under it*/
.custom-fixed-header 
  	{
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 2000;
	}
}