/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
  scroll-behavior: smooth !important;
}
.is-expanded-menu #header.transparent-header {
  --cnvs-header-bg: white;
}
.min-vh-88 {
  min-height: 88vh;
}

.promo-dark {
  border: 0 !important;
  border-radius: 3px;
  position: relative;
  background-color: transparent;
}
.promo-dark::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.75);
  filter: blur(10px);
}
.menu-text-dark .menu-item .menu-link {
  color: #000;
}
.menu-text-dark .menu-item:hover > .menu-link {
  color: var(--cnvs-primary-menu-hover-color);
}

#logo .logo-dark,
#logo .logo-dark {
  width: 150px !important;
  height: auto !important;
}
.footer-logo {
  width: 200px !important;
  height: auto !important;
}
