.navbar-fixed-top.scrolled {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ) !important;
}

header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

ul{
    text-decoration: none;
}

li{
    display: inline-block;
    float: left;
    padding: 10px 15px;
    letter-spacing: 2px;
    font-weight: bolder !important;
}

li a{
    font-weight: bolder;
    text-decoration: none !important;
    color: white;
    font-weight: bolder;
}

li a:hover{
    text-decoration: underline;
    color: #D92139 ;
}

#logo{
    margin: 20px;
    margin-left: 5%;
    float: left;
    width: auto;
    height: 50px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 50px;
    color:red;
   
}

.prijava_gumb{
    color:#eee;
    background-color:#D92139;
    margin: auto;
    padding: 15px !important;
    border-radius: 5% !important;
    font-size: 18px;
    transition: background-color 1s !important;
}

.odjava_gumb{
    color:#eee;
    background-color:#D92139 ;
    margin: auto;
    padding: 15px !important;
    border-radius: 5% !important;
    font-size: 18px;
    transition: background-color 2s !important;
}

.prijava_gumb:hover{
    color:#D92139 ;
    background-color:#eee;
    opacity: .3;
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 5% !important;
    font-size: 18px;
}

nav{
    float: right;
    padding: 20px;
    margin-right: 5%;
    font-family:  cursive;
}

nav i{
   display: none ;
   font-size: 30px;
}

.user_name_nav_bar{
padding-right: 20px;
}   



@media screen and (max-width: 1050px){
nav i{
    display:inline !important;
}

#logo{
    font-size:32px !important;
}


header{
    position: absolute;
}

i{
    display: block;
    color: white;
}

nav ul, nav:active ul{
    display: none;
    position: absolute;
    padding: 20px;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
    right: 10px;
    top: 65px;
    width: 100%;
    height: auto;
    margin-top: 25px;
}

nav:hover ul{
    display: inline-block;

}

nav li{
    text-align: center;
    widows: 100%;
    padding: 5px 25px;
    margin: 30px 0px;
    color: #eee !important;
}

ul a{
    color: #eee;
}

ul a:hover{
    color: #eee;
}

#logo{
    font-size: 25px;
}

.user_name_nav_bar{
    padding-right: 20px;
}

.odjava_gumb{
    color:#eee;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) );
    margin-top: 0 !important;
    padding: 0px !important;
    border-radius: 0% !important;
    overflow: scroll !important;
    text-align: center;
}
}
