.mdy-notable-logo {
    height: 70px !important; /* This shrinks the logo to a professional size */
    width: auto;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 4000;
}

.navbar {
    background: #fff !important;
    height: 90px;
    position: fixed;
    top: 87px;
    width: 100%;
    z-index: 3000;
    padding-left: 210px !important; /* This creates space so the menu doesn't hit the logo */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
