body, html {
	user-select: none;
	-moz-user-select: none;
	overflow: hidden;
}

#bg {
	background: url("bg/test.jpg") no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 10%;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 90%;
}

.menuBarTop{
    background: transparent linear-gradient(to bottom, #54A6E5 0%, #2A5E99 100%) repeat scroll 0% 0%;
    height: 10.5%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#bgtext {
	text-shadow: 1px 1px 2px black;
	display: inline-block;
	color: white;
	width: 90%;
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 7vw;
	line-height: 20vh;
}

#tilewrap {
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	top: 10%;
	right: 0;
	bottom: 0;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
}

.tile {
	display: inline-block;
/*	background: rgba(200, 200, 255, 1);*/
    background: #a3a3a3;
	width: 25vw;
	height: 25vh;
	padding: 0;
	margin: 0;
	border: 0;
}

.tile.clickable {
	display: inline-block;
	background: #8D0000;
	width: 25vw;
	height: 25vh;
	padding: 0;
	margin: 0;
	border: 0;
}

#gameover {
	position: absolute;
	width: 200px;
	height: 50px;
    background: orange;
/*	background: rgba(0, 0, 0, 0.5);*/
    margin-left: 410px;
    top: 8px;
    z-index: 100;
    padding-top: 4px;
	line-height: 3vh;
	text-align: center;
	color: white;
    text-shadow: 1px 1px 2px #000;
	font-size: 16pt;
    border-radius: 0px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 3px 3px 10px 0 rgba(0, 0, 0, 0.19);
}

#gameover2{
    position: relative;
    margin-top: 30%;
    width: 400px;
    height: 100px;
    background: orange;
    font-size: 20pt;
    line-height: 3.5;
    color: white;
    text-shadow: 2px 1px 2px #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 3px 3px 10px 0 rgba(0, 0, 0, 0.19);
}

#menuwrap {
	background: white;
	width: 100%;
    height: 90%;
	left: 0vw;
    padding-left: 0%;
	position: absolute;
	top: 71px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
		3px 3px 10px 0 rgba(0, 0, 0, 0.19);
	font-size: 5vmin;
	text-align: center;
}

.bigbox {
	width: 5vw;
	height: 5vw;
}

#closemenubtn {
	float: right;
	height: 5vw;
	line-height: 5vw;
}

.btn{
    border: 1px solid #bbb;
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 38px;
    letter-spacing: 0.1rem;
    line-height: 38px;
    padding: 0 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 3px 3px 10px 0 rgba(0, 0, 0, 0.19);
}


.difficultyBtn {
    color: #333;
    font-size: 17pt;
    line-height: 2.2;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 270px;
    height: 50px;
    background-color: #f3f0a1;
    font-family: sans-serif;
}

.btnSelected {
    background-color: #fbe100;
}

.text-center{
    text-align: center;
}

.optionBtn{
    width:270px;
}

.startGameBtn{
    background-color: #5cb85c;
    color: white;
    width: 200px;
    height: 50px;
    font-family: sans-serif;
    font-size: 17pt;
    line-height: 2.2;
    margin-right: 25px;
}

.leftBtn{
    text-align: left;
    margin-left: 390px;
    margin-top: 80px;
}

#closemenubtn {
    
    display: none;
    
    line-height: 2.5;
    font-size: 15pt;
	float: right;
    border-radius: 0px;
    height: 50px;
    width: 150px;
    box-shadow: none;
    text-shadow: 1px 1px 2px #000;
    background-color: darkorange;
    color: white;
}
#menubtn {
	color: white;
    height: 50px;
    font-size: 18pt;
    line-height: 2;
	position: absolute;
	left: 10px;
	top: 8px;
    width: 150px;
    z-index: 10;
    text-shadow: 1px 2px 1px #000;
	background: darkorange;
}

.text-center{
    text-align: center;
}

.topPad{
    margin-top: 60px;
    margin-bottom: 40px;
}

.dividerLine{
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    height: 1px;
    width: 94%;
}
.gameTimer{
    position: absolute;
    right: 50px;
    top: 15px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}