/* Alle custom css om het template te stylen */

/* CUSTOM COLORS */
:root {
    --primary-color: #8D38FF;
    --background-color: #FFFFFF;
    --text-color-dark: #000000;
    --text-color-light: #FFFFFF;
}

/* HEADER */
/*
.navbar .site-menu ul li a:hover {
color: var(--primary-color) !important;
}

.menueffect a:before {
background-color: var(--primary-color) !important;
}
*/
/* HERO */