:root {
	--primary-color: #055d37; 
    --secondary-color: #2e3134; 
    --global_light-color: #f7f7f7; 
    --global_dark-color: #242424; 
}
	
	.webapp{
		background:var(--primary-color);
	}
	
	.webapp h3{
		color:var(--global_dark-color);
	}
	
	.webapp h4{
		color:rgba(255,255,255,0.7);
	}
	.webapp h5{
		color:rgba(255,255,255,0.7);
	}
	.mobileheader .webapp .menu-button::before, .webapp .menu-button::after, .webapp .menu-button span{
		background:#fff;
	}
		
	.mobileheader .basic{
		background:var(--global_dark-color);
	}
	
	.mobileheader .basic .menu-button::before, .menu-button::after, .menu-button span, #mobile-navigation .menu-button::before{
		background:var(--global_dark-color);
	}
			.mobile-header-sec #mobile-slide-in
		{
			background:var(--global_light-color);
		}
		
		.mobile-header-sec #mobile-slide-in ul.menu
		{
			background:#fff;
		}
		
		.mobile-header-sec #mobile-slide-in li a
		{
			color:var(--global_dark-color);
		}
		.mobile-header-sec #mobile-slide-in .sub-menu
		{
			background:transparent;
		}
		.mobile-header-sec #mobile-slide-in .sub-menu.active li:first-child
		{
			background:var(--primary-color);
		}
		.mobile-header-sec #mobile-slide-in .sub-menu.active li:first-child a
		{
			color:var(--global_dark-color);
		}
	