:root {
  --brand-navy: #102b45;
  --primary-color: #eaa68b;
  --primary-color-rgb: 234, 166, 139;
  --secondary-color: #eaa68b;
  --secondary-color-rgb: 234, 166, 139;
}

header,
header.smaller,
#topbar,
#topbar.topbar-dark,
footer,
.subfooter {
  background: var(--brand-navy) !important;
}

header #topbar {
  display: none !important;
}

.contact-page i.bg-color {
  background: var(--brand-navy) !important;
}

header .menu_side_area .btn-main,
header .menu_side_area .btn-main.btn-line,
header .menu_side_area .btn-main:hover,
header .menu_side_area .btn-main.btn-line:hover {
  background: var(--brand-navy) !important;
  border-color: var(--brand-navy) !important;
  color: #ffffff !important;
}

header .menu_side_area .btn-main.fx-slide:before {
  background: var(--brand-navy) !important;
}

@media only screen and (max-width: 992px) {
  header.header-mobile #mainmenu {
    display: none;
  }

  header.header-mobile.menu-open #mainmenu {
    display: block;
  }
}