.navbar-expand-lg {
    /* border-bottom: 1px solid #999; */
}

#navbar-menu-dark {
    /* background-color: rgba(0, 0, 0, 0.7); */
    box-shadow: 0 0px 15px #211f2180;
    height: 60px;
    /* padding: 0; */
    background: linear-gradient(110deg, #089ea8d0 0%, #0aa1acd0 100%);
    font-family: "AlexandriaFLF", 'Courier New', Courier, monospace;
    font-weight: bolder;
}

.menu-dropdown-img {
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
}

.menu-dropdown-text {
    font-size: 14px;
    color: #ddd;
    margin-top: -10px;
    transition: all 0.3s ease-in-out;
}

.menu-dropdown-arrow {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web-logo-icon {
    width: 70px;
    overflow: hidden;
}

.nav-link-home {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav .nav-link {
    color: #ddd;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav .dropdown-menu {
    background-color: #089ea8a0;
    border: 1px solid #089ea8d0;
    font-family: "AlexandriaFLF";
    font-weight: bolder;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #ddd;
    transition: all 0.3s ease-in-out;
    font-family: "AlexandriaFLF";
    font-weight: bolder;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
    font-family: "AlexandriaFLF";
    font-weight: bolder;
}

.site-logo {
    width: 80px;
}

.site-title {
    width: 100px;
    height: 30px;
    margin-top: 10px;
}