
 /* Site Colors  */
	
		.site-color-1-bg{
			background-color: #3d3d3d;
		}

		.site-color-1-text{
			background-color: #3d3d3d;
		}		

	
		.site-color-2-bg{
			background-color: #81d742;
		}

		.site-color-2-text{
			background-color: #81d742;
		}		

	
		.site-color-3-bg{
			background-color: #dd3333;
		}

		.site-color-3-text{
			background-color: #dd3333;
		}		

	
		.site-color-4-bg{
			background-color: #1e73be;
		}

		.site-color-4-text{
			background-color: #1e73be;
		}		

	




h1, h2, h3, h4, h5, h6, strong {
  font-family: "Source Sans 3", sans-serif!important;
 }

body{
    font-family: "Montserrat", sans-serif!important;
}


  body .btn-primary{

  }


  body .btn-secondary{

  }




 /* Primary Buttons Colors  */
  	
  body .btn-primary{
     background-color:#f48f2a;
     color: #ffffff;
  }		
		
  body .btn-primary:hover{
     background-color:#3ab3d1;
     color: #ffffff;  	
  }

	

 /* Form Colors */

.home-form{
	background-color:#f1f7f9;
}

.home-label{
	color: #2b2b2b;
}


.side-form{
	background-color:#f1f7f9;
}

.side-label{
	color: #000000;
}

.modal-content{
	background-color: #f1f7f9;
}


.pop-label{
	color: #000000;
}


 /* Inner Page Settings  */

.inside-content h1{
	color: #95386e;
}

.inside-content h2{
	color: #323232;
}

.inside-content h3{
	color: #323232;
}


.text-highlight:not(.no-line):after{
	background-color: #3ab3d1;
}

.banner-head{
	color: #ffffff;
}



.text-highlight2:after {
    background-image: url(https://hellocomfortservices.bwpsites.com/wp-content/uploads/2026/03/hello-comfort-logo.png);
}



.inside-section-3 .accordion-button, .inside-section-4 .accordion-button{
	background-color: #891b5b;
}

.inside-section-3 .accordion-button:hover, .inside-section-4 .accordion-button:hover{
	background-color: #f48f2a;
}

 /* Coupon Colors */


.home-coupon{
	background-color: ;
}

.side-coupon{
	background-color: ;
}

.max-coupon{
	background-color: ;
}

 /* Accent Header Colors */

 .error-page .error{
	color: #f48f2a; 	
 }


.thank-you .bg-inner h1{
	color: #f48f2a;	
}

.client-review h1 strong{
	color: #f48f2a;		
}

.client-response .bg-inner h1 strong{
	color: #f48f2a;			
}

