﻿html {
	font-size: 16px;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

/* @media screen and (max-width:1800px) {
	html {
		font-size: 61.2%;
	}
}

@media screen and (max-width:1600px) {
	html {
		font-size: 54.7%;
	}
}

@media screen and (max-width:1400px) {
	html {
		font-size: 53%;
	}
} */

@media screen and (max-width:1200px) {
	html {
		font-size: 14px;
	}
}