@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: BHoma;
    src:url(../Fonts/BHoma.ttf);
}
@font-face {
    font-family: BNazanin;
    src:url(../Fonts/BNazanin.ttf);
}
@font-face {
    font-family: BYagut;
    src:url(../Fonts/BYagut.ttf);
}
body {
	margin: 0;
	background-color:#CCCCCC;
	

}



h4 {
  font-size: 1vw;
  
}

h3 {
  font-size: 1.5vw;
}

h2 {
  font-size: 2vw;
}

h1{
	font-size: 2.3vw;
}


pre{
	font-size: 1.2vw
}

.header {
	
  padding-top:0;
  text-align: center;
  height:7%;
  background-color:#FFFFFF;
}

#navbarmin {
  
  background-color:#C00;
  text-align:center;
  border-width:thick;
  border-color:#000000;
  overflow:hidden;
  height:auto;
  z-index:1;
}


#navbarmin a{
	float: right;
	display: block;
	color:#000;
	text-align: center;
	height:auto;
	padding-top:1.5vw;
	padding-bottom:1.3vw;
	text-decoration: none;
	font-size: 1.5vw;
	font-weight:bold;
	width:33%;
	font-style:italic;
	font-family:BNazanin;
	margin: auto;
}

#navbar {
  
  background-color:#C00;
  border-width:thick;
  border-color:#000000;
  overflow:hidden;
  height:auto;
  z-index:1;
}

#navbar a{
  float: right;
  display: block;
  color:#000;
  text-align: center;
  height:auto;
  padding-top:1.5vw;
  padding-bottom:1.3vw;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight:bold;
  width:20%;
  font-style:italic;
  font-family:BNazanin;
}

#navbar a:hover {
  background-color:#900;
  color: black;
  
}

#navbar a.active {
  background-color:#FFF;
  color: black;
}






	

	


.line{
	width:100%; background: linear-gradient(grey, white); height:0.15vw;
}

/* Sticky */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 5vw;
}

.content {
  padding: 1.3vw;
}



.Hfooter{
	width: 100%;
    background-color:#C00;
    color: white;
    text-align: center;
	height:auto;

	
	
}

.footer {
	width: 100%;
	
	color: white;
	text-align: center;
	
	height:auto;
	clear:both;
	vertical-align:bottom;
}

.footer h4{
	font-family:BYagut;
	margin-bottom:1vw;
}

.footer a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:BYagut;
}



.FootProduct{
	width: 60%;
	background-color:#C00;
	color: white;
	text-align: right;
	
	height:auto;
	float:right;
	margin-right: auto;
	margin-left: auto;
	
}

.FootProductSec{
	background-color:#C00;
	color: white;
	text-align: center;
	height:auto;
	float:right;
	padding:0.5vw;
	margin-right:0px;
	width:10%;
	
}




.Address{
	width: 38%;
	background-color:#C00;
	color: white;
	text-align: center;
	height:8vw;
	
	float:right;
	margin-left:0px;
	padding-top:0.5vw;
	
	
}

.footer p{
	color:#FFF;
	font-size:1.2vw;
	font-family:BYagut;
	font-weight:bold;
}

.footicon {
	width: 100%;
	color: white;
	text-align: center;
	height:auto;
	clear:both;
	background: linear-gradient(#C00, #333);
	clear:both;
	
	vertical-align:bottom;
	
}

.footicon img{
	 margin:2vw;
}
.footicon img:hover{
	transform: scale(1.2);
}

.footCopy{
	width:100%;
	background-color:#333333;
	color:#CCCCCC;
	height:4vw;
	margin-bottom:0px;
	margin-top:0px;
	clear:both;
}

.footCopy pre{
font-size:1.2vw; padding:0.5vw; margin-bottom:0px; margin-top:0px; background-color:#333;	
}
