/* ── Page shell ─────────────────────────────────────────────── */


html {
    font-size:80%;
}



body {
    width: 95vw;
    max-width: 100vw;
    padding: 0 0.5rem 0 0.5rem ;
    background: #1a3d1a;
}


.tv-section {
    /*position: fixed;*/
    /*top: 10rem;*/
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    flex-direction: column;
    width:100%;
}

.tv-section.active {
    display: flex;
}

/* nosnap: dev inspection mode — all sections visible, natural height, scrollable */
body.tv-nosnap {
    overflow: visible;
    font-size: 70%
    width: 1400px;
}
body.tv-nosnap .tv-section {
    position: static;
    display: flex;
    height: auto;
    min-height: unset;
    overflow: visible;
    border-top: 1px solid #2a4a2a;
}
#main-head .motto {display:none;}
