/* Themify Customize Styling */
body {	
	font-family: "Mulish";	font-weight:400;
	font-size:1.1rem;
	line-height:120%;

	color: #111; 
}
a:hover {	
	color: #3588fc; 
}
:root {	
	--theme_accent: #263788;
	--theme_accent_semi: #3a50a3;
	--theme_accent_hover: #abccf5; 
}
.pagewidth,.module_row>.row_inner {	width: auto; 
}
h1 {	
	font-family: "Mulish";	font-weight:800;
	letter-spacing:1px;
	font-size:3rem;
 
}
h2 {	
	font-family: "Mulish";	font-weight:800;
	font-style:normal;
	font-size:2.6rem;

	color: #3a50a3; 
}
h3 {	
	font-family: "Mulish";	font-weight:600;
	font-size:2rem;
 
}

/* Themify Custom CSS */
.darkbg a {
    color: var(--theme_accent_hover);
}
.darkbg a:hover {
    color: #fff;
}111