
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 8px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: var(--grey700);

	
}
html {
	/* Color Palette */
	--grey100: #FAFAFC;
	--grey200: #E1E1E1;
	--grey300: #C0C0C0;
	--grey400: #7D7D7D;
	--grey500: #414141;
	--grey600: #1F1F1F;
	--grey700: #0D0D0D;
	--grey800: red;
	--grey900: red;

	font-size: 1.9vw;
 	color: var(--grey500);
} 

/* Text Styles */
h1 {font-family: 'Syncopate';
	font-size: 3.2em; 
	font-weight: 900;
	font-style: normal;
	color: var(--grey300);
}
h2 {font-family: 'Carter One';
	font-size: 2.2em;
	font-weight: 400;
	font-style: normal;
	color: var(--grey300);	
}
h3 {font-family: 'Syncopate';
	font-size: 2.5em;
	font-weight: 900;
	font-style: normal;
	color: var(--grey300);	
}
h4 {font-family: 'Carter One';
	font-size: 1.8em;
	font-weight: 400;
	font-style: normal;
	color: var(--grey300);	
}
h5 {font-family: 'Syncopate';
	font-size: 2em;
	font-weight: 900;
	font-style: normal;
	color: var(--grey300);	
}
h6 {font-family: 'Carter One';
	font-size: 1.2em;
	font-weight: 400;
	font-style: normal;
	color: var(--grey300);	
}

p {	font-size: 1.2em; 
	font-weight: 400;
	font-family: 'roboto', sans-serif;
	line-height: 1.2;
	color: var(--grey400);
	margin-top: 16px;
	margin-bottom: 32px;
}

a:link { color: var(--grey100);text-decoration: none; } 
a:visited { color: var(--grey400);text-decoration: none; }
a:hover { color: var(--grey900);text-decoration: none;}



.AltH1 {
 	color: var(--grey600);
 	transition: .2s;
} 

.AltH1:hover {--grey600: --grey100;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}