html, body{min-height: 100%; font-size: 62.5%;} 
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, button, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	box-sizing: border-box;
	font-family: 'SUIT', sans-serif;
	color: var(--grey600);
    font-weight: 300;
	word-break: break-word;
	letter-spacing: -0.02em;
    line-height: 140%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
nav ul {
    list-style:none;
}
ol, ul, li {
	list-style: none;
}
b{font-weight: 700; font-size: inherit; color: inherit;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
img{width: 100%; vertical-align: middle;}
input, select, textarea{box-sizing: border-box; font-size: 1.6rem;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}
input[type=text]:-ms-clear{
    display: none;
}
input[type=number] {
	appearance: textfield;
	-moz-appearance: textfield;
}
button{padding: 0; margin: 0; background: transparent;}
button, input[type="button"], input[type="submit"]{
	cursor: pointer; border: 0; 
}
button, input[type="button"]:focus, input[type="submit"]:focus{outline: none;}
a{
    background:transparent;
	text-decoration: none;
	outline: none;
}



/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input{
    margin:0;
    padding: 0;
    box-sizing: content-box;
    vertical-align: top;
    appearance: none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    /*font-family*/
}