
nav{
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  /* background-color: #dff0d8; */
  /* background-color: transparent; */
}

.navbar{
    padding: 0.5rem, 0.5rem;
}

.agamilogoimage{
    width: 150px;
    height: 60px;
}

#navbarText{
    text-align: right;
}

#navbarText ul li a{
    font-size: 20px;
    margin: 5px;
    color: white;
}

.navbar-light .navbar-toggler {
    color: white !important;
    border-color: rgba(0,0,0,.1);
    background-color: white;
    margin-right: 15px;
}

.navbar-toggler-icon{
    color: white;
}

.sticky-top{
    position: fixed;
    width: 100vw;
}

@media only screen and (max-width:576px) {
    .agamilogoimage{
        width: 80px;
        height: 40px;
    }
    
    nav{
        background-color: rgba(0, 0, 0, 0.8);
    }
}

@media only screen and (max-width: 992px) {
    #navbarText{
        text-align: center;
    }
    
    nav{
        background-color: rgba(0, 0, 0, 0.8);
    }
    
}
