
/*

Table of contents

    01. Colors
    02. Layouts
   
*/
/* ===================================
    01. Colors
====================================== */
.lightblue {
    color: #03a4ed;
}

.lightred {
    color: #fe3f40;
}

.bg-lightblue {
    color: #03a4ed;
}
.span2 {
    color: #03a4ed; /* First color */
}

.span2 {
    color: #fe3f40; /* Second color */
}

.green{
	 color: forestgreen;
}
.bg-light-red {
	color: #fe3f40 !important;
}

/* ===================================
    02. Layouts
====================================== */
.centered-ptext p {
    text-align: center;
}
.generalmargintop
{
	margin-top: 40px;
}
.generalnomtop
{
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.generalnombottom
{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.hpvideo
 {
    margin-top: 100px; 
	padding-top: 130px !important;
    padding-bottom: 50px!important;
}
.ctafranchise
 {
    margin-top: 0px; 
	padding-top: 20px !important;
    padding-bottom: 50px!important;
}
.btnfull-width {
    width: 100%;
	font-size: 14px;
  	padding: 24px 46px;
    box-sizing: border-box; /* Include padding and border in the element's total width */
 	border: none; /* Remove default button borders */

	border-top: 2px solid black; /* Add black bottom border */
    transition: border-bottom-color 0.3s; /* Add transition effect for border color */
}

.btnfull-width:hover {
    color:#fe3f40 !important;
	border-bottom-color: red; /* Change bottom border color on hover */
}

.thinp {
    line-height: 1.25; /* Adjust line height as needed */
}
.centered-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footlogo {
    text-align: center !important;
}

.footlogo img {
    display: inline-block !important;
}

.plcenter {
	text-align: center!important;
	
}
