/* fixed top desktop and mobile */
#hardi-nav {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
}

/* Keep the navigation below Concrete's toolbar outside edit mode. */
html.ccm-toolbar-visible #hardi-nav {
    top: 48px;
}

html.ccm-toolbar-visible #h > .ccm-page {
    padding-top: 80px;
}

#menu_background {
    position: fixed;
    right: 0;
    left: 0;
    height: 480px;
}

.dropdown-item {
    width: 220px;
}

.sm_menu_outer {
    height: calc(100vh);
    display:none;
}

