@import url('https://fonts.googleapis.com/css?family=Lato|Roboto+Slab');

*{
	box-sizing: border-box;
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Lato', sand-serif;
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	background:#f6f6f6;
	
}

