@media only screen and (min-width: 1350px) {
	html {
		font-size: 18px;
		/* letter-spacing: .2px; */
	}
}
@media only screen and (max-width: 1350px) {

}
@media only screen and (max-width: 991px) {
	html {
		font-size: 16px;
		/* margin-top: 50px; */
	}
	body {
		margin-top: 50px;
	}
	.mainscreen .image {
		transform: scale(0.8);
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.header .wrapper .right .nav {
		display: none;
	}

	.header {
		background: white;
		position: fixed;
		top: 0;
		z-index: 3;
		width: 100%;
		height: 50px;
	}

	.header .logo img {
		/* height: 35px; */
	}

	.header .wrapper {height: 50px;}

	body {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 360px) {
	html {
		font-size: 13px;
	}
}