@font-face {
    font-family:farnaz;
    src: url('../fonts/BFarnaz.eot');
    src: url('../fonts/BFarnaz.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BFarnaz.woff2') format('woff2'),
        url('../fonts/BFarnaz.woff') format('woff'),
        url('../fonts/BFarnaz.ttf') format('truetype'),
        url('../fonts/BFarnaz.svg#BFarnaz') format('svg');
    font-weight: normal;
    font-style: normal;
 }
@font-face {
    font-family:yekan;
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BYekan.woff2') format('woff2'),
        url('../fonts/BYekan.woff') format('woff'),
        url('../fonts/BYekan.ttf') format('truetype'),
        url('../fonts/BYekan.svg#BYekan') format('svg');
    font-weight: normal;
    font-style: normal;
}
		body, html {
                height: 100%;
                margin: 0;
				font-size:100%;
            }
            .bg {
				display:none;
                height: 100%;
                background-image:url("../images/kamalhomepage.jpg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }
		  #logo{
			  	display:none;
				/*margin-top:10%;*/
		  }
		  .index-text{
			  display:none;
			  font-size: 26pt;
			  font-weight: bold;
			  text-align: center;
			  
			  font-family:farnaz;
		  }
		  .index-a{
			  color: #eee;
			  text-shadow: 1px 1px 2px green, 0 0 25px yellow, 0 0 5px gold;
		  }
		  .index-a:hover{
				color:yellowgreen;
				text-decoration:none;
		  }
		  .notice{
			display:none;  
			text-align:center;
			font-size:24pt;
			font-family:yekan;
			color:gold;
			text-shadow: 1px 1px 2px green, 0 0 25px gold, 0 0 15px brown;
		  }