body {
  padding-top: 56px;
}

html {
	font-size: 15px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 24px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 15px;
	}
}