:root {
	--primary: 151, 191, 13;
	--secondary: 48, 48, 48;
	--background: 240, 240, 240;
}


header .bg-primary,
header #menuMain {
	--primary: var(--secondary);
}

header .navbar {
	background-color: rgb(var(--primary)) !important;
}

body > header #navbarBottom .logo {
    max-width: 14rem;
    top: 0.35rem;
}

body > header.shrink #navbarBottom .logo {
	max-width: 8rem;
	top: 2.6rem !important;
}

#p1 .bg-white {
	background-color: rgb(var(--secondary)) !important;
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.text-primary {
    color: #303030 !important;
}