/**
 * The CSS in this file is for styling the demo page,
 * Meny's critical styles (such as transforms) are applied
 * via JavaScript.
 *
 * See the documentation here: https://github.com/hakimel/meny#meny
 *
 * @author Hakim El Hattab | http://hakim.se
 */
.meny {
	font-weight:300;
	display:none;
	overflow:hidden;
	padding:100px 0 20px 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	background-color:#fff;
}

.meny nav a {
	display:inline-block;
	width:100%;
	text-decoration:none;
	color:#000;
}

.meny nav a.projetlink {
	font-size:1.1em;
	font-family: 'Droid Sans Mono', sans-serif;
	padding:0 0 0 25px;
	letter-spacing: -0.07em;
}

.meny nav a.active {
	font-weight:bold;
}

.meny nav h2 {
	font-weight:300;
	font-size:1.3em;
	margin: 5px 0 0 0;
}

.meny-arrow {
	position:absolute;
	z-index:10;
	width:91px;
	height:68px;
	top:30px;
	left:10%;
	background-image: url(../images/logo_kadapak.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index:100000;
}

nav {
	position:absolute;
	width:100%;
	height:600px;
	margin:0 0 0 75px;
	padding:0;
	z-index:10000;
	text-align:left;
	/*background-color:#266480;*/
}
.copyrightandcredits { position:absolute; bottom:20px; left:10%; height:auto; width:80%; font-size:0.8em; color:#333;}