* {
	margin: 0;
	padding: 0;
}


h1 {
	font-family: helvetica, arial, sans-serif; 
	font-size: 40px;
	text-align: center;
	color: red;

}

h4 {
	font-family: japanese style; 
	font-size: 25px;
	text-align: center;
	color: red;

}

@font-face {
	font-family: "last ninja";
	src: url('../fonts/last ninja.eot') format('embedded-opentype');

}

@font-face{
	font-family: "japanese style" 
	font-weight: normal;
	src: url(/fonts/japanese style.otf) format('opentype');

}

#nav {
	width: 100%;
	height: 80px;
	background: white;
	margin-top: 40px;
	box-shadow: 0px 2px 4px white;
	font-size: 18.5px;

}

#navbar {
	width: 1050px;
	height: 80px;
	border: 1px solid white;
	float: right;
}

#navbar li {
	width: 190px;
	list-style: none;
	float: left;
	border: 1px solid white; 
}

li a {
	display: block;
	color: black;
	line-height: 77px;
	text-align: center;
	font-family: helvetica, arial, sans-serif; 
	font-size: 25px;
	text-decoration: none;
	opacity: 0.6;
}

li a:hover {
	background: DimGrey; 
	color: #333;
}




@media screen and (max-width: 1260px){
	#nav {
	width: 100%;
	height: 80px;
	background: white;
	margin-top: 80px;
	box-shadow: 0px 2px 4px gray;
	margin-right: 30px;

}

#navbar {
	width: 760px;
	height: 80px;
	float: right;
}
#navbar li {
	width: 150px;
	float: left;
}

.fotorama  {
		width: 55vw;
    	height: 70vh;
		margin: auto;
		padding-top: 100px;
    
	}
	
}

@media screen and (max-width: 1060px){

	#nav {
	width: 100%;
	height: 60px;
	position: relative;
	top: 80px;
	background: white;

}


#navbar {
	width: 100%;
	height: 60px;
	float: right;
	
}
#navbar li {
	width: 18%;
	

}

li a {
	line-height: 60px;
	font-size: 20px
}
	

}

@media screen and (max-width: 480px){
		#nav {
	width: 100%;
	height: 60px;
	position: relative;
	background: none;
	top: -10px;

}

#navbar {
	width: 100%;
	height: 10px;
	

}

#navbar li {
	width: 100%;
	list-style: none;
	float: none;
	border-bottom: 1px solid black;
	background-color: red;
	margin-bottom: 5px;
}

li a {
	line-height: 60px;
	font-size: 19.5px;
	display: block;

} 



.fotorama  {
		width: 55vw;
    	height: 40vh;
		margin: auto;
		padding-top: 360px;
    
	}

		#hamburger-button  {
	font-size: 7vw;
	border: 0.5vw solid black;
	position: fixed;
	color: #999;
	margin: 2vw 0 0 2vw;  
	line-height: 1.1em;
	border-radius: 10%;
	position: absolute;
}
button:hover {
	color: white;
	border-color: white;
	background-color: cyan;
}


	section#slide-the-drawer {
	font-family: arial, san-serif;
    top: 28vw;
    left: -103vw;
    background-color: #f1f1f1;
 	font-size: 100vw;
    position: absolute; 
    border-bottom: 1px solid #555;
    transition: transform 1s;
    width: 100%;
}

.slide-the-drawer {
	transform: translateX(103vw);
}

}


.fotorama  {
		width: 55vw;
    	height: 70vh;
		margin: auto;
    
	}

#menu {
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	padding: 30px;

}




.footer {
	font-size: 12px;
}

section {
	font-size: 35px;
}
