@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.1.0
Author: opencage
Author URI: https://open-cage.com/
*/

#ul__g_nav > .menu-item > a::nth-child(1) {
    color: red;
    border-bottom: 2px solid red;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: initial;
}

#ul__g_nav > .menu-item > a::nth-child(2) {
    color: blue;
    border-bottom: 2px solid blue;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: initial;
}

#ul__g_nav > .menu-item > a::nth-child(3) {
    color: yellow;
    border-bottom: 2px solid yellow;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: initial;
}
