html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

#bg {
	position: fixed; 
	top: 0; 
	left: 0; 

	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
}

body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.menuButton{
	height:9%;
	width:70%;
	text-align: center;
	background-color:#008000;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	line-height:30px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	padding:0px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	display: table;
	opacity: 0.70;
}

.menuLink{
	height:100%;
	margin:0px;
	padding:0px;
	display: table-cell;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    color: black;
	padding:0px;
	margin:0px;
}
a:visited {
    text-decoration: none;
    color: black;
	padding:0px;
	margin:0px;
}

a:hover {
    text-decoration: none;
    color: black;
	padding:0px;
	margin:0px;
}

a:active {
    text-decoration: none;
    color: black;
	padding:0px;
	margin:0px;
}

#menuTotal{
	visibility:hidden;
	position:absolute;
	top:0%;
	right:0%;
	width:35%;
	height:100%;
}

.backButton{
	position:absolute;
	height:7%;
	width:35%;
	top:0%;
	right:0%;
	text-align: center;
	background-color:#939495;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;
	line-height:30px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	display: table;
	opacity: 0.80;
}

.subMenuButton{
	text-align: center;
	width:100%;
	height:7%;
	bottom:0%;
	left:80%;
	text-align: center;
	background-color:#939495;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;
	line-height:30px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	display: table;
	opacity: 0.80;
}

#installBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background-color: #000;
    color: #fff;
    border: none;
    z-index: 9999;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 4vh; /* 80% of the button height */
    font-weight: bold;
    padding: 0;
}