
.navbar .navbar-brand img {
   max-height: none;
	height: 60px;
	margin-top: -6px;
}

#sectionsNav2 {
    max-height: 60px;
    height: 60px;
    top: 110px;
}
#sectionsNav {
	height: 110px;
}

.section-space {
    height: 170px;
}



@media (max-width: 700px) {
	.section-space {
		 height:82px !important
	}
	#sectionsNav {
		height: 82px;
	}
}