*{
	margin: 0;
	padding: 0;
}
html,body{
	min-height: 100%;
	height: 100%;
}
body{
	background-color: #2f2f2f;
	./background-image: url(../img/desktop.jpg);
	background-repeat: repeat-x
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@font-face {
  font-family: aemstelRegular;
  src: url(../fonts/aemstelRegular.ttf)  format('truetype');
}
@font-face {
  font-family: dimaYekan;
  src: url(../fonts/dimaYekan.ttf)  format('truetype');
}
@font-face {
  font-family: peshangDes;
  src: url(../fonts/peshangDes.ttf)  format('truetype');
}

imgWrapper{
	max-width: 550px;
	margin: 0 auto 20px;
}
.imgWrapper img{
	width: 100%;
	height: auto;
}
.logo{
	width: 233px;
	margin: 0 auto 20px;
}
.logo img{
	width: 100%;
	height: auto;
}
.text{
	max-width: 800px;
	margin: 5px auto;
	padding-bottom: 10px;
	color: #feab05;	
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);	
}
.text:not(:last-child){
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.enText{
	font-family: aemstelRegular;
	font-size: 21px;
	line-height: 1.5;
}
.faText{
	font-family: dimaYekan;
	font-size: 35px;
	line-height: 1;
}
.kuText{
	font-family: peshangDes;
	font-size: 29px;
	line-height: 1.3;
}
.mobile-img{
	display: none;
}
/************************* 
     Max-width:736px
**************************/
@media (max-width: 736px) {
  	.enText{
		font-size: 18px;
	}
	.faText{
		font-size: 30px;
	}
	.kuText{
		font-size: 24px;
	}
	img src="./img/mobile.jpg";
}
/************************* 
     Max-width:480px
**************************/
@media (max-width: 480px) {
  	.enText{
		font-size: 15px;
	}
	.faText{
		font-size: 25px;
	}
	.kuText{
		font-size: 20px;
	}

	.mobile-img{
		display: block;
	}

	.desctop-img{
		display: none;
	}
}