/* Themify Customize Styling */
body {	
	font-family: "Open Sans";	font-weight:400;
	font-size:18px;
	line-height:150%;

	color: #333333; 
}
a {	
	color: #2ea7df; 
}
a:hover {		text-decoration:underline;

	color: #2ea7df; 
}
h1 {	
	font-family: "Poppins";	font-weight:300;
	font-size:50px;
	line-height:125%;
 
}
h2 {	
	font-family: "Poppins";	font-weight:400;
	font-size:36px;
	line-height:125%;

	color: #333333; 
}
h3 {	
	font-family: "Poppins";	font-weight:400;
	font-size:30px;
	line-height:125%;

	color: #696969; 
}
h4 {	
	font-family: "Poppins";	font-weight:300;
	font-size:26px;
	line-height:125%;

	color: #696969; 
}
h5 {	
	font-family: "Poppins";	font-weight:300;
	font-size:22px;
	line-height:125%;

	color: #696969; 
}
h6 {	
	font-family: "Poppins";	font-weight:300;
	font-size:20px;
	line-height:125%;

	color: #696969; 
}

/* Themify Custom CSS */
/* Changes Color of Submit button in Gravity Forms */

input[type=reset], input[type=submit], button {
	background-color: #2ea7df;
}