﻿/* Frankenstack landing page: hide the main menu */

/* Desktop menu bar (contains the mega menu) */
.headerbottomBox {
  display: none !important;
}

/* Extra safety: hide the menu elements themselves if they appear elsewhere */
#dnngo_megamenu,
nav.nav_box,
.dnn_menu {
  display: none !important;
}

/* Optional: if you also want to remove any spacing created by the now-hidden bar */
.header_bg .headercenterBox {
  margin-bottom: 0 !important;
}