body, html {
	user-select: none;
	-moz-user-select: none;
	overflow: hidden;
}

#bg {
	background: url("bg/test.jpg") no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#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: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
}

.tile {
	display: inline-block;
	background: rgba(200, 200, 255, 1);
	width: 25vw;
	height: 25vh;
	padding: 0;
	margin: 0;
	border: 0;
}

.tile.clickable {
	display: inline-block;
	background: rgba(255, 150, 150, 1);
	width: 25vw;
	height: 25vh;
	padding: 0;
	margin: 0;
	border: 0;
}

#gameover {
	position: absolute;
	width: 500px;
	height: 60px;
    background: orange;
/*	background: rgba(0, 0, 0, 0.5);*/
    margin-left: 260px;
    top: 10px;
    z-index: 100;
	line-height: 7.7vh;
	text-align: center;
	color: white;
    text-shadow: 2px 2px 3px #000;
	font-size: 6.5vmin;
    border-radius: 10px;
    box-shadow: 0px 2px 20px #000;
}

#menuwrap {
	background: white;
	width: 90vw;
	left: 5vw;
	position: absolute;
	top: 90px;
	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: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 38px;
    letter-spacing: 0.1rem;
    line-height: 38px;
    padding: 0 30px;
    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: 30px;
    width: 200px;
    height: 50px;
    background-color: #f3f0a1;
    font-family: sans-serif;
}

.btnSelected {
    background-color: #fbe100;
}

.text-center{
    text-align: center;
}

.optionBtn{
    width:300px;
}

.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 {
    line-height: 2.5;
    font-size: 15pt;
	float: right;
    border-radius: 10px;
    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: 10px;
    width: 150px;
    z-index: 10;
    text-shadow: 1px 2px 1px #000;
	background: darkorange;
}

/* FOCUS */
@media (min-width: 1100px) {
    #gameover{
        width: 60%;
        height: 100px;
        line-height: 1.8;
    }
}

/* Eclipse Windowed */
@media (min-width: 1600px) {
    #gameover{
        margin-left: 20%;
        line-height: 1.5;
    }
}

/* Eclipse Windowed */
@media (min-width: 1800px) {
    #gameover{
        line-height: 1.3;
    }
}
