:root {
    --body-bg: #fff;
    --cassiopeia-color-primary: #fff;
}

.container-nav {
    background: #fff;
    color: #646464;
}

.breadcrumb {
    background-color: #fff;
}

.container-header {
    background-color: #fff;
    background-image: none;
    display: grid;
    justify-content: center;
}

.container-footer {
    background-color: #fff;
    background-image: none;
}

.footer {
    color: #646464;
}

main {
    border: var(--border-width) solid #dfe3e7;
    border-radius: calc(var(--border-radius) - (var(--border-width)));
    padding: 20px;
}
.container-header .mod-menu  {
    color: #646464;
    font-weight: bold;
    font-size: 120%;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.nav > .active > a, .nav-pills > .active > a {
    background-color: transparent;
}

.nav > .current > a, .current > a {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.nav-sidebar > li > a, .nav-child > li > a {
    font-size: 100%;
    color: #b40000;
    line-height: 25px;
}

.nav-child > .current > a {
    color: #323232;
    background: transparent;
}

h1,h2 {
    font-weight: normal;
    color: #5f6b7c;
    letter-spacing: -1px;
    text-shadow: 0px 1px 0px #ffffff, 0px 1px 4px #c8c8c8;
}

body {
    color: #646464;
}