.navbar{
    background-color: black;
}

.navbar-light .navbar-toggler-icon{
    /*put this value in the stroke for red color in the navbar stroke='rgba%28255, 0, 0, 1%29'*/
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 68, 250, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logoAMCR{
    width: 50px;
    height: 50px;
}

.textNav{
    color: rgb(0, 68, 255);
    text-decoration: none;
    margin-left: 100px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
}




a:hover{
    color: #FFF;
}







@media(min-width:1120px){

    .firstItemNav{
        margin-left: 350px;
    }
}

@media(max-width:992px){

    .firstItemNav{
        margin-left: 100px;
    }
}
