.navbar{
padding-top: 20px;
min-height: 100px;
}
@media all and (max-width : 1100px) { 
	.navbar{
		padding-top: 0;
		min-height: 50px;
	}
}
