:root {
	--primary:  148, 186, 95;
	--secondary:  43, 42, 41;
	--background:  229, 236, 230;
	--text: 54, 54, 54;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #004e12 !important;
}

body > header #navbarBottom .logo {
    max-width: 15rem;
    top: .5rem;
    z-index: 99;
}

body > header.shrink #navbarBottom .logo {
    max-width: 6.5rem;
}