I am working on the design of a public site and am attempting to get the navbar menu to bottom align so that it sits neatly on top of the content zone below and is bottom aligned with my logo. I'd like to accomplish this using CSS. You can see the public site here to get an idea of what I'm trying to accomplish: www.threebearsrealty.com
I've already determined that I can use the css below to align the logo and text on top of the slider zone, but it then cuts off the top of the logo.
.navbar-header {margin-top: -60px !important;} //aligns logo and txt and menu, but cuts off top of the logo