/* ####################################
   Trail Navigation
   ################################## */

#TrailNav {
}
    
    #TrailNav a {
    }

    #TrailNav .youAreHere {
    }

    #TrailNav .prefix {
    }

    #TrailNav .suffix {
    }

    #TrailNav .separator {
    }

/* ############################################################################
   ## 
   ##  LAYOUT FOR DIFFERENT SCREENS
   ##  Check the following URL for a good device size reference:
   ##  https://github.com/h5bp/mobile-boilerplate/wiki/Mobile-Matrices
   ##
   ######################################################################### */

@media screen and (max-width: 767px) {
    /* Smaller than portrait on a large tablet. A good general size for landscape smartphone and small tablet layout. */

    #TrailNav {
    }

        #TrailNav .youAreHere {
            display: none;
        }

}