/* Themify Customize Styling */
body {	
	font-family: "Arial", "Helvetica", sans-serif; 
}
a {	
	color: #001e5c; 
}
a:hover {	
	color: #05173d; 
}
:root {	
	--theme_accent: #001e5c;
	--theme_accent_semi: #008100;
	--theme_accent_hover: #041a4a; 
}
h1 {	
	color: #001e5c; 
}
h2 {	
	color: #001e5c; 
}
h3 {	
	color: #001e5c; 
}
h4 {	
	color: #001e5c; 
}
h5 {	
	color: #001e5c; 
}
h6 {	
	color: #001e5c; 
}
#header {	
	color: #001e5c; 
}

/* Themify Custom CSS */
.ratio-1 img {
	aspect-ratio: 1;
}

.left-align-file a {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.left-align-file div {
    place-content: start !important;
}