/* menu style ayarları ! */
.navbar {
    background: #333;
    padding: 0.5rem 1rem;
    display: flex;
    width: 80% !important;
    max-width: 80% !important;
    font-size: 1.2rem !important;
    margin: 0 auto !important;
}
.navbar a, .navbar .nav-label {
    color: #fff;
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    position: relative;
    max-width: 14rem;
}
.navbar a:hover {
    background-color: #bbb;
    border-radius: 5px;
}

.nav-select {
    color: #009;
    max-width: 10rem;
    margin-left: 0 1rem;
    font-size: 1.2rem !important;
}
.nav-label {
    white-space: nowrap;
    margin: auto 0;
}
#nav-right {
    display: flex;
    margin-left: auto;
}
#nav-left {
    display: flex;
    margin-right: auto;
}

@media (max-width: 600px) {
    .nav-select {
        font-size: 0.9rem !important;
    }
}