body {
	font-family: 'Gemunu Libre', sans-serif;
}
h1, h2, h3, .navbar-brand, .text-wiwo {
	color: #5AA02C;
}
.text-wiwo:hover {
	color: white;
}
.nav .active {
	background-color: rgba(90,160,44,.6) !important;
}
.nav .nav-link:hover {
	background-color: rgba(128,128,128,.3);
	transition: all 0.5s ease;
}

.form-toggle-display {
	display: none;
}

footer {
	/*position: fixed;
	bottom: 0; 
	width: 100%;
	height: 40vh;*/
}
section.hasFooter {
	/*margin-bottom: 40vh;*/
}