#header .header-row {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header .header-body {
    min-height: 70px; /* adjust as you want */
    height: 70px;
}

#header .header-row {
    min-height: 70px;
    height: 70px;
    align-items: center; /* vertically center logo & nav */
}
