/*body{*/
/*    background:#192226 !important;*/
/*}*/

.navbar-inverse{
    background:#f5f5f700 !important;
    border-bottom:none;
    position: relative;
    margin-bottom: 0;
}

.navbar-brand{
    font-size:14px !important;
    text-transform:none;
    color:#333 !important;
    letter-spacing:2px;
    margin-top:2px;
}

.nav {
    margin-bottom: 0px;
}
.nav a{
    letter-spacing:2px;
    padding:16px !important;
    color:#333 !important;
    /*text-transform:uppercase;*/
    position:relative;
    z-index:1000;
    font-size:13px;
}
.nav li a:hover{
    color:#FFF !important;
    background-color: transparent !important;
    font-weight: 700;
}
a:hover li{
    position:relative;
}

.navbar-inverse .navbar-toggle{
    border:none;
}

.navbar-collapse{
    box-shadow:none !important;
    border:none !important;
}

.navbar-inverse .navbar-toggle:hover{
    background:#333 !important;
}

.navbar-inverse .navbar-toggle:focus{
    background:#333 !important;
}

.navbar-inverse .navbar-toggle:active{
    background:#333 !important;
}

.icon-bar{
    background:#a3bfc6 !important;
}

.hover{
    display:block;
    position:absolute;
    width:0%;
    height:100%;
    top:0px;
    left:0px;
    background:#333 !important;
    z-index:0;
    opacity:0;
}
img.logo-acronim{
    width:11%;
    display: inline;
}

@media (max-width: 767px) {
    .nav {
        padding-bottom: 20px;
    }
    .nav a{
        padding:12px !important;
    }
}

@media (max-width: 480px) {
    .nav{
        padding-bottom:20px;
    }
}

@media (min-width: 768px) {
    .navbar-brand{
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .navbar-brand{
        max-width: 80%;
        margin-top: -3px;
    }
    img.logo-acronim{
        margin-bottom: 2px;
    }
}

.text-container {
    background: rgba(255, 255, 255, 0.8); /* Fundal alb semi-transparent */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding:20px;
}

@media (max-width: 767px) {
    .text-container-mobile {
        background: rgba(255, 255, 255, 0.8); /* Fundal alb semi-transparent */
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding:20px;
    }
}
