/*
	Theme Name: Nova Guides theme
	Theme URI: https://www.pinewood.co.nz/
	Description: A Wordpress theme for Nova Guides website.
	Author: Workhorse Marketing
  Author URI: https://www.novaguides.com/
  Text Domain: whmbp-theme
  Template:  dwn-parks-parent
	Version: 1.0
*/

:root {
	--body-font: "Poppins", sans-serif;
	--display-font: "Poppins", sans-serif;
	--scrolltop-tb: 85px;
	--scrolltop-mb: 80px;

	--display-font-weight: 700;

	--white: #ffffff;
	--navy: #0C2F44;
	--navy-dark: #0B2F43;
	--navy-dark-rgb: 11, 47, 67;
	--blue: #5e7e95;
	--seaforam: #76a7a9;
	--gold: #BF2729;
	--gold-dark: #BF2729;
	--red-dark: #802223;
	--red: #BF2729;
	--orange: #fe9c27;
	--yellow: #fcc34a;
	--lime: #99ca88;
	--lime-rgb: 153, 202, 136;
	--black: #1a1818;
	--border-color: #898989;
	--light-grey: #e0e0e0;
	--bright-blue: #20A5EF;
	--bright-green: #02b74b;
	--dark-grey: #1C2B39;
	--natural-blue: #006BA6;
	--bright-yellow: #EAA400;
	--navy-blue: #0C2F44;

	--charcoal: #343434;
	--grey: #999999;

	--block-bg: var(--navy);
	--block-bg-alt: #1d4c6d;

	--display-font-color: var(--navy);

	--button-primary-font-size: 1.125rem;
	--button-primary-font-weight: 600;
	--button-primary-color: var(--white);
	--button-primary-bg: var(--red);
	--button-primary-color-hover: var(--white);
	--button-primary-bg-hover: var(--red-dark);
	--button-primary-bg-active: var(--red);

	--button-secondary-font-size: 1.125rem;
	--button-secondary-font-weight: 600;
	--button-secondary-color: var(--white);
	--button-secondary-border-color: var(--white);
	--button-secondary-bg: transparent;
	--button-secondary-color-hover: var(--navy);
	--button-secondary-bg-hover: var(--white);
	--button-secondary-outline: var(--navy);
	--button-secondary-bg-active: var(--navy);

	--button-secondary-red-color: #ab060f;
	--button-secondary-red-border-color: #343434;
	--button-secondary-red-bg-hover: #ab060f;
	--button-secondary-red-outline: #b8431b;
	--button-secondary-red-bg-active: #b8431b;

	--button-secondary-alt-font-size: 1.125rem;
	--button-secondary-alt-font-weight: 600;
	--button-secondary-alt-color: var(--navy);
	--button-secondary-alt-bg: var(--white);
	--button-secondary-alt-border-color: var(--white);
	--button-secondary-alt-bg-hover: transparent;
	--button-secondary-alt-color-hover: var(--white);
	--button-secondary-alt-bg-active: transparent;
	--button-secondary-alt-outline: var(--navy);

	--slider-prev-arrow-bg: var(--red-dark);
	--slider-next-arrow-bg: var(--red);

	--footer-bg-bottom: var(--dark-grey);
	--footer-bg-top: var(--bright-blue);
	--footer-bg-top-rgb: 0, 180, 255;
}
