.q-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    background-color: black !important;
    z-index: 5000;
    border-bottom: 1px solid #2c3e50;
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    height: 60px !important;
    width: auto !important; 
    margin: auto !important;
    border: none !important;
}

.q-header .q-header-wave {
    height: auto;
    width: 400px;
    margin-left: 0px;
    margin-bottom: -10px;
    margin-top: -70px;
    overflow-y: hidden;
    position: absolute;
    bottom: -25px;
    left: -40px;
}

.q-header-title {
    color: white;
}

.q-header-logo {
    height: 80px;
    position: relative; 
    margin-left: 65px;
}

.logo, .navbar {
    height: 100%;
    display: flex;
    width: 50%;
    padding: 0;
    align-items: center; 
}
.navbar {
    justify-content: flex-end;
    margin-right: 38px;
}

/* Hide the hamburger toggler button */
.navbar-toggler {
    display: none !important;
}

/* Show the dropdown menu always (not collapsed) */
.navbar-collapse {
    display: flex !important;
}

/* Make sure the navbar and dropdown are visible */
.navbar-nav {
    flex-direction: row;
}

/* Add position relative to dropdown item */
.navbar-nav .nav-item.dropdown {
    position: relative;
}

/* Make the dropdown link white and prevent text wrapping */
.navbar .nav-link {
    color: white !important;
    white-space: nowrap;
}

.navbar .nav-link:hover {
    color: #cccccc !important;
}

/* Keep the dropdown menu items default colors and fix positioning */
.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    margin-top: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    right: auto !important;
}

.navbar-toggler {
    color: white;
}

.navbar-nav.ml-auto > li {
    /* Add a margin to the right of each menu item */
    margin-right: 10px; 
}