/* Themify Customize Styling */
body {	
	font-family: "Inter";	font-weight:400;
	font-size:16px;

	color: #1e293b; 
}
:root {	
	--theme_accent: #f59e0b;
	--theme_accent_semi: #f59e0b; 
}
h1 {	
	font-family: "Manrope";	font-weight:800;
	letter-spacing:1px;
	font-size:3.5rem;
 
}
h2 {	
	font-family: "Manrope";	font-weight:800;
	letter-spacing:1px;
	font-size:3rem;
 
}
h3 {	
	font-family: "Manrope";	font-weight:800;
	letter-spacing:1px;
	font-size:2.5rem;
 
}
h4 {	
	font-family: "Manrope";	font-weight:700;
	letter-spacing:1px;
	font-size:2rem;
 
}
h5 {	
	font-family: "Manrope";	font-weight:700;
	font-size:1.5rem;
 
}
h6 {	
	font-family: "Manrope";	font-weight:700;
	font-size:1.2rem;
 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(18,184,167,0.89); 
}
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 250px; 
}
#main-nav {	
	padding-top: 15px; 
}
#main-nav a {		text-transform:uppercase; 
}
#footerwrap {	background: none;
	background-color: #14b8a6; 
}
#footer {	
	color: #ffffff; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 250px; 
}
 }