/* CSS used here will be applied after bootstrap.css */
.navbar{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 1;
	}

.dropdown, .dropdown-menu {
	z-index:2;
	}
  
.bump-top{
	margin-top:80px;
	}