body {
background-image:  url(../images/background.png); 
	margin: 0px;
	padding: 0px;
}
div.stage {
	height: 80vh;
	position: relative;
}

img {
	width: 40%;
}
div.container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
button {
	padding: 35px;
    font-size: 22px;
    color: white;
    background: #316635;
    border-radius: 20%;
	margin: 1em;
	font-family: 'Nunito', sans-serif;
}
button:hover {
	background: #54a960;
}
.ctr{
	text-align: center;
	margin: none;
}
li, a{
	padding-bottom: 1em;
	font-family: 'Lora', serif;
	font-size: 18px;
}
.click {
	color: white;
	background: #316635;
	padding: 1em;
}
.click:hover{
	background: #54a960;
}
footer{
	padding-left: 1%;
}
#modal {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50vw;
	height: 65vh;
	background-color: rgba(255,255,255,0.90);
	border: thick solid black;
	display: none;
	font-size: 25px;
	padding: 20px;
	color: #316635;
	overflow: scroll;
}


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

	#modal{
	width: 75vw;
	height: 75vh;
	}
}