/* Inherit home blue brand */
:root{
  --theme-brand_primary: 0, 94, 255;
  --theme-brand_secondary: 0, 140, 255;
  --theme-brand_gradient: linear-gradient(60deg, rgb(0, 94, 255), rgba(0, 140, 255, 0.9));
  --theme-brand_gradient_webkit: linear-gradient(60deg, rgb(0, 94, 255), rgba(0, 140, 255, 0.9));
}
::-webkit-scrollbar-thumb{background:var(--theme-brand_gradient) !important}

/* Footer links hover effect */
#elFooterLinks li a:hover {
  color: #0066ff !important;
}

.copyright:hover {
  color: #0066ff !important;
}

/* Hero banner background */
.theme-header__hero{
  background-image:url('../images.guides/84c1e40ea0e759e3f1505eb1788ddf3c_hero.webp');
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

