/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 22:29:05 */
footer {
	background-color: #12091F;
	padding-top: 30px;
	padding-bottom: 60px;
}

footer .logo-text {
	font-family: Italiana; 
	font-size: 18px; 
	letter-spacing: 10px; 
	color: white;
	text-transform: uppercase;
	text-align: center;
}

footer nav {
	display: flex; 
	gap: 30px;
	justify-content: center;
	text-transform: uppercase; 
	margin-top: 30px;
}
footer nav a {
	text-decoration: none; 
	font-size: 12px;
	color: white;
}

footer .follow-text {
	font-size: 12px;
	color: white;
	text-align: center; 
	margin-top: 30px;
	text-transform: uppercase;
}

footer .social-row {
	margin-top: 20px; 
	justify-content: center; 
	display: flex; 
	gap: 40px;
}
footer .social-row img {
	max-width: 25px;
}

footer .copyright {
	font-size: 9px;
	color: white;
	text-align: center; 
	margin-top: 40px;
	text-transform: uppercase;
}