/*
primary: #ed2024
secondary: #7f7f80
tertiary: #0088cc
quaternary: #383f48
*/

/* hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* Scroll Progress Indicator */
/* Style the holder: fixed position (always stay at the bottom) */
#jwef-progress-container {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #383f48;
}

/* The progress container (grey background) */
.jwef-progress-background {
  width: 100%;
  height: 8px;
  background: #7f7f80;
}

/* The progress bar (scroll indicator) */
.jwef-progress-bar {
  height: 8px;
  background: #41baa5;
  width: 0%;
}

.top-5-percent .parallax-background {
	top: 5% !important;
}

/* light / dark mode switching */
html.dark .custom-dark-mode-switch {
	display:	none !important;
}

html:not(.dark) .custom-light-mode-switch {
	display:	none !important;
}

ul.custom-no-bullet {
	list-style: none !important;
}

/* #Footer */
html #footer {
	border-top: 4px solid var(--dark-100);
}
html.dark #footer {
	border-top: 4px solid var(--light-100);
}
