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



/* Upward Engine Custom CSS Framework */


:root {

	/* Content Width */

	--container : 1280px;

	/* Colors */

	--primary-color : #104159;
	--secondary-color : #ee9900;
	--tertiary-color : #F5D435;
	--quaternary-color : #EE8329;
	--snow-color : #f8f8f8;
	--oil-color : #151515;
	--green-color : #157E00;
	--red-color : #B60000;


	/* Fluid Typography */

	--heading-h1 : clamp(4.5rem, 3.145rem + 3.012vw, 7rem);
	--heading-h2 : clamp(4rem, 3.187rem + 1.807vw, 5.5rem);
	--heading-h3 : clamp(3.2rem, 2.766rem + 0.964vw, 4rem);
	--heading-h4 : clamp(2.5rem, 2.12rem + 0.843vw, 3.2rem);
	--heading-h5 : clamp(2rem, 1.729rem + 0.602vw, 2.5rem);
	--heading-h6 : clamp(1.8rem, 1.692rem + 0.241vw, 2rem);
	--text-base : 1.6rem;



	/* Fluid Section Padding */

	--section-pad-y : clamp(7.5rem, 3.434rem + 9.036vw, 15rem);
	--section-pad-x : 2rem;


	/* Extra Variables */

	--scale : clamp(0.5rem, 0.229rem + 0.602vw, 1rem);
  --img-extend: clamp(0rem, -52.105rem + 39.474vw, 15rem);


	/* Responsive Mobile Image (after 992px) */

	--m-img-height: clamp(30rem, 13.7349rem + 36.1446vw, 60rem);
	
	
    /*   Button Spacing   */
	
	--btn-pad-x : clamp(3rem, 1.916rem + 2.41vw, 5rem);
	--btn-pad-y : 1.1rem;
	--btn-text : 1.6rem;
	--btn-radius : 1rem;

}