body{
	margin-top: 0!important;
}
.navbar{
	min-height: 70px;
	position: fixed;
	width: 100%;
}
.navbar-nav>li>a{
	padding-top: 24px;
}
.navbar-inverse{
	background-color:rgba(0,0,0,0.7);
}
.navbar .container .navbar-header{
	background: none;
}
@media only screen and (max-width: 480px){
	.container .navbar-header img{
		width:60%;
	}
	.navbar .container ul{margin-left:8px; font-size:16px;}
}
.nothing{
	height:70px;
	width:100%;
}