.navbar {
	margin-bottom: 30px;
}
@media (max-width: 999px){
.navbar {
	margin-bottom: 0;
}
}