
/* Reset */
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: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display: block;
}

ol, ul 
{
	list-style: none;
}
	
*, *:before, *:after 
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 
{
	font-weight:300;
	color: inherit;
	letter-spacing: -0.0325em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 2.25em;
	line-height: 1.25em;
	letter-spacing: -0.05em;
}

strong, b 
{
	color: inherit;
	font-weight:var(--weight-bold);
}

i 
{
	font-style: italic;
}

a 
{
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	cursor:pointer;
}

a:hover 
{	
	color: var(--color-hover);
}

a:active
{
	color:var(--color-hover);
}

a:visited
{
	color:inherit;
}

a
{
	pointer-events:auto;
}

.absolute
{
	position:absolute;
}

left
{
	float:left;
}

red 
{
	color: var(--color-highlight);
}