@import url('normalize.css');
@import url('fonts.css');

html {
    font-family: 'montserratregular';
	font-size: 0.8em;
}

button,
input,
select,
textarea,
p,
div,
a,
label {
	font-size: 1em;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a:link {
	text: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

* {
	box-sizing: border-box;
}
