/* Whole document: */

html, body {
  margin:0;
  height:100%;
}

.nav-fixed {
  height:100%;
  background-image: url("imgs/bg-img.jpg");
  background-size:cover;
}

.navbar-collapse{
  height: 70px; 
}

