@font-face {
  font-family: 'Znik';
  src: url(images/ZnikomitNo25.woff);
}

.desktop {
	display: inline;
}
.mobile {
	display: none;
}

#menuicon{
	display: none;
}

body {
	font-family: Trebuchet MS, sans-serif;
	color: #666;
	font-size: 0.9em;
	background-color: #FFF;
}

* {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.floatleft {
	float: left;
	margin-right: 30px;
}

ul.indent {
	margin-left: 50px;
}

ul.indent li {
	padding: 5px 0 5px 20px;
	list-style-type: circle;
}

h1 {
	color: #F09;
	font-size: 2em;
	font-family: Trebuchet MS, sans-serif;
}

h2 {
	font-family: 'Znik', Georgia, serif;
	font-size: 2em;
	color: #906290;
}

p {
	margin: 15px 0 15px 15px;
	line-height: 1.5em;
}

a {
	color: #DD80FC;
	text-decoration: none;
	transition: color 0.5s;
}

a:hover {
	color: #B666D1;
}


#container {
	width: 800px;
	margin: 20px auto;
}

#header {
	height: 200px;
	padding-top: 10px;
	text-align: center;
}

#footer {
	padding: 20px;
	margin-top: 50px;
	border-top: 2px dotted #906290;
	text-align: center;
	clear: both;
}

#footer p {
	padding: 3px;
	margin: 0;
}

#footer p img {
	margin: 0 1px 0 1px;
}

#nav {
	text-align: left;
	margin-left: 50px;
}

#nav ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 35px;
	padding: 5px;
}

#nav a {
	color: #EF87FF;
	font-size: 30px;
	font-family: 'Znik', Georgia, serif;
	font-weight: bold;
	padding: 5px;
	-webkit-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
}

#nav a:hover {
	color: #FED3FE;
	background-color: #F09;
}

/* special */

img.top {
	opacity: 1;
	z-index: 1;
	background-color: #FFF;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

img.top:hover {
	opacity: 0;
}

img.bottom {
	z-index: -1;
	right: 135px;
	position: relative;
}

p.overlay {
	margin-right: -100px;
}