*{
	padding: 0px;
	margin: 0px;
}
@font-face {
    font-family: irsans;
    src: url(../fonts/BYEKAN.TTF) format("truetype");

}
.irsans{
    font-family: irsans , Tahoma !important;
    font-size: 15px;
    font-weight: bold;
}
.mainLinks{
	font-family: verdana;
}

h2{
	font-size: 1.5vw;
	font-weight: bold;
	color: #000;
	margin-top: 6px;
}
h4{
	font-size: 1vw;
	font-weight: bold;

}
h6{
	font-size: 1.5vw;
	padding-top: -5px;
	font-weight: bold;
}

body{
	text-align: center;
}
a.irsans:hover{
	color: #B83D71;
}
.img-center{
	margin: 0 auto;
}
.NPP{
	top: 45%;
	bottom: 100%;
}
.articles-container{
	margin: 5px 5px 5px 5px;
	
}
.article{
	height: auto;
	padding: 5px;
	
}
.article-content{
	margin-bottom: 10px;
}
.btnMargin{
	margin-top: 10px; 
}
.cources li{
	margin-right: 30px;
	list-style-type: none;
	line-height: 35px;
}
.cources li img{
	margin-left: 15px;
	margin-top: 5px;
}
.about-me{
	margin: 10px 50px 5px 5px;
	line-height: 35px;
}
.contact-info li{
	list-style-type: none;
	margin-left: 10px;
	font-weight: bold;
	line-height: 35px;
	
}
.footer{
	background-color: #2f0000;
	color: #fff;
	padding-bottom: 10px;

}
.lineHeight{
	line-height: 25px;
}