.theme-crowdbook .navbar {
  background-color: #795548; 
}

body.theme-crowdbook {
  background-color: #fdf5e8;
}

.theme-crowdbook .navbar-brand {
  color: #fff; 
}
.theme-crowdbook .navbar-brand:hover {
color: #fff; }
.theme-crowdbook .navbar-brand:active {
color: #fff; }
.theme-crowdbook .navbar-brand:focus {
color: #fff; }

.theme-crowdbook .nav > li > a {
color: #fff; }
.theme-crowdbook .nav > li > a:hover {
background-color: transparent; }
.theme-crowdbook .nav > li > a:focus {
background-color: transparent; }

.theme-crowdbook .nav .open > a {
background-color: transparent; }
.theme-crowdbook .nav .open > a:hover {
background-color: transparent; }
.theme-crowdbook .nav .open > a:focus {
background-color: transparent; }

.theme-crowdbook .bars {
color: #fff; }

.theme-crowdbook .sidebar .menu .list li.active {
background-color: transparent; }
.theme-crowdbook .sidebar .menu .list li.active > :first-child i, .theme-crowdbook .sidebar .menu .list li.active > :first-child span {
color: #795548; }

.theme-crowdbook .sidebar .menu .list .toggled {
background-color: transparent; }

.theme-crowdbook .sidebar .menu .list .ml-menu {
background-color: transparent; }

.theme-crowdbook .sidebar .legal {
background-color: #fff; }
.theme-crowdbook .sidebar .legal .copyright a {
color: #795548 !important; }


/* Login page */
.login-page {
  background-color: #fdf5e8 !important;
}

.login-page .login-box .logo a {
  color: #000 !important;
}