/* CSS Document */
html {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
/*# sourceMappingURL=medium.css.map */