Remove whitespace between navigation header and frametitle in Beamer
To remove the whitespace add the open subsection=false
to the miniframes theme:
\useoutertheme[subsection=false]{miniframes} %Use miniframes outer
Output:
Define the same color for the subsections:
\setbeamercolor{subsection in head/foot}{fg=mDarkTeal, bg=mLightBrown}