:root {
	/*1. Make background white*/
	--body-bg: #ffffff;
	/*2. Make Text Black*/
	--body-color: #000000
	/*3. Adjust Cassiopeia Color Scheme*/
	--cassiopeia-color-primary: #420937;
	--cassiopeia-color-link: #a87520;
	--cassiopeia-color-hover: #a84020;
/*  currentColor: #000000;*/
}
.h2, h2 {
    font-size: 1.1rem;
}
.element.style {
}
.container-header .navbar-brand {
    position: relative;
    display: inline-block;
    margin-right: auto;
    font-size: 2rem;
    color: #000000;
    hover: #a84020;
}
.container-header {
position: relative;
z-index: 10;
background-color: #faf8f3;
  color: #000;
background-image: none;
box-shadow: none;
}
.mod-menu {
    color: #000;
    position: relative;
    text-decoration: none;
  color-hover: #a84020;
}
.container-footer {
position: relative;
z-index: 10;
background-color: #e3d8ca;
background-image: none;
box-shadow: none;
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.05rem;
    text-decoration: none;
    white-space: nowrap;
    width: 08rem;
  color:#000;
}

 :after, :before {
    box-sizing: border-box;
}
.site-description {
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
}
.h1, h1 {
    font-size: 1.1rem;
}
@media (min-width: 1200px)
.h1, h1 {
    font-size: 1.1rem;
}
.h2, h2 {
    font-size: 1.1rem;
}
.h3, h3 {
    font-size: 1.1rem;
}
.container-header .site-description {
    color: #fff;
    font-size: 1rem;
    white-space: norwrap;
}
.container-header .site-description {
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
}
container-header .site-description {
    color: #fff;
    font-size: 0.9rem;
    white-space: nowrap;
  }
.metismenu.mod-menu .metismenu-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: .5em 1em;
  color: #EFE8DD;
}
img {
    height: auto;
    max-width: 100%;
}
div.mod-languages img {
    border: none;
    display: inline-block;
    max-width: 100%;
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 17rem;
}
.navbar-brand {
	display: inline-flex !important;
	align-items: center;
}
.brand-logo {
	margin-right: 20px;
}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: #000000;
    position: relative;
    text-decoration: none;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
}
.fa, .fab, .fad, .fal, .far, .fas, .icon-joomla, [class*=" icon-"], [class^=icon-] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    color: #000000;
}
/*header {
    display: flex;
}
header div.grid-child:first-child {
    width: unset;
    margin: 0.15em 1em 0.75em;
}
header div.grid-child:nth-child(2) {
    margin-top: -0.75em;
}*/