/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


.bg-grandient-mundau{
	
	background: rgb(37,119,174);
	background: linear-gradient(101deg, rgba(37,119,174,1) 0%, rgba(74,169,204,1) 100%);
	
}