/* -------------------------------------------------------------------------- PAGE SETUP */
/* primary color - links & primary buttons */
$primary: #f2819f;


/* body colors -- chose "dark" or "light" */
$mode: light;


/* content area corners ---- choose "round" or "sharp" */
$radius: round;


/* -------------------------------------------------------------------------- BANNER DETAILS */
/* top banner image url -- you must provide an image */
$banner_url: "IMG_URL";


/* type of banner iage -- "pattern" for a seamless patter -- "cover" for a full cover image
---- if using a cover image, focus will be in the CENTER of the image ------------------*/
$banner_type: cover;


/* top banner background color -- you won't see this unless you use a transparent image or leave the image url blank */
$banner_color: #fff;


/* height of the banner -- it will always be 1200px wide at max width */
$banner_height: 350px;


/* CSS IMPORT LINK -- DO NOT COMBINE WITH OTHER IMPORT LINKS --
when writing custom CSS, do so BELOW the import --------------- */
@import '0/14818/LrqzHD/card-world';