@import "/fonts/Lucida.css";

.lc-font {
    font-family: 'Lucida Casual';
}

.navbar {
    background-color:#FFFFFF !important;
    transition: 450ms;
}

.navbar-brand img {
    width: 40px;
    height: 40px;
}

.active {
    background-color: rgba(21, 21, 150,0.18);
    padding: 6px 8px;
    border-radius: 10px 3px 10px 3px;
}

.navbar-brand span {
    font-size: 90%;
}

@media (min-width: 577px) {

    .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar-brand span {
        font-size: 120%
    }
}

.navigation {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #FFFFFF;
    border-bottom: 3px solid rgb(21, 21, 150);
}

.navigation-item-container {
    margin-left: 10px;
    margin-right: 10px;
}

.navigation-item {
    color: rgb(21, 21, 150);
    text-decoration: none;
    font-weight: 600;
}

.navigation-item:hover {
    font-size: 110%;
    /* text-decoration: underline; */
    text-decoration-color: rgb(21, 21, 150);
    color: rgb(21, 21, 150);
    transition: 100ms linear;
}