Hey Kristina!
As explained here, you can target specific projects/pages/categories with css: http://laytheme.com/how-to-use.html#custom-css-styling
Example for hiding the nav for a page that has an id of 10:
body[data-type="page"][data-id="10"] nav{
display: none !important;
}