html, body { font-size: 1rem; }

body { font-family: 'Oswald', sans-serif; font-weight: 300; color: #414141; }

a { text-decoration: none; }
.fw-bold { font-weight: 400 !important; }
.bg-primary { background-color: #445743 !important; }
.bg-light { background-color: #f6f6f6 !important; }
.text-secondary { color: #e2b179 !important; }

header.sidebar { width: 250px; }
header.sidebar + main {margin-left: 250px; }

header a.link-light:hover { color: #e2b179 !important; }
header a.link-light.active { position: relative; }
header a.link-light.active::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 15px;
    width: 20px;
    border-bottom: 1px solid #e2b179;
    margin-left: 10px;
}

footer h5, footer h6 { color: #7fb17c; }
footer h5.border-bottom { border-color: #7fb17c !important; }

.bg-footer1 { background-color: #3b3b3b; }
.bg-footer2 { background-color: #282828; }

@media (max-width: 991.98px) {
    header.sidebar + main { margin-left: 0; }
}