Reel Navigation Bar Height

Has anyone had any luck reducing the height of the navigation bar? I’ve tried several pieces of code and unfortunately nothing is doing the trick. I’m currently using the Reel theme.

Oh boy. I figured this out within minutes. In case anyone comes across this in the future and wants a solution:

.navbar {
margin-top: -15px;
margin-bottom: -15px
}