@charset "UTF-8";
body.rwd {
    background-color: var(--red-dark);
    color: white;
    font-size: 1.5rem;
}

body.rwd a {
    color: white;
}

.bars-rwd, .content-rwd {
    display: none;
}

.bars-rwd {
    font-size: var(--regular-half);
}
.ico-close {
    position: fixed;
    text-decoration: none;
    top: 1rem;
    right: 1.25rem;
}

.ico-close a {
    color: var(--white);
}

.bars-rwd a {
    cursor: pointer;
}

body .content-rwd {
    margin: 0 auto;
    padding: var(--section-margin);
    position: relative;
    width: 90vw;
}

body .content-rwd #close-rwd {
    font-size: 24px;
    position: fixed;
    top: 8px;
    right: 8px;
}

body .content-rwd nav {
    text-align: center;
}

body .content-rwd nav h3 {
    font-size: var(--triple);
    margin-bottom: 1.5rem;
}

body .content-rwd nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body .content-rwd nav ul li a {
    display: block;
    padding: var(--item-margin) 0;
    text-decoration: none;
}

body .content-rwd nav ul li:last-of-type a {
    border: none;
}

body .content-rwd nav ul li.current.active a {
    color: white;
    text-decoration: underline;
}

body .content-rwd nav ul li.current.active ul li a {
    text-decoration: none;
}

body .content-rwd nav ul li a:hover {
    text-decoration: none;
}

/*body .content-rwd nav ul ul li a:before {*/
/*    content: "\000B7";*/
/*    margin-right: 4px;*/
/*}*/

/*body .content-rwd nav ul ul li a:after {*/
/*    content: "\000B7";*/
/*    margin-left: 4px;*/
/*}*/

