@charset "utf-8";
/* CSS Document */

.menu-back{
	width: 100vw;
	height: 90vh;
	position: absolute;
	display: flex;
	flex-direction: column;
	padding-top: 0vh;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	align-items: center;
	justify-content: center;
	background-color:;
}

.entry{
	display: flex;
	width: 80vw;
	margin-top: 10vh;
	paddin: 0;
	justify-content: right;
	background-color:;
	align-items: center;
}

.menu-link{
	background-color:;
	margin: 0;
	padding: 0;
}

.menu-link:hover {
	text-decoration: none;
}

.menu-title {
flex: 1;
font-size: 1.3em;
margin: 0;
padding: 0;
text-align: center;
max-width: 50vh;
text-decoration: none;
color: black;
text-shadow: none;
background-color:;
height: fit-content;
	text-align: justify;

}

.menupiclink{
	margin:none;
	padding:none;
}



.thumbnail{
	flex: 2;
	min-height: 30vh;
	max-width: 50vh;
	position: relative;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 7vw;
	margin-right: 20vw;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color:;
}

.thumbnail-nikko{
	background-image: url("../Resources/good_backgrounds/nikko_collection1280.jpg");
}

.thumbnail-hanging-landscapes{
	background-image: url("../Resources/good_backgrounds/hanging_landscapes_collection1280.jpg");
}

