/* Themify Customize Styling */
body {	
	font-family: "Open Sans";	font-weight:300;
	font-size:16px;

	color: #000000; 
}
:root {	
	--theme_accent: #005892;
	--theme_accent_semi: #005892;
	--theme_accent_hover: #005892; 
}
h1 {	
	font-family: "Open Sans";	font-weight:bold;
	font-size:45px;
 
}
h2 {	
	font-family: "Open Sans";	font-weight:bold;
	font-size:40px;
 
}
h3 {	
	font-family: "Open Sans";	font-weight:600;
	font-size:22px;
 
}

/* Themify Custom CSS */
mark{background-color:#00b7f0;}