.container-navbar {
 margin-top:-2%;
 margin-left:-1%;
 width:96%;
}

#navbar-logo {
 display: border-box;
 width:90%;
 left:30%;
}

#navbar-logo-img{
 width:40%;
 padding-top:1%
}
.navbar-items1 {
 width:90%;
 left:1%;
}


.navbar-items1 ul{
}

.navbar-items1 li{
}

.navbar-items1 li a{
 font-size:10px;
}
.navbar-items1 a{
}
.navbar-items1 a:link{
}

.navbar-items1 a:visited{
}

.navbar-items1 a:hover{
 color:yellow;
}

.navbar-items1 a:active{
}

body{
}
