@font-face {
 font-family: Georgia, 'Times New Roman', Times, serif;
 src: url("times.ttf");
}

a {
  color: #ffffff;
	font-size: 22px; 
  font-family: corbel;
	text-decoration: none; 
	outline: none;
	border: none;
}
   a img {
	outline: none;
	border: none;
}
div {
	font-family: corbel;
	text-decoration: none; 
}
p {
 line-height: 1.7em;
}
p.text {
	line-height: 1em;
}
.ss {
	font-weight: 400;
	font-size:   60px;
}
img.zoom {
	-moz-user-select: none; user-select: none;
}
   img.zoom:hover {
	display: block;
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 99%;
	max-height: 99%;
	border: solid rgba(210,210,210,.4);
	border-width: 1000vh 1000vw;
	cursor: zoom-out;
   }
	:not(:active) > img.zoom:not(:hover), img.zoom:active {
	  pointer-events: none;}
	 
#navbar ul{
	display: none;
	background-color: #000000;
	position: absolute;
	top: 100%;
	width: 220px;
}
#navbar li:hover ul { display: block; }
#navbar, #navbar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	White-space:nowrap;
}
#navbar {
	height: 44px;
	background-color: #000000;
	padding-left: 0px;
	min-width: 470px;
}
#navbar li {
	float: left;
	position: relative;
	height: 100%;
}
#navbar li a {
	display: block;
	padding: 7px;
	width: 150px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
#navbar ul li { float: none; }
#navbar li:hover { background-color: #666666; }
#navbar ul li:hover { background-color: #666666; }
