.navbar .container-fluid > div:nth-child(2) > button {
    display: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 800px) {
    #navbarNav .navbar-nav {
        margin-top: 20px;
    }
}

@media screen and (max-width: 320px) {
    .dropdown img {
        width: 26px;
        height: 26px;
    }

    .navbar-brand img {
        height: 64px !important;
    }
}