@font-face {  
	  font-family: Dadhand ;  
	  src: url(Dadhand.ttf) format("truetype");  
	}  

body
{
	font-family: "Dadhand";
	font-size: 17px;
}

/*a {font-family:Verdana; font-size:10px}*/
a:link {color:#808080;text-decoration: none;}
a:visited {color: #808080;text-decoration: none;}
a:hover {text-decoration: none; color:#000000; }
a:active {color:#808080;text-decoration: none;}

.appleDiv
{
	width: 200px;
	height: 200px;
	background-image:url('apple.gif');
} 


	 

/* Dropdowns and popups*/

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item:hover>.dropdown-menu {
  display: block;
}
ul li{
list-style-type:none;
display: inline;
}

.navbar-nav .nav-link{display:inline-block;}
   
.ml-auto {display:inline-block!important;}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

