#mainImage {
	background-color: black;
	background-image: url("../img/dotonbori.png");
	background-repeat: no-repeat; 
	
	background-size: cover;
	background-position: center;
	
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100vw;
	height: 100vh;
	z-index: 0;
}

#menu {
	position: absolute;
	bottom: 0.5vh;
}

#thetext{
	text-transform: uppercase;
	font-family: monospace;
	position: relative;
	margin: 1vh auto;
	width: 30%;
	border: none;
	color: rgba(246,251,250, 1);
	font-size: 12pt;
	z-index: 100;
}

.menulist{
	box-shadow: 0px 0px 10px 0.26vh rgba(247, 253, 253, 0.8);
	
	text-transform: uppercase;
	font-family: monospace;
	font-size: 4vh;
}

.menulist a{
	background-color: rgba(226,243,245, 0.8);
	text-decoration: none;
	color: rgba(237,44,28, 0.8);
	text-shadow: 0px 0px 0.26vh rgba(255,107,39, 1);
	width: 100%;
	display: block;
}

.menulist a:hover{
	background-color: rgba(246,251,250, 0.8);
	/*box-shadow: 0px 0px 5px 5px rgba(247, 253, 253, 0.8) inset;*/
}

.external-link{
	
}