@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	
}



header {
	
	width:100vw;
	height:65px;
	background-color:#DDB66D;
	
	
}

header h1{
	
	float:left;
	margin:10px 0px 0px 20px;
	
}

#weapper {
	
	
	
	padding:20px;
}


div#first{
	margin: 0px;
}

#show ,#hide{
	float: right;
	cursor: pointer;
}

#menu {
	z-index: 1;
	
	position: absolute;
	
	top: 0;
	right: -200px;
	width: -180px;
	min-height: 1000px;
	
	color: black;
	
	background-color: whitesmoke;
	
	
	transition: .4s;
	
}

#menu,li {
	
	color:red;
	padding:10px;
	
}

body.menu-open #menu{
	right: 0;
}

#weapper{
	position: relative;
	overflow: hidden;
	height:100vw;
}