
 /* Site Colors  */
	




h1, h2, h3, h4, h5, h6, strong {
  font-family: !important;
 }

body{
    font-family: !important;
}


  body .btn-primary{

  }


  body .btn-secondary{

  }




 /* Primary Buttons Colors  */
  	
  body .btn-primary{
     background-color:#12599c;
     color: #ffffff;
  }		
		
  body .btn-primary:hover{
     background-color:#df0013;
     color: #ffffff;  	
  }

	

 /* Form Colors */

.home-form{
	background-color:#12599c;
}

.home-label{
	color: #ffffff;
}


.side-form{
	background-color:#12599c;
}

.side-label{
	color: #ffffff;
}

.modal-content{
	background-color: #12599c;
}


.pop-label{
	color: #ffffff;
}


 /* Inner Page Settings  */

.inside-content h1{
	color: #12599c;
}

.inside-content h2{
	color: #12599c;
}

.inside-content h3{
	color: #12599c;
}


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

.banner-head{
	color: #ffffff;
}



.text-highlight2:after {
    background-image: url(https://www.atlantic-heat.com/wp-content/uploads/2025/11/logo.png);
}



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

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

 /* Coupon Colors */


.home-coupon{
	background-color: ;
}

.side-coupon{
	background-color: ;
}

.max-coupon{
	background-color: ;
}

 /* Accent Header Colors */

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


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

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

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

