/**********************************************************
*    IncludeMe Tools
*    IncludeMe-nav-lite V3.1.0
*    Copyright 2024, Hyssop Production
*    https://www.hyssop.com/
**********************************************************/
nav {
    background-color: #000000;
}

nav menu {
}

nav menu li {
}

nav a {
    color: #ffffff;
    font-weight: bold;
    text-decoration:none;
}

nav a:link, nav a:visited {
}

nav a:hover, nav a:active {
    text-decoration: underline;
}

nav a:active, nav a:focus {
}

/*mobile--------------------------------------------------------------------------------------*/
@media all and (max-width: 499px) {
    nav menu li {
        /*width: 50%;*/
    }
}