p {
    text-align: center;
}

.navbar {
    width: 100%;
}

.navi {
    z-index: 999 !important
}

.navbar-nav .dropdown:hover > ul {
    display: inherit;
}

.navbar-nav .dropdown {
    display: inline-block;
}

.navbar-nav .dropdown-menu {
    background: #00000091 none;
    border-radius: 0 !important;
}

.navbar-nav .dropdown-item:hover {
    background: none;
}

.nav-link {
    display: block;
    padding: 0 20px;
    color: white;
    font-size: 20px;
    line-height: 75px;
    white-space: nowrap;
}

.nav-link:hover {
    color: #213e7c;
    text-decoration: none !important
}

.nav-link:focus {
    color: #213e7c;
    text-decoration: none !important
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

#navi_login a {
    background-image: url("../images/header/signin.png");
    background-repeat: no-repeat;
    width: 130px;
    height: 40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

#navi_login a:hover {
    background-image: url("../images/header/signin_hover.png");
    background-repeat: no-repeat;
    width: 130px;
    height: 40px;
}

#navi_register a {
    color: #53b7eb;
}

#navi_register a:hover {
    color: #213e7c;
}


#navi_right .username {
    text-transform: capitalize;
    margin-left: 10px;
}


@media only screen and (max-width: 1920px) {
    .navbar {
        height: 50px;
    }

    .nav-link {
        font-size: 14px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1400px) {
    .navbar {
        height: 50px;
    }

    .nav-link {
        font-size: 13px;
        line-height: 50px;
    }

}

@media only screen and (max-width: 1090px) {
    .nav-link {
        font-size: 10px;
        backdrop-filter: blur(1px);
    }

}

@media (max-width: 570px) {
    #navi_login a{
        top: auto;
        transform: none;
    }
}
