/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2025 | 10:39:49 */
header a.logo-light img{margin-top:20px !important;
	margin-bottom:20px !important;max-height:70px !important;
}
header a.logo-dark img{margin-top:20px !important;
	margin-bottom:20px !important;
	max-height:70px !important;
}
.btn
{
	font-family:'Inter';
}

.btn.btn-medium.btn-squared.btn-black.btn-header {
    background-color: #1cade4 !important; 
    color: #ffffff !important; 
    border: none; 
    transition: background-color 0.3s ease, color 0.3s ease; 
	padding-top: 15px; 
    padding-bottom: 15px; 
}

.btn.btn-medium.btn-squared.btn-black.btn-header:hover {
    background-color: #1cade4 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 0px; 
}


.footer-logo{
	max-height:50px;
}


