body
{
background-color: #F6F3EC;
}
.moduletable_style1 { 
background-color: #eee7d8;
border-radius: 20px;
}
.container-header {
  background-color: #F6F3EC;
  background-image: none;
}
.container-footer{
  background-color: #eee7d8;
  background-image: none;
}
.container-header .mod-menu {
    color: #000000;
}
.container-topbar, .container-below-top {
  color: #ffffff;
}

.container-topbar a:not(.btn), .container-topbar .btn-link, .container-below-top a:not(.btn), .container-below-top .btn-link {
  color: #7B7C7D;
}

.container-topbar a:not(.btn):hover, .container-topbar a:not(.btn):focus, .container-topbar .btn-link:hover, .container-topbar .btn-link:focus, .container-below-top a:not(.btn):hover, .container-below-top a:not(.btn):focus, .container-below-top .btn-link:hover, .container-below-top .btn-link:focus {
  color: #7B7C7D;;
}
.btn-primary {
    background-color: #D2B786;
    border-color: #D5D1CB;
    border-radius: 30px;
}.btn-primary:hover {
    background-color: #9C8249;
    border-color: #D5D1CB;
    border-radius: 30px;
}