/* =========================
   FINAL HEADER STRUCTURE FIX
========================= */

/* FORCE HEADER TO BE A REAL BAR */
.menu-wrap {
    position: relative;
    z-index: 9999;
    background: #0b111a !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* HEADER HEIGHT CONTROL */
.nav-menu {
    height: 85px !important;
    display: flex;
    align-items: center;
    background: #0b111a !important;
}

/* STOP HERO BLEEDING INTO HEADER */
.cc-hero,
.hero {
    margin-top: 0 !important;
    padding-top: 120px !important;
}

/* ROW FIX */
.nav-menu .row {
    display: flex !important;
    align-items: center !important;
}

/* LOGO AREA */
.nav-menu .col-2 {
    flex: 0 0 200px !important;
    max-width: 200px !important;
    display: flex;
    align-items: center;
}

/* LOGO SIZE (FINAL SAFE SIZE) */
.logo-menu {
    height: 60px !important;
    width: auto !important;
    display: block;
}

/* RIGHT NAV ALIGNMENT */
#menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* PREVENT OVERLAP */
header {
    position: relative;
    z-index: 9999;
}

.menu-wrap {
    height: 90px;
}

body {
    padding-top: 90px;
}