@charset "utf-8";

:root {
  --primary-color-bg: #050708;
  --primary-color-bg-light: #eac821;
  --primary-color-1-dark: #ed1c24;
  --primary-color-2-light: #ffde16;
}


.balanced {
  text-wrap: balance;
}
body{
	font-family: "ArchivoLight", sans-serif;
}
h1{
	font-family: "BarlowCondensedExtraBold", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform:uppercase;
}

h1.largeHeadline{
	font-size:5em;
}

.genericPage{
	background-image: url('../images/current/astoundbg3.png'); 
	background-position: top; 
	background-size: cover; 
	min-height:80vh;
	background-color:#ccc;
}

.genericPageColor{
	background-color:var(--primary-color-bg-light);
	min-height:80vh;
}

.pageheaderBG{
	background-color:var(--primary-color-1-dark);
	color:#fff;
}

footer{
	border-top:10px solid var(--primary-color-1-dark);
	background-color:var(--primary-color-bg);
	color:#fff;
	
}