body {
	
	background-image: url('background-cafe.jpeg');
	background-size: cover;
	color: #25242f;
	font-family: Arial,sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a {
	color:#c55311;
	text-decoration: none;
}
.nav {
	background-color: rgba(146,167,140,0.8);
	font-size: .9em;
	height: 30px;
	padding-top:10px;
	padding-right: 2%; 
	position: absolute;
	text-align: right;
	top: 0px;
	width: 98%;
}
.title {
	margin-top: 60px;
}
h1 {
	color: #e0d5ad;
	text-align: center;
	font-size: 4em;
	padding-bottom: 20px;
	text-shadow: 2px 2px 2px #5b584f;
}
section {
	padding-bottom: 100px;
}
section .holder {
	width: 80%;
	border-radius: 10px;
	font-size: 2em;
	margin-left: 15%;
	text-shadow: 1px 1px 3px #e0d5ad;
}
ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	background-color: rgba(224,213,173,1);
}
.hidden-list {
	display: none;
}
li {
	background-color: #5b584f;
	display: inline-block;
	    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 10px;
}
li >a {
	color: #f7cd82;
	font-weight: 900;
	padding: 3px;
	text-shadow: none;
}
li >a:hover {
	background-color: #c55311;
	color: #fff;
}
footer {
	position: fixed;
	bottom: 0px;
	height: 50px;
	background-color: rgba(255,155,100,1);
	width: 100%;
	font-size: .8em;
}
.power {
	float:left;
	margin-left: 30px;
}
.copyr {
	float: right;
	margin-right: 30px;
}