

/* basics */


a
{
     cursor: pointer;
     text-decoration: none;
     word-wrap: break-word;
     font-size:16px;
     font-family:index;
     word-wrap: break-word;
     
    

}

*::-webkit-scrollbar  {
     width: 8px;
     height:6px;
     
     
   
   }
   
   *::-webkit-scrollbar-track {
     background: black;
     border-radius:0px;margin-top: 42px;
     
   }
   
   *::-webkit-scrollbar-thumb {
     background-color:#fff;
     border-radius: 0px;
     margin-top: 0px;box-shadow: inset 0 0 4px #130303;
     border: 3px solid #121116;
     box-shadow: inset 0 0 1px rgb(0 0 0 / 30%);
     display: block;
   }
   ::-webkit-scrollbar-thumb:hover {
     background: inset 0 0 0px rgba(160, 155, 155, 0.3);
       box-shadow: inset 0 0 0px rgba(160, 155, 155, 0.3);
   
   }



.center
{
     text-align: center;
     text-decoration: none;
}
.outer-block
{
     padding: 0 30px;
}
.block
{
     margin: 0 auto;
     max-width: 300px;
     padding: 0 30px; 
     text-decoration: none;
}


/* fonts */


h2
{
     /*font: 16px/1.7 'Open Sans', sans-serif;*/
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0px;
     margin: 0;
     font-family: 'angkor',englishfont;
     color: #e0a7a7;
     font-size: 18px;
     margin-top:0px;
     font-weight: bold;
     font-size: 16px;
}

.norm
{
	color: #333;
     font-family: Battambang;
     text-decoration: none;
     font-size: 14px;
     letter-spacing: 1px;

}
.ital
{
     font: 300  13px/1.7 Battambang;
	color: #333;
     text-decoration: none;
}

.norm a, .ital a 
{
     color: #333;
     text-decoration: none;
     border-bottom: 1px solid #999;
     font-family: Battambang;

}
.norm a:hover, .ital a:hover
{
     border: 0;
}


/* head */


#head
{
     position: fixed;
     top: 0;
     width: 100%;
     background-color: #fff;
     border-bottom: 1px solid #f2f2f2;
     opacity: 0.96;
     z-index: 1000;
}
.head_icon
{
     float: left;
     cursor: pointer;
     padding: 15px;
}
