/**
 * Millco Base CSS.
 * and definitions.
 */
:root {

	--theme: #191970;
	--accent: #BD2125;
	--blue: #275F71;

	--dark: #181818;
	--light: #F7F5ED;

	--dark-85: hsla(0, 0%, 9%, 0.85);

	--dark-grey: #141414;
	--grey-mid: hsl(0, 0%, 25%);
	--grey-light: hsl(0, 0%, 50%);
	--pale-dark: #CCC9BC;

	--grey-very-light: #EBEBEB;
	--pale: #F7F5ED;

	--grey: #C4C8D0;

	--issue-light: #B8E0E5;
	--issue-dark: #1E3133;

	--yellow: #F3C84D;

	--transition: all 0.3s ease-in-out;

	--text-light: 200;
	--text-regular: 400;
	--strong: 600;
	--heavy: 700;

	--shadow: 0 0 20px 0px rgba(0, 0, 0, 0.50);
	--tint: rgba(0, 0, 0, 0.80);

	--fixed-header-height: 48px;

	/* Modern Font Stacks */

	/* System */
	/* font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; */

	/* Times New Roman-based serif */
	/* font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; */

	/* A modern Georgia-based serif */
	/* font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; */

	/*A more traditional Garamond-based serif */
	/* font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; */

	/*The Helvetica/Arial-based sans serif */
	/* font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; */

	/*The Verdana-based sans serif */
	/* font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; */

	/*The Trebuchet-based sans serif */
	/* font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; */

	/*The heavier "Impact" sans serif */
	/* font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif; */

	/*The monospace */
	/* font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; */

	--heading-font: 'Playfair Display', "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	;

	--font-sans: 'Open Sans', system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	;

	--font-serif: 'Playfair Display', "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;

	--font-condensed: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;

	/*=============================
   Fluid Type sizes from
   https://utopia.fyi/
  =============================*/

	/* @link https://utopia.fyi/type/calculator?c=320,16,1.333,1240,24,1.333,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

	--step--2: clamp(0.75rem, 0.46rem + 0.49vw, 0.84rem);
	--step--1: clamp(0.875rem, 0.62rem + 0.65vw, 1.13rem);
	--step-0: clamp(1.00rem, 0.83rem + 0.87vw, 1.50rem);
	--step-05: clamp(1.00rem, 1rem + 1.0vw, 1.75rem);
	--step-1: clamp(1.33rem, 1.10rem + 1.16vw, 2.00rem);
	--step-2: clamp(1.78rem, 1.47rem + 1.55vw, 2.67rem);
	--step-3: clamp(2.37rem, 1.96rem + 2.06vw, 3.55rem);
	--step-4: clamp(3.16rem, 2.61rem + 2.75vw, 4.74rem);
	--step-5: clamp(4.21rem, 3.48rem + 3.66vw, 6.31rem);


	/* Current (v5.0) Boostrap breakpoints are 
  X-Small 	None 	<576px
  Small 	sm 	≥576px
  Medium 	md 	≥768px
  Large 	lg 	≥992px
  Extra large 	xl 	≥1200px
  Extra extra large 	xxl 	≥1400px
  */


	--gap-small: 0.5rem;
	--gap-mid: .625rem;
	--gap: 0.75rem;

	--gutter: 8px;

	--max-container-width: 1460px;
	--max-container-width-small: 1095px;

	accent-color: mediumvioletred;

}

@media (min-width: 768px) {
	:root {
		--gap-small: 0.75rem;
		--gap-mid: 0.875rem;
		--gap: 1rem;
		--gutter: 32px;
	}

}

@media (min-width: 992px) {
	:root {
		--gap-small: 1rem;
		--gap-mid: 1.5rem;
		--gap: 2rem;
		--gutter: 44px;
	}
}