If you are using Bootstrap 4, which is the latest version as writing this answer, the assingments have changed a bit. Here is an example of a navbar fixed on top:
<nav class="navbar fixed-top navbar-light bg-light">
<a class="navbar-brand" href="#"><h1>Navbar</h1></a>
</nav>