@media only screen and (max-width: 767px) and (min-width: 320px){
    .logo-img {
        top: 0px !important;
    }
    .navbar-toggler {
        margin: 0px 15px !important;
    }
}



