/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
   
	background:url(../img/blood.png) no-repeat center center fixed;
	background-size: cover;

    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	overflow:hidden;
    height:100%;
	width:100%
    margin:0px;
    padding:0px;
   
  
}

#overlay
{
	position: fixed;
	left:0;
	top: 0;
	background-color: #ffdc7d;
	text-align:center;
	padding: 0% 0% 25% 25%;
	height: 100%;
	width: 100%;
	opacity: .7;
	visibility:hidden;
}

#retryBtn
{
	position:fixed;
	top: 48%;
	left: 20%;
	height: 10%;
	width: 60%;
	visibility: hidden;
	text-align: center;
	text-transform:uppercase;
	border-radius: 30px 30px 30px 30px;
	font-family: sarif;
	
}



#playBtn
{
	position:fixed;
	top: 60%;
	left: 19%;
	height: 10%;
	width: 60%;
	text-transform: uppercase;
	border-radius: 30px 30px 30px 30px;
	opacity: .8;
	font-family:sarif;
}

#label
{
	position:fixed;
	top: 35%;
	left: 25%;
	height: 10%;
	width: 50%;
	visibility: hidden;
	text-align:center;
}

#title
{
	position:fixed;
	left:40%;
	top:28%;
	z-index:1000;	
	opacity:1;	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-family: fantasy;
}

#starttxt
{
	position:fixed;
	top : 40%;
	left: 30%;
	z-index: 1000;	
	opacity: 1;
	text-align:center;
	font-family: sarif;
}

#scoreBox
{
	position:fixed;
	top: .1%;
	left: 1%;
	opacity: .7;
	background-color: #ffdc7d;
	padding: 10px 10px 10px 10px;
	border-radius: 0px 30px 0px 30px;
	font-family: sarif;
	font-weight: bold;
	text-align:center;
}

#mainMenuBtn
{
	position:fixed;
	top: 60%;
	left: 20%;
	height: 10%;
	width: 60%;
	text-transform: uppercase;
	border-radius: 30px 30px 30px 30px;
	opacity: .8;
	font-family:sarif;
	visibility:hidden;
}