/* RESETER by WD Digital Marketing http://wddigital.us */


:root{
	/*--darktext:rgb(0,102,0);*/
	--darktext:black;
	--linktext: rgb(0, 102, 0);
	--htags:;
}




/*scrollbar*/

::-webkit-scrollbar              
{ 
width:5px;
background-color:rgb(0, 102, 0);
}

::-moz-scrollbar              
{ 
width:5px;
background-color:rgb(0, 102, 0);
}



::-webkit-scrollbar-track        
{ 
background-color:;
}

::-moz-scrollbar-track        
{ 
background-color:;
}



::-webkit-scrollbar-thumb 
{
border-radius: 0;
-webkit-box-shadow: inset 5px 5px 5px rgba(0,0,33,1); 
}

::-moz-scrollbar-thumb 
{
border-radius: 0px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,1); 
}





*{
	margin:0px;
	padding:0px;
	box-shadow: 0;
	border:0;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

		
}

html, body{
	width:100%;
	height:100%;
}



input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}





