/*
 Theme Name:   Utah Community Action
 Theme URI:    https://utahca.org/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


:root {
		
		/* 	Content Width  */
	
		--container : 1280px;	
	
	
		/* 	Body Background Color	 */
	
		--body : #ffffff;
	
	
		/* Colors */
	
		--primary-color :  #13A89E;
		--secondary-color : #FFC90A;
		--tertiary-color : #ED217C;
		--base-color : #151515;
		--grey-color : #f0f0f0;
		--snow-color : #f8f8f8;
		--white-color : #FFFFFF;
	
	
		/*  Fluid Typography */
		
		--heading-h1 : clamp(4rem, 2.807rem + 2.651vw, 6.2rem);
		--heading-h2 : clamp(3.2rem, 2.766rem + 0.964vw, 4rem);
		--heading-h3 : clamp(2.4rem, 1.966rem + 0.964vw, 3.2rem);
		--heading-h4 : clamp(2rem, 1.783rem + 0.482vw, 2.4rem);
		--heading-h5 : 2rem;
		--heading-h6 : 1.8rem;
	    --text-m : 1.8rem;
		--text-base : 1.6rem;
        --text-s : 1.4rem;
        --text-xs : 1.2rem;

	
		/* 	Fluid Section Padding  */
		
		--section-pad-y : clamp(7.5rem, 3.434rem + 9.036vw, 15rem);
		--section-pad-x : 2rem;
		
	
		/* 	Spacing	 */
	
		--space-xs : 1rem;
		--space-s : 2rem;
		--space-m : 3rem;
		--space-l : 4rem;
		--space-xl : 5rem;
	
	
	
	    /*  Extra Variables    */
	    
        --scale : clamp(0.5rem, -1.222rem + 1.736vw, 1rem);

	
	    /* 	Responsive Mobile Image (after 992px) */
	    --m-img-height: clamp(30rem, 13.7349rem + 36.1446vw, 60rem);
	
	
	    /*   Button Spacing   */
	    --btn-pad-x : 3rem;
	    --btn-pad-y : 1.1rem;
	    --btn-text : clamp(1.4rem, 1.292rem + 0.241vw, 1.6rem);
	    --btn-radius : 0.5rem;
}


.grey-top, .grey-bottom {
  position: relative;
}
.grey-top::before, .grey-bottom::after {
  content : url("/wp-content/uploads/2025/03/svgviewer-output-1.svg");
  position: absolute;
  width : 100%;
  height : 50px;
}
.grey-top::before{
  top : 0;
}
.grey-bottom::after {
    bottom: -15px;
    transform: rotate(180deg);
}

@media(max-width : 1120px){
  .grey-top::before {
    top : -5px !important;
  }
}

@media(max-width : 992px){
  .grey-top::before {
    top : -10px !important;
  }
}
@media(max-width : 768px){
  .grey-top::before {
    top : -15px !important;
  }
}