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

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

	
		.site-color-2-bg{
			background-color: #233d7d;
		}

		.site-color-2-text{
			background-color: #233d7d;
		}		

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

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

	
		.site-color-4-bg{
			background-color: #6ec1e4;
		}

		.site-color-4-text{
			background-color: #6ec1e4;
		}		

	




h1, h2, h3, h4, h5, h6, strong {
  font-family: "Oswald", sans-serif;
 }

body{
    font-family: "Poppins", sans-serif;
}


  body .btn-primary{

  }


  body .btn-secondary{

  }




 /* Primary Buttons Colors  */
  	
  body .btn-primary{
     background-color:#233d7d;
     color: #ffffff;
  }		
		
  body .btn-primary:hover{
     background-color:#6ec1e4;
     color: #233d7d;  	
  }

	

 /* Form Colors */

.home-form{
	background-color:#233d7d;
}

.home-label{
	color: #ffffff;
}


.side-form{
	background-color:#233d7d;
}

.side-label{
	color: #ffffff;
}

.modal-content{
	background-color: #233d7d;
}


.pop-label{
	color: #ffffff;
}


 /* Inner Page Settings  */

.inside-content h1{
	color: #233d7d;
}

.inside-content h2{
	color: #233d7d;
}

.inside-content h3{
	color: #233d7d;
}


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

.banner-head{
	color: #ffffff;
}



.text-highlight2:after {
    background-image: url(https://escapeplumbing.com/wp-content/uploads/2025/10/cta-mascot.png);
}



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

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