/*  01. Normalize (8.0.1)
    https://necolas.github.io/normalize.css/
************************************************** */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*  02. Fonts
************************************************** */
@font-face { 
	font-family: 'Intro';
	src: url("/fonts/IntroDemo-BlackCAPS.eot");
	src: url("/fonts/IntroDemo-BlackCAPS.woff") format("woff")
}

/*  03. Base Styles
************************************************** */
:root {
  /* Neutrals */
  --gray-900: #212529;
  --gray-800: #343a40;
  --gray-700: #495057;
  --gray-600: #6c757d;
  --gray-500: #adb5bd;
  --gray-400: #ced4da;
  --gray-300: #dee2e6;
  --gray-200: #e9ecef;
  --gray-150: #f1f3f5;
  --gray-100: #f8f9fa;
  
  /* Primary */
  /*--green-900: #27470C;
  --green-800: #335E11;
  --green-700: #407615;
  --green-600: #4D8D19;
  --green-500: #5aa31d;
  --green-400: #6FCB24;
  --green-300: #86DD3F;
  --green-200: #9EE465;
  --green-100: #B6EB8C;*/
  
  --green-900: #145A32;
  --green-800: #196F3D;
  --green-700: #1E8449;
  --green-600: #229954;
  --green-500: #27AE60;
  --green-400: #52BE80;
  --green-300: #7DCEA0;
  --green-200: #A9DFBF;
  --green-100: #D4EFDF;
  
  /* Accents -- Blue */
  --blue-900: #1B4F72;
  --blue-800: #21618C;
  --blue-700: #2874A6;
  --blue-600: #2E86C1;
  --blue-500: #3498DB;
  --blue-400: #5DADE2;
  --blue-300: #85C1E9;
  --blue-200: #AED6F1;
  --blue-100: #D6EAF8;
  
  --cream: #FBFCEE;
  --white: #f4f6f6;
  --truewhite: #fff;
  
  /* Shadows */
  --shadow-100: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  --shadow-200: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  --shadow-300: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  --shadow-400: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  --shadow-500: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); }
  

*,*:before,*:after {
	box-sizing: border-box; }

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%; }

body {
	font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	width: 100%;
	height: 100%;
  color: black;
	color: var(--gray-900);
  background-color: white;
	background-color: var(--gray-200); }

img {
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0; }

/*svg {
  width: 100%; }*/

/*  04. Typography
************************************************** */
h1 {
  font-family: 'Intro', 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0 0 2rem; }

h2, h3 {
  /*font-family: 'Heebo', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Heebo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0 0 2rem; }

h1 { font-size: 6rem; }
h2 { font-size: 4rem; }
h3 { font-size: 2.4rem; }

p {
	line-height: 1.3;
	margin: 0 0 2rem; }
p.lg {
  font-size: 2rem; }

a {
  color: blue;
	color: var(--green-500);
	text-decoration: none;
	transition: all .4s ease; }
a:hover {
  color: black;
	color: var(--green-900); }
