html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, 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, 
figure, figcaption, footer, header, hgroup, 
main, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-weight: 400;
}

/* ======= BLOCKS ======= */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-weight: 700;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.17rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 0.83rem;
}
h6 {
	font-size: 0.67rem;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/* ======= LISTS ======= */

ul {
	list-style: square;
}
ol {
	list-style: digit;
}
li {
	list-style: inherit;
}
dl dt {
	font-weight: bold;
	font-weight: 700;
}
nav ul {
	list-style: none;
}


/* ======= INLINES ======= */

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

b, strong {
	font-weight: bold;
	font-weight: 700;
}
i, em {
	font-style: italic;
}
u, ins {
	text-decoration: none;
}
s, strike, del {
	text-decoration: line-through;
}
mark {
	font-style: italic;
	font-weight: bold;
	font-weight: 700;
}
code, pre {
	white-space: pre-wrap;
	font-family: monospace;
}
big {
  font-size: larger;
}
small {
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

/* ======= FORM ELEMENTS ======= */

input, select, button, label, textarea {
	margin: 0;
	box-sizing: border-box;
}
input, select, button, label {
	vertical-align: top;
}
textarea {
	vertical-align: top;
}
select {
	
}
optgroup {
	
}
option {
	
}
label {
	
}
button {
	
}
datalist {
	
}
