@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet by SMNTFL.com]
Version: 1.0
Last change: 12 June 2024
-------------------------------------------------------------------*/

.font-blue{
	color: #007aff;
}
.font-black{
	color: #000;
}
.font-green{
	color: #00be00;
}
a.no-underline, a:hover.no-underline{
	text-decoration: none;
}
a.green-underline, a:hover.blue-underline{
	text-decoration-color: #00be00;
}

.font-magenta{
	color: #ff1d62;
}
a.magenta-underline, a:hover.magenta-underline{
	text-decoration-color: #ff1d62;
}

h2.h2-alt {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 12px;
	/* color: #00d8ff; */
}
@media only screen and (max-width: 768px) {
    h2.h2-alt {
        font-size: 17px;
		letter-spacing: 5px;
    }
}

.btn-blue:hover{
 background-color: #0070d8 !important;
}
.btn-red:hover{
 background-color: #cc2746 !important;
}