.header {
    background-size: cover;
    padding: 10px 0;
    text-align: center;
}
.header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #5a2d0c;
    margin-top: 10px;
}
.header_logo{
    width: 600px;
}
.navbar{
    width: 80%;
    margin: auto;
    background: #f4e1c927;
    background-image: url('../img/nagBg.png');
    background-size: 100% 30px;       /* Stretch to cover entire area */
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}
.nav-item a {
    color: #5a2d0c !important;
    font-weight: bold;
}

.nav-item a:hover {
    color: #fff !important;
    background-image: url(../img/nav-bgR.png);
    background-size: 100% 30px;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% 30px;
    font-weight: bold;
}

.text-controls button {
    font-size: 14px;
    padding: 2px 5px;
    border: none;
    background: #5a2d0c;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
.text-controls button:hover {
    background: #3e1f07;
}
.lang-select {
    border: 1px solid #5a2d0c;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}
@media (max-width: 576px) {
    .navbar{
        background: #f4e1c9;
    }
    .header_logo{
        width: 100%;
        padding-left: 1rem;
    }
    .nav-item a:hover {
    background-color: #3e1f07;
    background-size:contain;
    background-repeat: no-repeat;
    width: 100%;
    font-weight: bold;
    }
}