/* =====================================================================
   Hill Crest Land Group LLC - Joomla 3 Template
   custom.css - YOUR safe customization file

   This file is loaded LAST, so anything you put here overrides the
   default template styles without editing template.css. Future template
   updates will not overwrite your changes if you keep them here.

   Quick reference - brand colors (defined in template.css :root):
     --primary    #A0522D   rustic brown
     --secondary  #D2691E   lighter rust
     --accent     #F5DEB3   wheat / cream
     --dark       #2C2C2C   headings
     --text       #555555   body
     --light      #FAFAF8   off-white
   ===================================================================== */


/* ---------------------------------------------------------------------
   EXAMPLE 1: Change the brand color sitewide
   Uncomment and edit the hex values below.
   --------------------------------------------------------------------- */
/*
:root {
	--primary:   #8B4513;
	--secondary: #CD853F;
}
*/


/* ---------------------------------------------------------------------
   EXAMPLE 2: Make the hero headline larger
   --------------------------------------------------------------------- */
/*
.hc-hero-title { font-size: 60px; }
*/


/* ---------------------------------------------------------------------
   EXAMPLE 3: Use a different hero background image
   (upload your image to /images/ then update the filename)
   --------------------------------------------------------------------- */
/*
.hc-hero { background-image: url('../images/my-custom-hero.jpg'); }
*/


/* ---------------------------------------------------------------------
   EXAMPLE 4: Adjust section spacing
   --------------------------------------------------------------------- */
/*
.hc-section { padding: 100px 0; }
*/


/* ====  ADD YOUR OWN CUSTOM STYLES BELOW THIS LINE  ==================== */
