.container-header {
   background-color: #888888;
   background-image: none;
}
.container-menu {   
   color: #F5C938;
}
.container-footer {
   background-color: #888888;
   background-image: none;
   color: #F5C938;
}
.container-header .mod-menu {    
    color: #F5C938;
}

.mod-list li.active>a {
    text-decoration: underline;
    color: #F5C938;
    
}
.container-header .navbar-toggler {
color: #000000;
cursor: pointer;
border: 1px solid #000000;
}
.art-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
  
}

.art-content-layout-row 
{
   display: table-row;
}

.art-layout-cell
{
   display: table-cell;
   vertical-align: top;
}