/* navbar-header */
body .navbar-header {
  background     : #ffffffb5;
  box-shadow     : var(--box-shadow-default);
  backdrop-filter: blur(7px);
}

body .navbar-header * {
  color: #013d3f !important;
}

body .navbar-header .menu a:after {
  background: white;
  color     : black;
  box-shadow: 2px 4px 10px 2px #1d1e1e78;
}

.horizontal-menu {
  background-color: #ffffff91 !important;
}

.horizontal-menu a {
  color: #553018 !important;
}

.horizontal-menu a.active,
.horizontal-menu a:hover {
  background-color: #583015 !important;
  color           : #ffffff !important;
}

.horizontal-menu li:not(:last-child)::after {
  background-color: rgb(69 34 13) !important;
}


/* menu text */
.menu,
.menu a {
  color: #083d3f;
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
  background-color: #083d3f;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  color           : #093e40;
  background-color: #deebeb !important;
}

aside {
    background: #ffffff6e !important;
}

aside .submenu :before {
  background-color: #000000;
  border          : 1px solid #085a64;
}

aside .submenu :after {
  border-left: 2px dotted #8b8b8b;
}

/* body */
body {
  background-image   : url("../../../../content/img/bg-3.jpg");
  background-size    : cover;
  background-position: top center;
}

body::before {
  backdrop-filter: blur(10px);
}

footer {
  background: #0e3d3f;
}

footer .logo {
  /* background-image: url("../../../../content/img/tibbi\ logo.png"); */
}