* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url("/images/background/va.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-top: 10px;
	margin-bottom: 10px;
}
@font-face {
	font-family: titr;
	src: url('/fonts/titr.ttf');
}
@font-face {
	font-family: nazanin;
	src: url('/fonts/titr.ttf');
}
@media only screen and (min-width: 800px) {
	.host-extra {
		margin-top: 17.8px;
	}
}
@media only screen and (max-width: 800px) {
	.host-extra-mobile {
		margin-top: 17.8px !important;
	}
	.host-less-mobile {
		margin-top: -18px;
	}
}