html {
	box-sizing: border-box;
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	background-color:#fff;
	color: rgba(0,0,0,.87);
	height: 100%;
}
@media only screen and (max-width:767px){
	body {
	font-size: 14.5px;
	line-height: 1.5;
}}