:root {
    --sex-f-fg: #888;
    --sex-m-fg: #888;
    --sex-u-fg: #888;
    --sex-f-bg: #FFB6C1;
    --sex-m-bg: #ADD8E6;
    --sex-u-bg: #fff;
    --chart-line: solid grey thin;
    --chart-line-radius: 1rem;
}

header {
    background: steelblue;
    color: white;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.container.wt-header-container {
    min-width: 100%;
}

div.wt-header-content {
    flex-wrap: nowrap;
}

nav.wt-primary-navigation.col {
    position: fixed;
    top: 57px;
    width: 320px;
    left: 0;
    height: 100%;
    border-bottom: none;
    background: mediumseagreen;
}

ul.nav.wt-genealogy-menu {
    flex-wrap: nowrap;
    flex-direction: column;
}

ul.nav.wt-genealogy-menu > li {
    border-bottom: 1px solid rgba(255,255,255,0.8);
    padding: 16px 8px;
}

ul.nav.wt-genealogy-menu > li > a {
    color: white;
}

.wt-secondary-navigation a.nav-link {
    color: white;
}

main#content {
    margin-left: 320px;
    margin-top: 57px;
    min-height: 80vh
}

footer.wt-footers.container {
    margin-left: 320px;
    font-size: 0.8em;
}

div.wt-footer.py-2,
div.wt-footer a 
{
    color: #666;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

h1.wt-site-title 
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}