#dw__site,
#dw__navbar,
#dw__content,
#dw__content__page,
#dw__header,
#dw__footer, 
.wrapper, 
.container,
.dokuwiki,
.dropdown-menu,
.panel {
    background-color: #EBD2B8 !important;
}

.panel {
    border: 1px solid #5F032E !important;
}
.page-header {
    border-bottom: 1px solid #5F032E !important;
}
hr {
    border-top: 1px solid #5F032E !important;
}
.navbar {
    min-height: auto !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    align-items: center;
}
.navbar-default {
    border-color: #5F032E !important;
    color: #5F032E !important;
}
.navbar-brand {
    color: #5F032E !important;
    font-size: 26px;
}
.navbar-toggle {
    border-color: #5F032E !important;
}
.icon-bar {
    background-color: #5F032E !important;
}
brand {
    color: #5F032E !important;
}

body {
    font-family: 'Marcellus', serif;
    font-size: 16px;
    color: #080808;
    background-color: #EBD2B8 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display SC', serif;
    color: #5F032E;
}

/* Links */
a {
    color: #5F032E;
    text-decoration: none;
}

a:hover {
    color: #1D000E;
}

/* Content boxes or tables */
.box {
    background-color: #EBD2B8;
    border-color: #080808;
}

.table {
    background-color: #D4B89B;
    border: 1px solid #5F032E !important
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EBD2B8 !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #5F032E !important;
}
.table > thead > tr > th {
    border-bottom: 1px solid #5F032E !important;
}


/* Buttons */
.btn {
    background-color: #5F032E;
    color: #EBD2B8;
    border-radius: 4px;
}
.btn:hover {
    background-color: #1D000E;
}
.btn-default.focus {
    color: #EBD2B8;
}

#dw__logo {
    max-height: 70px !important;
    height: auto !important;
    width: auto !important;

.footer-dw-title .media .media-left img.media-object {
    height: auto !important;
    max-height: 70px !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    vertical-align: middle !important;
